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-stashedit-param-stashedtexthash (talk) (Translate) | Page content hash from a prior stash to use instead. |
apihelp-stashedit-param-summary (talk) (Translate) | Change summary. |
apihelp-stashedit-param-text (talk) (Translate) | Page content. |
apihelp-stashedit-param-title (talk) (Translate) | Title of the page being edited. |
apihelp-stashedit-summary (talk) (Translate) | Prepare an edit in shared cache. |
apihelp-summary (talk) (Translate) | |
apihelp-tag-example-log (talk) (Translate) | Remove the <kbd>spam</kbd> tag from log entry ID 123 with the reason <kbd>Wrongly applied</kbd> |
apihelp-tag-example-rev (talk) (Translate) | Add the <kbd>vandalism</kbd> tag to revision ID 123 without specifying a reason |
apihelp-tag-param-add (talk) (Translate) | Tags to add. Only manually defined tags can be added. |
apihelp-tag-param-logid (talk) (Translate) | One or more log entry IDs from which to add or remove the tag. |
apihelp-tag-param-rcid (talk) (Translate) | One or more recent changes IDs from which to add or remove the tag. |
apihelp-tag-param-reason (talk) (Translate) | Reason for the change. |
apihelp-tag-param-remove (talk) (Translate) | Tags to remove. Only tags that are either manually defined or completely undefined can be removed. |
apihelp-tag-param-revid (talk) (Translate) | One or more revision IDs from which to add or remove the tag. |
apihelp-tag-param-tags (talk) (Translate) | Tags to apply to the log entry that will be created as a result of this action. |
apihelp-tag-summary (talk) (Translate) | Add or remove change tags from individual revisions or log entries. |
apihelp-templatedata-example-1 (talk) (Translate) | Return TemplateData for [[Template:Foobar]], with results if the template does not exist or exists but has no TemplateData |
apihelp-templatedata-example-2 (talk) (Translate) | Return TemplateData for [[Template:Phabricator]], with no results if the template does not exist or exists but has no TemplateData |
apihelp-templatedata-param-doNotIgnoreMissingTitles (talk) (Translate) | Return data about titles even if they are missing or lack TemplateData. By default (for backwards compatibility) titles are only returned if they exist and have TemplateData. |
apihelp-templatedata-param-includeMissingTitles (talk) (Translate) | Return data about titles even if they are missing or lack TemplateData. By default titles are only returned if they exist and have TemplateData. |
apihelp-templatedata-param-lang (talk) (Translate) | Return localized values in this language. By default all available translations are returned. |
apihelp-templatedata-summary (talk) (Translate) | Fetch data stored by the TemplateData extension. |
apihelp-unblock-example-id (talk) (Translate) | Unblock block ID #<kbd>105</kbd>. |
apihelp-unblock-example-user (talk) (Translate) | Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>. |
apihelp-unblock-param-id (talk) (Translate) | ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>. |
apihelp-unblock-param-reason (talk) (Translate) | Reason for unblock. |
apihelp-unblock-param-tags (talk) (Translate) | Change tags to apply to the entry in the block log. |
apihelp-unblock-param-user (talk) (Translate) | User to unblock. Cannot be used together with <var>$1id</var>. |
apihelp-unblock-param-userid (talk) (Translate) | Specify <kbd>$1user=#<var>ID</var></kbd> instead. |
apihelp-unblock-param-watchlistexpiry (talk) (Translate) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-unblock-param-watchuser (talk) (Translate) | Watch the user's or IP address's user and talk pages. |
apihelp-unblock-summary (talk) (Translate) | Unblock a user. |
apihelp-undelete-example-page (talk) (Translate) | Undelete page [[{{MediaWiki:Mainpage}}]]. |
apihelp-undelete-example-revisions (talk) (Translate) | Undelete two revisions of page [[{{MediaWiki:Mainpage}}]]. |
apihelp-undelete-extended-description (talk) (Translate) | A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]]. |
apihelp-undelete-param-fileids (talk) (Translate) | IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored. |
apihelp-undelete-param-reason (talk) (Translate) | Reason for restoring. |
apihelp-undelete-param-tags (talk) (Translate) | Change tags to apply to the entry in the deletion log. |
apihelp-undelete-param-timestamps (talk) (Translate) | Timestamps of the revisions to undelete. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be undeleted. |
apihelp-undelete-param-title (talk) (Translate) | Title of the page to undelete. |
apihelp-undelete-param-undeletetalk (talk) (Translate) | Undelete all revisions of the associated talk page, if any. |
apihelp-undelete-param-watchlist (talk) (Translate) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |
apihelp-undelete-param-watchlistexpiry (talk) (Translate) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-undelete-summary (talk) (Translate) | Undelete revisions of a deleted page. |
apihelp-unlinkaccount-example-simple (talk) (Translate) | Attempt to remove the current user's link for the provider associated with <kbd>FooAuthenticationRequest</kbd>. |
apihelp-unlinkaccount-summary (talk) (Translate) | Remove a linked third-party account from the current user. |
apihelp-upload-example-filekey (talk) (Translate) | Complete an upload that failed due to warnings. |
apihelp-upload-example-url (talk) (Translate) | Upload from a URL. |
apihelp-upload-extended-description (talk) (Translate) | Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters. * Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>. |
apihelp-upload-param-async (talk) (Translate) | Make potentially large file operations asynchronous when possible. |