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+protectedtitles-paramvalue-prop-user (talk) (Translate) |
Adds the user that added the protection. |
apihelp-query+protectedtitles-paramvalue-prop-userid (talk) (Translate) |
Adds the user ID that added the protection. |
apihelp-query+protectedtitles-summary (talk) (Translate) |
List all titles protected from creation. |
apihelp-query+querypage-example-ancientpages (talk) (Translate) |
Return results from [[Special:Ancientpages]]. |
apihelp-query+querypage-param-limit (talk) (Translate) |
Number of results to return. |
apihelp-query+querypage-param-page (talk) (Translate) |
The name of the special page. Note, this is case-sensitive. |
apihelp-query+querypage-summary (talk) (Translate) |
Get a list provided by a QueryPage-based special page. |
apihelp-query+random-example-generator (talk) (Translate) |
Return page info about two random pages from the main namespace. |
apihelp-query+random-example-simple (talk) (Translate) |
Return two random pages from the main namespace. |
apihelp-query+random-extended-description (talk) (Translate) |
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-filterredir (talk) (Translate) |
How to filter for redirects. |
apihelp-query+random-param-limit (talk) (Translate) |
Limit how many random pages will be returned. |
apihelp-query+random-param-namespace (talk) (Translate) |
Return pages in these namespaces only. |
apihelp-query+random-param-redirect (talk) (Translate) |
Use <kbd>$1filterredir=redirects</kbd> instead. |
apihelp-query+random-summary (talk) (Translate) |
Get a set of random pages. |
apihelp-query+recentchanges-example-generator (talk) (Translate) |
Get page info about recent unpatrolled changes. |
apihelp-query+recentchanges-example-simple (talk) (Translate) |
List recent changes. |
apihelp-query+recentchanges-param-end (talk) (Translate) |
The timestamp to end enumerating. |
apihelp-query+recentchanges-param-excludeuser (talk) (Translate) |
Don't list changes by this user. |
apihelp-query+recentchanges-param-generaterevisions (talk) (Translate) |
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. |
apihelp-query+recentchanges-param-limit (talk) (Translate) |
How many total changes to return. |
apihelp-query+recentchanges-param-namespace (talk) (Translate) |
Filter changes to only these namespaces. |
apihelp-query+recentchanges-param-prop (talk) (Translate) |
Include additional pieces of information: |
apihelp-query+recentchanges-param-show (talk) (Translate) |
Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon. |
apihelp-query+recentchanges-param-slot (talk) (Translate) |
Only list changes that touch the named slot. |
apihelp-query+recentchanges-param-start (talk) (Translate) |
The timestamp to start enumerating from. |
apihelp-query+recentchanges-param-tag (talk) (Translate) |
Only list changes tagged with this tag. |
apihelp-query+recentchanges-param-title (talk) (Translate) |
Filter entries to those related to a page. |
apihelp-query+recentchanges-param-toponly (talk) (Translate) |
Only list changes which are the latest revision. |
apihelp-query+recentchanges-param-type (talk) (Translate) |
Which types of changes to show. |
apihelp-query+recentchanges-param-user (talk) (Translate) |
Only list changes by this user. |
apihelp-query+recentchanges-paramvalue-prop-autopatrolled (talk) (Translate) |
Tags patrollable edits as being autopatrolled or not. |
apihelp-query+recentchanges-paramvalue-prop-comment (talk) (Translate) |
Adds the comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-flags (talk) (Translate) |
Adds flags for the edit. |
apihelp-query+recentchanges-paramvalue-prop-ids (talk) (Translate) |
Adds the page ID, recent changes ID and the new and old revision ID. |
apihelp-query+recentchanges-paramvalue-prop-loginfo (talk) (Translate) |
Adds log information (log ID, log type, etc) to log entries. |
apihelp-query+recentchanges-paramvalue-prop-parsedcomment (talk) (Translate) |
Adds the parsed comment for the edit. If the comment has been revision deleted, a <samp>commenthidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-patrolled (talk) (Translate) |
Tags patrollable edits as being patrolled or unpatrolled. |
apihelp-query+recentchanges-paramvalue-prop-redirect (talk) (Translate) |
Tags edit if page is a redirect. |
apihelp-query+recentchanges-paramvalue-prop-sha1 (talk) (Translate) |
Adds the content checksum for entries associated with a revision. If the content has been revision deleted, a <samp>sha1hidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-sizes (talk) (Translate) |
Adds the new and old page length in bytes. |
apihelp-query+recentchanges-paramvalue-prop-tags (talk) (Translate) |
Lists tags for the entry. |
apihelp-query+recentchanges-paramvalue-prop-timestamp (talk) (Translate) |
Adds timestamp of the edit. |
apihelp-query+recentchanges-paramvalue-prop-title (talk) (Translate) |
Adds the page title of the edit. |
apihelp-query+recentchanges-paramvalue-prop-user (talk) (Translate) |
Adds the user responsible for the edit and tags if they are an IP. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+recentchanges-paramvalue-prop-userid (talk) (Translate) |
Adds the user ID responsible for the edit. If the user has been revision deleted, a <samp>userhidden</samp> property will be returned. |
apihelp-query+recentchanges-summary (talk) (Translate) |
Enumerate recent changes. |
apihelp-query+redirects-example-generator (talk) (Translate) |
Get information about all redirects to the [[Main Page]]. |
apihelp-query+redirects-example-simple (talk) (Translate) |
Get a list of redirects to the [[Main Page]]. |
apihelp-query+redirects-param-limit (talk) (Translate) |
How many redirects to return. |