Sistemska sporočila
Jump to navigation
Jump to search
Navedena so v imenskem prostoru MediaWiki dostopna sistemska sporočila.
Za lokalizacijo in prevajanje obiščite MediaWiki in translatewiki.net ter tako prispevajte k splošnemu prevodu programja.
Ime | Prednastavljeno besedilo |
---|---|
Trenutno besedilo | |
apihelp-query+revisions-paraminfo-singlepageonly (pogovor) (Prevedi) | May only be used with a single page (mode #2). |
apihelp-query+revisions-summary (pogovor) (Prevedi) | Get revision information. |
apihelp-query+search-example-generator (pogovor) (Prevedi) | Get page info about the pages returned for a search for <kbd>meaning</kbd>. |
apihelp-query+search-example-simple (pogovor) (Prevedi) | Search for <kbd>meaning</kbd>. |
apihelp-query+search-example-text (pogovor) (Prevedi) | Search texts for <kbd>meaning</kbd>. |
apihelp-query+search-param-backend (pogovor) (Prevedi) | Which search backend to use, if not the default. |
apihelp-query+search-param-enablerewrites (pogovor) (Prevedi) | Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors. |
apihelp-query+search-param-info (pogovor) (Prevedi) | Which metadata to return. |
apihelp-query+search-param-interwiki (pogovor) (Prevedi) | Include interwiki results in the search, if available. |
apihelp-query+search-param-limit (pogovor) (Prevedi) | How many total pages to return. |
apihelp-query+search-param-namespace (pogovor) (Prevedi) | Search only within these namespaces. |
apihelp-query+search-param-prop (pogovor) (Prevedi) | Which properties to return: |
apihelp-query+search-param-qiprofile (pogovor) (Prevedi) | Query independent profile to use (affects ranking algorithm). |
apihelp-query+search-param-search (pogovor) (Prevedi) | Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki's search backend implements. |
apihelp-query+search-param-sort (pogovor) (Prevedi) | Set the sort order of returned results. |
apihelp-query+search-param-what (pogovor) (Prevedi) | Which type of search to perform. |
apihelp-query+search-paramvalue-prop-categorysnippet (pogovor) (Prevedi) | Adds a parsed snippet of the matching category. |
apihelp-query+search-paramvalue-prop-extensiondata (pogovor) (Prevedi) | Adds extra data generated by extensions. |
apihelp-query+search-paramvalue-prop-hasrelated (pogovor) (Prevedi) | Ignored. |
apihelp-query+search-paramvalue-prop-isfilematch (pogovor) (Prevedi) | Adds a boolean indicating if the search matched file content. |
apihelp-query+search-paramvalue-prop-redirectsnippet (pogovor) (Prevedi) | Adds a parsed snippet of the redirect title. |
apihelp-query+search-paramvalue-prop-redirecttitle (pogovor) (Prevedi) | Adds the title of the matching redirect. |
apihelp-query+search-paramvalue-prop-score (pogovor) (Prevedi) | Ignored. |
apihelp-query+search-paramvalue-prop-sectionsnippet (pogovor) (Prevedi) | Adds a parsed snippet of the matching section title. |
apihelp-query+search-paramvalue-prop-sectiontitle (pogovor) (Prevedi) | Adds the title of the matching section. |
apihelp-query+search-paramvalue-prop-size (pogovor) (Prevedi) | Adds the size of the page in bytes. |
apihelp-query+search-paramvalue-prop-snippet (pogovor) (Prevedi) | Adds a parsed snippet of the page. |
apihelp-query+search-paramvalue-prop-timestamp (pogovor) (Prevedi) | Adds the timestamp of when the page was last edited. |
apihelp-query+search-paramvalue-prop-titlesnippet (pogovor) (Prevedi) | Adds a parsed snippet of the page title. |
apihelp-query+search-paramvalue-prop-wordcount (pogovor) (Prevedi) | Adds the word count of the page. |
apihelp-query+search-summary (pogovor) (Prevedi) | Perform a full text search. |
apihelp-query+siteinfo-example-interwiki (pogovor) (Prevedi) | Fetch a list of local interwiki prefixes. |
apihelp-query+siteinfo-example-replag (pogovor) (Prevedi) | Check the current replication lag. |
apihelp-query+siteinfo-example-simple (pogovor) (Prevedi) | Fetch site information. |
apihelp-query+siteinfo-param-filteriw (pogovor) (Prevedi) | Return only local or only nonlocal entries of the interwiki map. |
apihelp-query+siteinfo-param-inlanguagecode (pogovor) (Prevedi) | Language code for localised language names (best effort) and skin names. |
apihelp-query+siteinfo-param-numberingroup (pogovor) (Prevedi) | Lists the number of users in user groups. |
apihelp-query+siteinfo-param-prop (pogovor) (Prevedi) | Which information to get: |
apihelp-query+siteinfo-param-showalldb (pogovor) (Prevedi) | List all database servers, not just the one lagging the most. |
apihelp-query+siteinfo-paramvalue-prop-dbrepllag (pogovor) (Prevedi) | Returns database server with the highest replication lag. |
apihelp-query+siteinfo-paramvalue-prop-defaultoptions (pogovor) (Prevedi) | Returns the default values for user preferences. |
apihelp-query+siteinfo-paramvalue-prop-extensions (pogovor) (Prevedi) | Returns extensions installed on the wiki. |
apihelp-query+siteinfo-paramvalue-prop-extensiontags (pogovor) (Prevedi) | Returns a list of parser extension tags. |
apihelp-query+siteinfo-paramvalue-prop-fileextensions (pogovor) (Prevedi) | Returns list of file extensions (file types) allowed to be uploaded. |
apihelp-query+siteinfo-paramvalue-prop-functionhooks (pogovor) (Prevedi) | Returns a list of parser function hooks. |
apihelp-query+siteinfo-paramvalue-prop-general (pogovor) (Prevedi) | Overall system information. |
apihelp-query+siteinfo-paramvalue-prop-interwikimap (pogovor) (Prevedi) | Returns interwiki map (optionally filtered, optionally localised by using <var>$1inlanguagecode</var>). |
apihelp-query+siteinfo-paramvalue-prop-languages (pogovor) (Prevedi) | Returns a list of languages MediaWiki supports (optionally localised by using <var>$1inlanguagecode</var>). |
apihelp-query+siteinfo-paramvalue-prop-languagevariants (pogovor) (Prevedi) | Returns a list of language codes for which [[mw:Special:MyLanguage/LanguageConverter|LanguageConverter]] is enabled, and the variants supported for each. |
apihelp-query+siteinfo-paramvalue-prop-libraries (pogovor) (Prevedi) | Returns libraries installed on the wiki. |