Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Sistemska sporočila (prevodi)


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.

Filter
Filtriraj po prilagoditvenem stanju:    
Prva stran
Zadnja stran
Ime Prednastavljeno besedilo
Trenutno besedilo
apihelp-query+revisions-description (Pogovor) (Prevedi) Get revision information. May be used in several ways: # Get data about a set of pages (last revision), by setting titles or pageids. # Get revisions for one given page, by using titles or pageids with start, end, or limit. # Get data about a set of revisions by setting their IDs with revids.
apihelp-query+revisions-example-content (Pogovor) (Prevedi) Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5 (Pogovor) (Prevedi) Get first 5 revisions of the <kbd>Main Page</kbd>.
apihelp-query+revisions-example-first5-after (Pogovor) (Prevedi) Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01.
apihelp-query+revisions-example-first5-not-localhost (Pogovor) (Prevedi) Get first 5 revisions of the <kbd>Main Page</kbd> that were not made by anonymous user <kbd>127.0.0.1</kbd>.
apihelp-query+revisions-example-first5-user (Pogovor) (Prevedi) Get first 5 revisions of the <kbd>Main Page</kbd> that were made by the user <kbd>MediaWiki default</kbd>.
apihelp-query+revisions-example-last5 (Pogovor) (Prevedi) Get last 5 revisions of the <kbd>Main Page</kbd>.
apihelp-query+revisions-param-end (Pogovor) (Prevedi) Enumerate up to this timestamp.
apihelp-query+revisions-param-endid (Pogovor) (Prevedi) Stop revision enumeration on this revision ID.
apihelp-query+revisions-param-excludeuser (Pogovor) (Prevedi) Exclude revisions made by user.
apihelp-query+revisions-param-start (Pogovor) (Prevedi) From which revision timestamp to start enumeration.
apihelp-query+revisions-param-startid (Pogovor) (Prevedi) From which revision ID to start enumeration.
apihelp-query+revisions-param-tag (Pogovor) (Prevedi) Only list revisions tagged with this tag.
apihelp-query+revisions-param-token (Pogovor) (Prevedi) Which tokens to obtain for each revision.
apihelp-query+revisions-param-user (Pogovor) (Prevedi) Only include revisions made by user.
apihelp-query+revisions-paraminfo-singlepageonly (Pogovor) (Prevedi) May only be used with a single page (mode #2).
apihelp-query+search-description (Pogovor) (Prevedi) Perform a full text search.
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 one its thinks gives better results, such as 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-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-hasrelated (Pogovor) (Prevedi) <span class="apihelp-deprecated">Deprecated and ignored.</span>
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) <span class="apihelp-deprecated">Deprecated and ignored.</span>
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+siteinfo-description (Pogovor) (Prevedi) Return general information about the site.
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.
Prva stran
Zadnja stran