Системни съобщения
От BFRA Wiki
Направо към навигациятаНаправо към търсенето
Тази страница съдържа списък на системните съобщения от именното пространство „МедияУики“.
Посетете MediaWiki Localisation и translatewiki.net, ако желаете да допринесете за общото превеждане на софтуера МедияУики.
| Име | Текст по подразбиране |
|---|---|
| Текущ текст | |
| apihelp-query+pageswithprop-param-propname (беседа) (Превод) | Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). |
| apihelp-query+pageswithprop-paramvalue-prop-ids (беседа) (Превод) | Adds the page ID. |
| apihelp-query+pageswithprop-paramvalue-prop-title (беседа) (Превод) | Adds the title and namespace ID of the page. |
| apihelp-query+pageswithprop-paramvalue-prop-value (беседа) (Превод) | Adds the value of the page property. |
| apihelp-query+pageswithprop-summary (беседа) (Превод) | List all pages using a given page property. |
| apihelp-query+prefixsearch-example-simple (беседа) (Превод) | Search for page titles beginning with <kbd>meaning</kbd>. |
| apihelp-query+prefixsearch-extended-description (беседа) (Превод) | Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics. |
| apihelp-query+prefixsearch-param-limit (беседа) (Превод) | Maximum number of results to return. |
| apihelp-query+prefixsearch-param-namespace (беседа) (Превод) | Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix. |
| apihelp-query+prefixsearch-param-offset (беседа) (Превод) | Number of results to skip. |
| apihelp-query+prefixsearch-param-profile (беседа) (Превод) | Search profile to use. |
| apihelp-query+prefixsearch-param-search (беседа) (Превод) | Низ за търсене. |
| apihelp-query+prefixsearch-summary (беседа) (Превод) | Perform a prefix search for page titles. |
| apihelp-query+protectedtitles-example-generator (беседа) (Превод) | Find links to protected titles in the main namespace. |
| apihelp-query+protectedtitles-example-simple (беседа) (Превод) | List protected titles. |
| apihelp-query+protectedtitles-param-end (беседа) (Превод) | Stop listing at this protection timestamp. |
| apihelp-query+protectedtitles-param-level (беседа) (Превод) | Only list titles with these protection levels. |
| apihelp-query+protectedtitles-param-limit (беседа) (Превод) | How many total pages to return. |
| apihelp-query+protectedtitles-param-namespace (беседа) (Превод) | Only list titles in these namespaces. |
| apihelp-query+protectedtitles-param-prop (беседа) (Превод) | Which properties to get: |
| apihelp-query+protectedtitles-param-start (беседа) (Превод) | Start listing at this protection timestamp. |
| apihelp-query+protectedtitles-paramvalue-prop-comment (беседа) (Превод) | Adds the comment for the protection. |
| apihelp-query+protectedtitles-paramvalue-prop-expiry (беседа) (Превод) | Adds the timestamp of when the protection will be lifted. |
| apihelp-query+protectedtitles-paramvalue-prop-level (беседа) (Превод) | Adds the protection level. |
| apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (беседа) (Превод) | Adds the parsed comment for the protection. |
| apihelp-query+protectedtitles-paramvalue-prop-timestamp (беседа) (Превод) | Adds the timestamp of when protection was added. |
| apihelp-query+protectedtitles-paramvalue-prop-user (беседа) (Превод) | Adds the user that added the protection. |
| apihelp-query+protectedtitles-paramvalue-prop-userid (беседа) (Превод) | Adds the user ID that added the protection. |
| apihelp-query+protectedtitles-summary (беседа) (Превод) | List all titles protected from creation. |
| apihelp-query+querypage-example-ancientpages (беседа) (Превод) | Return results from [[Special:Ancientpages]]. |
| apihelp-query+querypage-param-limit (беседа) (Превод) | Number of results to return. |
| apihelp-query+querypage-param-page (беседа) (Превод) | The name of the special page. Note, this is case-sensitive. |
| apihelp-query+querypage-summary (беседа) (Превод) | Get a list provided by a QueryPage-based special page. |
| apihelp-query+random-example-generator (беседа) (Превод) | Return page info about two random pages from the main namespace. |
| apihelp-query+random-example-minsize (беседа) (Превод) | Return page info about one random page from the main namespace that has at least 500 bytes of text. |
| apihelp-query+random-example-simple (беседа) (Превод) | Return two random pages from the main namespace. |
| apihelp-query+random-extended-description (беседа) (Превод) | Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc. |
| apihelp-query+random-param-contentmodel (беседа) (Превод) | Filter pages that have the specified content model. |
| apihelp-query+random-param-filterredir (беседа) (Превод) | How to filter for redirects. |
| apihelp-query+random-param-limit (беседа) (Превод) | Limit how many random pages will be returned. |
| apihelp-query+random-param-maxsize (беседа) (Превод) | Limit to pages with at most this many bytes. |
| apihelp-query+random-param-minsize (беседа) (Превод) | Limit to pages with at least this many bytes. |
| apihelp-query+random-param-namespace (беседа) (Превод) | Return pages in these namespaces only. |
| apihelp-query+random-param-redirect (беседа) (Превод) | Use <kbd>$1filterredir=redirects</kbd> instead. |
| apihelp-query+random-summary (беседа) (Превод) | Get a set of random pages. |
| apihelp-query+recentchanges-example-generator (беседа) (Превод) | Get page info about recent unpatrolled changes. |
| apihelp-query+recentchanges-example-simple (беседа) (Превод) | Списък на последните промени. |
| apihelp-query+recentchanges-param-end (беседа) (Превод) | The timestamp to end enumerating. |
| apihelp-query+recentchanges-param-excludeuser (беседа) (Превод) | Don't list changes by this user. |
| apihelp-query+recentchanges-param-generaterevisions (беседа) (Превод) | When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing. |