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+watchlistraw-param-totitle (Talk) (Translate) | Title (with namespace prefix) to stop enumerating at. |
apihelp-query+watchlistraw-paramvalue-prop-changed (Talk) (Translate) | Adds timestamp of when the user was last notified about the edit. |
apihelp-query-description (Talk) (Translate) | Fetch data from and about MediaWiki. All data modifications will first have to use query to acquire a token to prevent abuse from malicious sites. |
apihelp-query-example-allpages (Talk) (Translate) | Fetch revisions of pages beginning with <kbd>API/</kbd>. |
apihelp-query-example-revisions (Talk) (Translate) | Fetch [[Special:ApiHelp/query+siteinfo|site info]] and [[Special:ApiHelp/query+revisions|revisions]] of <kbd>Main Page</kbd>. |
apihelp-query-param-export (Talk) (Translate) | Export the current revisions of all given or generated pages. |
apihelp-query-param-exportnowrap (Talk) (Translate) | Return the export XML without wrapping it in an XML result (same format as [[Special:Export]]). Can only be used with $1export. |
apihelp-query-param-indexpageids (Talk) (Translate) | Include an additional pageids section listing all returned page IDs. |
apihelp-query-param-iwurl (Talk) (Translate) | Whether to get the full URL if the title is an interwiki link. |
apihelp-query-param-list (Talk) (Translate) | Which lists to get. |
apihelp-query-param-meta (Talk) (Translate) | Which metadata to get. |
apihelp-query-param-prop (Talk) (Translate) | Which properties to get for the queried pages. |
apihelp-query-param-rawcontinue (Talk) (Translate) | Return raw <samp>query-continue</samp> data for continuation. |
apihelp-rawfm-description (Talk) (Translate) | Output data with the debugging elements in JSON format (pretty-print in HTML). |
apihelp-revisiondelete-description (Talk) (Translate) | Delete and undelete revisions. |
apihelp-revisiondelete-example-log (Talk) (Translate) | Hide all data on log entry <kbd>67890</kbd> with the reason <kbd>BLP violation</kbd>. |
apihelp-revisiondelete-example-revision (Talk) (Translate) | Hide content for revision <kbd>12345</kbd> on the page <kbd>Main Page</kbd>. |
apihelp-revisiondelete-param-hide (Talk) (Translate) | What to hide for each revision. |
apihelp-revisiondelete-param-ids (Talk) (Translate) | Identifiers for the revisions to be deleted. |
apihelp-revisiondelete-param-reason (Talk) (Translate) | Reason for the deletion or undeletion. |
apihelp-revisiondelete-param-show (Talk) (Translate) | What to unhide for each revision. |
apihelp-revisiondelete-param-suppress (Talk) (Translate) | Whether to suppress data from administrators as well as others. |
apihelp-revisiondelete-param-target (Talk) (Translate) | Page title for the revision deletion, if required for the type. |
apihelp-revisiondelete-param-type (Talk) (Translate) | Type of revision deletion being performed. |
apihelp-rollback-description (Talk) (Translate) | Undo the last edit to the page. If the last user who edited the page made multiple edits in a row, they will all be rolled back. |
apihelp-rollback-example-simple (Talk) (Translate) | Roll back the last edits to page <kbd>Main Page</kbd> by user <kbd>Example</kbd>. |
apihelp-rollback-example-summary (Talk) (Translate) | Roll back the last edits to page <kbd>Main Page</kbd> by IP user <kbd>192.0.2.5</kbd> with summary <kbd>Reverting vandalism</kbd>, and mark those edits and the revert as bot edits. |
apihelp-rollback-param-markbot (Talk) (Translate) | Mark the reverted edits and the revert as bot edits. |
apihelp-rollback-param-pageid (Talk) (Translate) | Page ID of the page to roll back. Cannot be used together with <var>$1title</var>. |
apihelp-rollback-param-summary (Talk) (Translate) | Custom edit summary. If empty, default summary will be used. |
apihelp-rollback-param-title (Talk) (Translate) | Title of the page to roll back. Cannot be used together with <var>$1pageid</var>. |
apihelp-rollback-param-user (Talk) (Translate) | Name of the user whose edits are to be rolled back. |
apihelp-rollback-param-watchlist (Talk) (Translate) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-rsd-description (Talk) (Translate) | Export an RSD (Really Simple Discovery) schema. |
apihelp-rsd-example-simple (Talk) (Translate) | Export the RSD schema. |
apihelp-setnotificationtimestamp-description (Talk) (Translate) | Update the notification timestamp for watched pages. This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "{{int:tog-enotifwatchlistpages}}" preference is enabled. |
apihelp-setnotificationtimestamp-example-all (Talk) (Translate) | Reset the notification status for the entire watchlist. |
apihelp-setnotificationtimestamp-example-allpages (Talk) (Translate) | Reset the notification status for pages in the <kbd>{{ns:user}}</kbd> namespace. |
apihelp-setnotificationtimestamp-example-page (Talk) (Translate) | Reset the notification status for <kbd>Main page</kbd>. |
apihelp-setnotificationtimestamp-example-pagetimestamp (Talk) (Translate) | Set the notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 2012 are unviewed. |
apihelp-setnotificationtimestamp-param-entirewatchlist (Talk) (Translate) | Work on all watched pages. |
apihelp-setnotificationtimestamp-param-newerthanrevid (Talk) (Translate) | Revision to set the notification timestamp newer than (one page only). |
apihelp-setnotificationtimestamp-param-timestamp (Talk) (Translate) | Timestamp to which to set the notification timestamp. |
apihelp-setnotificationtimestamp-param-torevid (Talk) (Translate) | Revision to set the notification timestamp to (one page only). |
apihelp-stashedit-description (Talk) (Translate) | Prepare an edit in shared cache. This is intended to be used via AJAX from the edit form to improve the performance of the page save. |
apihelp-stashedit-param-baserevid (Talk) (Translate) | Revision ID of the base revision. |
apihelp-stashedit-param-contentformat (Talk) (Translate) | Content serialization format used for the input text. |
apihelp-stashedit-param-contentmodel (Talk) (Translate) | Content model of the new content. |
apihelp-stashedit-param-section (Talk) (Translate) | Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. |
apihelp-stashedit-param-sectiontitle (Talk) (Translate) | The title for a new section. |
First page |
Previous page |
Next page |
Last page |