Համակարգային ուղերձներ
Ստորև բերված է «MediaWiki» անվանատարածքի բոլոր համակարգային ուղերձների ցանկը։ Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Առաջին էջ |
Նախորդ էջ |
Հաջորդ էջ |
Վերջին էջ |
Անուն | Ուղերձի լռելյայն տեքստ |
---|---|
Ընթացիկ տեքստ | |
apihelp-patrol-param-tags (քննարկում) (Translate) | Change tags to apply to the entry in the patrol log. |
apihelp-pfautocomplete-description (քննարկում) (Translate) | Autocompletion used by the Page Forms extension. |
apihelp-pfautocomplete-param-base_cargo_field (քննարկում) (Translate) | The Cargo field for a previous field in the form to check against |
apihelp-pfautocomplete-param-base_cargo_table (քննարկում) (Translate) | The Cargo table for a previous field in the form to check against |
apihelp-pfautocomplete-param-baseprop (քննարկում) (Translate) | A previous Semantic MediaWiki property in the form to check against |
apihelp-pfautocomplete-param-basevalue (քննարկում) (Translate) | The value to check for the previous property or field |
apihelp-pfautocomplete-param-cargo_field (քննարկում) (Translate) | The field of the Cargo table whose values will be autocompleted on |
apihelp-pfautocomplete-param-cargo_table (քննարկում) (Translate) | A database table, defined by the Cargo extension, whose values will be autocompleted on |
apihelp-pfautocomplete-param-category (քննարկում) (Translate) | A category whose pages will be autocompleted on |
apihelp-pfautocomplete-param-concept (քննարկում) (Translate) | A Semantic MediaWiki "concept" whose pages will be autocompleted on |
apihelp-pfautocomplete-param-external_url (քննարկում) (Translate) | An alias for an external URL from which to get values |
apihelp-pfautocomplete-param-field_is_array (քննարկում) (Translate) | Whether the specified Cargo field holds an array of values |
apihelp-pfautocomplete-param-limit (քննարկում) (Translate) | A limit on the number of results returned |
apihelp-pfautocomplete-param-namespace (քննարկում) (Translate) | A namespace whose pages will be autocompleted on |
apihelp-pfautocomplete-param-property (քննարկում) (Translate) | A Semantic MediaWiki property whose values will be autocompleted on |
apihelp-pfautocomplete-param-substr (քննարկում) (Translate) | The substring to autocomplete on |
apihelp-pfautoedit-description (քննարկում) (Translate) | Create or edit a page using a form defined by the Page Forms extension. |
apihelp-pfautoedit-param-form (քննարկում) (Translate) | The Page Forms form to use |
apihelp-pfautoedit-param-preload (քննարկում) (Translate) | The name of a page to preload in the form |
apihelp-pfautoedit-param-query (քննարկում) (Translate) | The query string |
apihelp-pfautoedit-param-target (քննարկում) (Translate) | The name of the page to be created or edited |
apihelp-php-description (քննարկում) (Translate) | Output data in serialized PHP format. |
apihelp-php-param-formatversion (քննարկում) (Translate) | Output formatting: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning. |
apihelp-phpfm-description (քննարկում) (Translate) | Output data in serialized PHP format (pretty-print in HTML). |
apihelp-protect-description (քննարկում) (Translate) | Change the protection level of a page. |
apihelp-protect-example-protect (քննարկում) (Translate) | Protect a page. |
apihelp-protect-example-unprotect (քննարկում) (Translate) | Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action). |
apihelp-protect-example-unprotect2 (քննարկում) (Translate) | Unprotect a page by setting no restrictions. |
apihelp-protect-param-cascade (քննարկում) (Translate) | Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading. |
apihelp-protect-param-expiry (քննարկում) (Translate) | Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection. |
apihelp-protect-param-pageid (քննարկում) (Translate) | ID of the page to (un)protect. Cannot be used together with $1title. |
apihelp-protect-param-protections (քննարկում) (Translate) | List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction. <strong>Note:</strong> Any actions not listed will have restrictions removed. |
apihelp-protect-param-reason (քննարկում) (Translate) | Reason for (un)protecting. |
apihelp-protect-param-tags (քննարկում) (Translate) | Change tags to apply to the entry in the protection log. |
apihelp-protect-param-title (քննարկում) (Translate) | Title of the page to (un)protect. Cannot be used together with $1pageid. |
apihelp-protect-param-watch (քննարկում) (Translate) | If set, add the page being (un)protected to the current user's watchlist. |
apihelp-protect-param-watchlist (քննարկում) (Translate) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-purge-description (քննարկում) (Translate) | Purge the cache for the given titles. Requires a POST request if the user is not logged in. |
apihelp-purge-example-generator (քննարկում) (Translate) | Purge the first 10 pages in the main namespace. |
apihelp-purge-example-simple (քննարկում) (Translate) | Purge the <kbd>Main Page</kbd> and the <kbd>API</kbd> page. |
apihelp-purge-param-forcelinkupdate (քննարկում) (Translate) | Update the links tables. |
apihelp-purge-param-forcerecursivelinkupdate (քննարկում) (Translate) | Update the links table, and update the links tables for any page that uses this page as a template. |
apihelp-query+allcategories-description (քննարկում) (Translate) | Enumerate all categories. |
apihelp-query+allcategories-example-generator (քննարկում) (Translate) | Retrieve info about the category page itself for categories beginning <kbd>List</kbd>. |
apihelp-query+allcategories-example-size (քննարկում) (Translate) | List categories with information on the number of pages in each. |
apihelp-query+allcategories-param-dir (քննարկում) (Translate) | Direction to sort in. |
apihelp-query+allcategories-param-from (քննարկում) (Translate) | The category to start enumerating from. |
apihelp-query+allcategories-param-limit (քննարկում) (Translate) | How many categories to return. |
apihelp-query+allcategories-param-max (քննարկում) (Translate) | Only return categories with at most this many members. |
apihelp-query+allcategories-param-min (քննարկում) (Translate) | Only return categories with at least this many members. |
Առաջին էջ |
Նախորդ էջ |
Հաջորդ էջ |
Վերջին էջ |