System messages
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.
First page |
Previous page |
Next page |
Last page |
Name | Default message text |
---|---|
Current message text | |
apihelp-query+tokens-example-simple (Talk) (Translate) | Retrieve a csrf token (the default) |
apihelp-query+tokens-example-types (Talk) (Translate) | Retrieve a watch token and a patrol token |
apihelp-query+tokens-param-type (Talk) (Translate) | Types of token to request. |
apihelp-query+transcludedin-description (Talk) (Translate) | Find all pages that transclude the given pages. |
apihelp-query+transcludedin-example-generator (Talk) (Translate) | Get information about pages transcluding the [[Main Page]] |
apihelp-query+transcludedin-example-simple (Talk) (Translate) | Get a list of pages transcluding the [[Main Page]] |
apihelp-query+transcludedin-param-limit (Talk) (Translate) | How many to return. |
apihelp-query+transcludedin-param-namespace (Talk) (Translate) | Only include pages in these namespaces. |
apihelp-query+transcludedin-param-prop (Talk) (Translate) | Which properties to get: ;pageid:Page ID of each page. ;title:Title of each page. ;redirect:Flag if the page is a redirect. |
apihelp-query+transcludedin-param-show (Talk) (Translate) | Show only items that meet these criteria: ;redirect:Only show redirects. ;!redirect:Only show non-redirects. |
apihelp-query+usercontribs-description (Talk) (Translate) | Get all edits by a user. |
apihelp-query+usercontribs-example-ipprefix (Talk) (Translate) | Show contributions from all IPs with prefix "192.0.2." |
apihelp-query+usercontribs-example-user (Talk) (Translate) | Show contributions of [[User:Example]] |
apihelp-query+usercontribs-param-end (Talk) (Translate) | The end timestamp to return to. |
apihelp-query+usercontribs-param-limit (Talk) (Translate) | The maximum number of contributions to return. |
apihelp-query+usercontribs-param-namespace (Talk) (Translate) | Only list contributions in these namespaces. |
apihelp-query+usercontribs-param-prop (Talk) (Translate) | Include additional pieces of information: ;ids:Adds the page ID and revision ID. ;title:Adds the title and namespace ID of the page. ;timestamp:Adds the timestamp of the edit. ;comment:Adds the comment of the edit. ;parsedcomment:Adds the parsed comment of the edit. ;size:Adds the new size of the edit. ;sizediff:Adds the size delta of the edit against its parent. ;flags:Adds flags of the edit. ;patrolled:Tags patrolled edits. ;tags:Lists tags for the edit. |
apihelp-query+usercontribs-param-show (Talk) (Translate) | Show only items that meet these criteria, e.g. non minor edits only: $2show=!minor. If $2show=patrolled or $2show=!patrolled is set, revisions older than [https://www.mediawiki.org/wiki/Manual:$wgRCMaxAge $wgRCMaxAge] ($1 {{PLURAL:$1|second|seconds}}) won't be shown. |
apihelp-query+usercontribs-param-start (Talk) (Translate) | The start timestamp to return from. |
apihelp-query+usercontribs-param-tag (Talk) (Translate) | Only list revisions tagged with this tag. |
apihelp-query+usercontribs-param-toponly (Talk) (Translate) | Only list changes which are the latest revision. |
apihelp-query+usercontribs-param-user (Talk) (Translate) | The users to retrieve contributions for. |
apihelp-query+usercontribs-param-userprefix (Talk) (Translate) | Retrieve contributions for all users whose names begin with this value. Overrides $1user. |
apihelp-query+userinfo-description (Talk) (Translate) | Get information about the current user. |
apihelp-query+userinfo-example-data (Talk) (Translate) | Get additional information about the current user |
apihelp-query+userinfo-example-simple (Talk) (Translate) | Get information about the current user |
apihelp-query+userinfo-param-prop (Talk) (Translate) | Which pieces of information to include: ;blockinfo:Tags if the current user is blocked, by whom, and for what reason. ;hasmsg:Adds a tag "message" if the current user has pending messages. ;groups:Lists all the groups the current user belongs to. ;implicitgroups:Lists all the groups the current user is automatically a member of. ;rights:Lists all the rights the current user has. ;changeablegroups:Lists the groups the current user can add to and remove from. ;options:Lists all preferences the current user has set. ;preferencestoken:DEPRECATED! Get a token to change current user's preferences. ;editcount:Adds the current user's edit count. ;ratelimits:Lists all rate limits applying to the current user. ;realname:Adds the user's real name. ;email:Adds the user's email address and email authentication date. ;acceptlang:Echoes the Accept-Language header sent by the client in a structured format. ;registrationdate:Adds the user's registration date. ;unreadcount:Adds the count of unread pages on the user's watchlist (maximum $1; returns "$2" if more). |
apihelp-query+users-description (Talk) (Translate) | Get information about a list of users. |
apihelp-query+users-example-simple (Talk) (Translate) | Return information for [[User:Example]] |
apihelp-query+users-param-prop (Talk) (Translate) | Which pieces of information to include: ;blockinfo:Tags if the user is blocked, by whom, and for what reason. ;groups:Lists all the groups each user belongs to. ;implicitgroups:Lists all the groups a user is automatically a member of. ;rights:Lists all the rights each user has. ;editcount:Adds the user's edit count. ;registration:Adds the user's registration timestamp. ;emailable:Tags if the user can and wants to receive email through [[Special:Emailuser]]. ;gender:Tags the gender of the user. Returns "male", "female", or "unknown". |
apihelp-query+users-param-token (Talk) (Translate) | Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead. |
apihelp-query+users-param-users (Talk) (Translate) | A list of users to obtain information for. |
apihelp-query+watchlist-description (Talk) (Translate) | Get recent changes to pages in the logged in user's watchlist. |
apihelp-query+watchlist-example-allrev (Talk) (Translate) | Fetch information about all recent changes to pages on the current user's watchlist |
apihelp-query+watchlist-example-generator (Talk) (Translate) | Fetch page info for recently changed pages on the current user's watchlist |
apihelp-query+watchlist-example-generator-rev (Talk) (Translate) | Fetch revision info for recent changes to pages on the current user's watchlist |
apihelp-query+watchlist-example-props (Talk) (Translate) | Fetch additional information about the top revision for recently changed pages on the current user's watchlist |
apihelp-query+watchlist-example-simple (Talk) (Translate) | List the top revision for recently changed pages on the current user's watchlist |
apihelp-query+watchlist-example-wlowner (Talk) (Translate) | List the top revision for recently changed pages on [[User:Example]]'s watchlist |
apihelp-query+watchlist-param-allrev (Talk) (Translate) | Include multiple revisions of the same page within given timeframe. |
apihelp-query+watchlist-param-end (Talk) (Translate) | The timestamp to end enumerating. |
apihelp-query+watchlist-param-excludeuser (Talk) (Translate) | Don't list changes by this user. |
apihelp-query+watchlist-param-limit (Talk) (Translate) | How many total results to return per request. |
apihelp-query+watchlist-param-namespace (Talk) (Translate) | Filter changes to only the given namespaces. |
apihelp-query+watchlist-param-owner (Talk) (Translate) | Used along with $1token to access a different user's watchlist. |
apihelp-query+watchlist-param-prop (Talk) (Translate) | Which additional items to get: ;ids:Adds revision IDs and page IDs. ;title:Adds title of the page. ;flags:Adds flags for the edit. ;user:Adds the user who made the edit. ;userid:Adds user ID of whom made the edit. ;comment:Adds comment of the edit. ;parsedcomment:Adds parsed comment of the edit. ;timestamp:Adds timestamp of the edit. ;patrol:Tags edits that are patrolled. ;sizes:Adds the old and new lengths of the page. ;notificationtimestamp:Adds timestamp of when the user was last notified about the edit. ;loginfo:Adds log information where appropriate. |
apihelp-query+watchlist-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+watchlist-param-start (Talk) (Translate) | The timestamp to start enumerating from. |
apihelp-query+watchlist-param-token (Talk) (Translate) | A security token (available in the user's [[Special:Preferences#mw-prefsection-watchlist|preferences]]) to allow access to another user's watchlist. |
apihelp-query+watchlist-param-type (Talk) (Translate) | Which types of changes to show: ;edit:Regular page edits. ;external:External changes. ;new:Page creations. ;log:Log entries. |
First page |
Previous page |
Next page |
Last page |