System messages
Jump to navigation
Jump to search
This is a list of system messages available in the MediaWiki namespace.
Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Name | Default message text |
---|---|
Current message text | |
apihelp-query+revisions+base-paramvalue-prop-contentmodel (talk) (Translate) | Content model ID of each revision slot. |
apihelp-query+revisions+base-paramvalue-prop-flags (talk) (Translate) | Revision flags (minor). |
apihelp-query+revisions+base-paramvalue-prop-ids (talk) (Translate) | The ID of the revision. |
apihelp-query+revisions+base-paramvalue-prop-parsedcomment (talk) (Translate) | Parsed comment by the user for the revision. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-parsetree (talk) (Translate) | Use <kbd>[[Special:ApiHelp/expandtemplates|action=expandtemplates]]</kbd> or <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd> instead. The XML parse tree of revision content (requires content model <code>$1</code>). |
apihelp-query+revisions+base-paramvalue-prop-roles (talk) (Translate) | List content slot roles that exist in the revision. |
apihelp-query+revisions+base-paramvalue-prop-sha1 (talk) (Translate) | SHA-1 (base 16) of the revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-size (talk) (Translate) | Length (bytes) of the revision. |
apihelp-query+revisions+base-paramvalue-prop-slotsha1 (talk) (Translate) | SHA-1 (base 16) of each revision slot. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-slotsize (talk) (Translate) | Length (bytes) of each revision slot. |
apihelp-query+revisions+base-paramvalue-prop-tags (talk) (Translate) | Tags for the revision. |
apihelp-query+revisions+base-paramvalue-prop-timestamp (talk) (Translate) | The timestamp of the revision. |
apihelp-query+revisions+base-paramvalue-prop-user (talk) (Translate) | User that made the revision. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+revisions+base-paramvalue-prop-userid (talk) (Translate) | User ID of the revision creator. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+revisions-example-content (talk) (Translate) | Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>. |
apihelp-query+revisions-example-first5 (talk) (Translate) | Get first 5 revisions of the <kbd>Main Page</kbd>. |
apihelp-query+revisions-example-first5-after (talk) (Translate) | Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01. |
apihelp-query+revisions-example-first5-not-localhost (talk) (Translate) | 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 (talk) (Translate) | 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 (talk) (Translate) | Get last 5 revisions of the <kbd>Main Page</kbd>. |
apihelp-query+revisions-extended-description (talk) (Translate) | 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-param-end (talk) (Translate) | Enumerate up to this timestamp. |
apihelp-query+revisions-param-endid (talk) (Translate) | Stop enumeration at this revision's timestamp. The revision must exist, but need not belong to this page. |
apihelp-query+revisions-param-excludeuser (talk) (Translate) | Exclude revisions made by user. |
apihelp-query+revisions-param-start (talk) (Translate) | From which revision timestamp to start enumeration. |
apihelp-query+revisions-param-startid (talk) (Translate) | Start enumeration from this revision's timestamp. The revision must exist, but need not belong to this page. |
apihelp-query+revisions-param-tag (talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+revisions-param-user (talk) (Translate) | Only include revisions made by user. |
apihelp-query+revisions-paraminfo-singlepageonly (talk) (Translate) | May only be used with a single page (mode #2). |
apihelp-query+revisions-summary (talk) (Translate) | Get revision information. |
apihelp-query+search-example-generator (talk) (Translate) | Get page info about the pages returned for a search for <kbd>meaning</kbd>. |
apihelp-query+search-example-simple (talk) (Translate) | Search for <kbd>meaning</kbd>. |
apihelp-query+search-example-text (talk) (Translate) | Search texts for <kbd>meaning</kbd>. |
apihelp-query+search-param-backend (talk) (Translate) | Which search backend to use, if not the default. |
apihelp-query+search-param-enablerewrites (talk) (Translate) | 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 (talk) (Translate) | Which metadata to return. |
apihelp-query+search-param-interwiki (talk) (Translate) | Include interwiki results in the search, if available. |
apihelp-query+search-param-limit (talk) (Translate) | How many total pages to return. |
apihelp-query+search-param-namespace (talk) (Translate) | Search only within these namespaces. |
apihelp-query+search-param-prop (talk) (Translate) | Which properties to return: |
apihelp-query+search-param-qiprofile (talk) (Translate) | Query independent profile to use (affects ranking algorithm). |
apihelp-query+search-param-search (talk) (Translate) | 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 (talk) (Translate) | Set the sort order of returned results. |
apihelp-query+search-param-what (talk) (Translate) | Which type of search to perform. |
apihelp-query+search-paramvalue-prop-categorysnippet (talk) (Translate) | Adds a parsed snippet of the matching category. |
apihelp-query+search-paramvalue-prop-extensiondata (talk) (Translate) | Adds extra data generated by extensions. |
apihelp-query+search-paramvalue-prop-hasrelated (talk) (Translate) | Ignored. |
apihelp-query+search-paramvalue-prop-isfilematch (talk) (Translate) | Adds a boolean indicating if the search matched file content. |
apihelp-query+search-paramvalue-prop-redirectsnippet (talk) (Translate) | Adds a parsed snippet of the redirect title. |
apihelp-query+search-paramvalue-prop-redirecttitle (talk) (Translate) | Adds the title of the matching redirect. |