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.
Name | Default message text |
---|---|
Current message text | |
apihelp-compare-paramvalue-prop-diff (talk) (Translate) | The diff HTML. |
apihelp-compare-paramvalue-prop-diffsize (talk) (Translate) | The size of the diff HTML, in bytes. |
apihelp-compare-paramvalue-prop-ids (talk) (Translate) | The page and revision IDs of the 'from' and 'to' revisions. |
apihelp-compare-paramvalue-prop-parsedcomment (talk) (Translate) | The parsed comment on the 'from' and 'to' revisions. |
apihelp-compare-paramvalue-prop-rel (talk) (Translate) | The revision IDs of the revision previous to 'from' and after 'to', if any. |
apihelp-compare-paramvalue-prop-size (talk) (Translate) | The size of the 'from' and 'to' revisions. |
apihelp-compare-paramvalue-prop-title (talk) (Translate) | The page titles of the 'from' and 'to' revisions. |
apihelp-compare-paramvalue-prop-user (talk) (Translate) | The user name and ID of the 'from' and 'to' revisions. |
apihelp-compare-summary (talk) (Translate) | Get the difference between two pages. |
apihelp-createaccount-example-create (talk) (Translate) | Start the process of creating user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
apihelp-createaccount-example-mail (talk) (Translate) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
apihelp-createaccount-example-pass (talk) (Translate) | Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>. |
apihelp-createaccount-param-domain (talk) (Translate) | Domain for external authentication (optional). |
apihelp-createaccount-param-email (talk) (Translate) | Email address of user (optional). |
apihelp-createaccount-param-language (talk) (Translate) | Language code to set as default for the user (optional, defaults to content language). |
apihelp-createaccount-param-mailpassword (talk) (Translate) | If set to any value, a random password will be emailed to the user. |
apihelp-createaccount-param-name (talk) (Translate) | Username. |
apihelp-createaccount-param-password (talk) (Translate) | Password (ignored if <var>$1mailpassword</var> is set). |
apihelp-createaccount-param-preservestate (talk) (Translate) | If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter. |
apihelp-createaccount-param-realname (talk) (Translate) | Real name of user (optional). |
apihelp-createaccount-param-reason (talk) (Translate) | Optional reason for creating the account to be put in the logs. |
apihelp-createaccount-param-token (talk) (Translate) | Account creation token obtained in first request. |
apihelp-createaccount-summary (talk) (Translate) | Create a new user account. |
apihelp-csDeleteComment-description (talk) (Translate) | Delete a comment. Either pageid or title must be provided. |
apihelp-csDeleteComment-pageid-example (talk) (Translate) | delete comment with page ID 3 |
apihelp-csDeleteComment-param-pageid (talk) (Translate) | page ID of the page which holds the comment to delete |
apihelp-csDeleteComment-param-title (talk) (Translate) | title of the page which holds the comment to delete |
apihelp-csDeleteComment-summary (talk) (Translate) | Delete a comment. Either pageid or title must be provided. |
apihelp-csDeleteComment-title-example (talk) (Translate) | delete comment with page title CommentStreams:3 |
apihelp-csEditComment-description (talk) (Translate) | Edit an existing comment. Either pageid or title must be provided. |
apihelp-csEditComment-param-commenttitle (talk) (Translate) | optional title for comment. |
apihelp-csEditComment-param-pageid (talk) (Translate) | page ID of the page which holds the comment to edit |
apihelp-csEditComment-param-title (talk) (Translate) | title of the page which holds the comment to edit |
apihelp-csEditComment-param-wikitext (talk) (Translate) | wikitext for comment. |
apihelp-csEditComment-summary (talk) (Translate) | Edit an existing comment. Either pageid or title must be provided. |
apihelp-csPostComment-description (talk) (Translate) | Post a new comment. |
apihelp-csPostComment-param-associatedid (talk) (Translate) | page with which this comment is associated. |
apihelp-csPostComment-param-commenttitle (talk) (Translate) | optional title for comment. |
apihelp-csPostComment-param-parentid (talk) (Translate) | page ID of parent comment if this is a reply. |
apihelp-csPostComment-param-wikitext (talk) (Translate) | wikitext for comment. |
apihelp-csPostComment-summary (talk) (Translate) | Post a new comment. |
apihelp-csQueryComment-description (talk) (Translate) | Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided. |
apihelp-csQueryComment-pageid-example (talk) (Translate) | query comment with page ID 3 in wikitext |
apihelp-csQueryComment-param-pageid (talk) (Translate) | page ID of the page which holds the comment to query |
apihelp-csQueryComment-param-title (talk) (Translate) | title of the page which holds the comment to query |
apihelp-csQueryComment-summary (talk) (Translate) | Return the title, user, creation timestamp, and wikitext of a comment. Either pageid or title must be provided. |
apihelp-csQueryComment-title-example (talk) (Translate) | query comment with page title CommentStreams:3 in wikitext |
apihelp-csUnwatch-description (talk) (Translate) | Unwatch a comment to no longer be notified when it receives replies |
apihelp-csUnwatch-pageid-example (talk) (Translate) | unwatch comment with page ID 3 |
apihelp-csUnwatch-param-pageid (talk) (Translate) | page ID of the page which holds the comment to be unwatched |