System messages
Jump to navigation
Jump to search
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-discussiontoolsedit-param-commentname (talk) (Translate) | Name of the comment to reply to. Only used when <var>paction</var> is <var>addcomment</var>. |
apihelp-discussiontoolsedit-param-formtoken (talk) (Translate) | An optional unique ID generated in the client to prevent double-posting. |
apihelp-discussiontoolsedit-param-html (talk) (Translate) | Content to post, as HTML. Cannot be used together with <var>wikitext</var>. |
apihelp-discussiontoolsedit-param-sectiontitle (talk) (Translate) | {{int:apihelp-edit-param-sectiontitle}} Only used when <var>paction</var> is <var>addtopic</var>. |
apihelp-discussiontoolsedit-param-wikitext (talk) (Translate) | Content to post, as wikitext. Cannot be used together with <var>html</var>. |
apihelp-discussiontoolsedit-paramvalue-paction-addcomment (talk) (Translate) | Add a new comment as a reply to an existing comment. |
apihelp-discussiontoolsedit-paramvalue-paction-addtopic (talk) (Translate) | Add a new discussion section and the first comment in it. |
apihelp-discussiontoolsedit-summary (talk) (Translate) | Post a message on a discussion page. |
apihelp-discussiontoolsfindcomment-param-heading (talk) (Translate) | Heading hash fragment |
apihelp-discussiontoolsfindcomment-param-idorname (talk) (Translate) | Comment ID or name |
apihelp-discussiontoolsfindcomment-param-page (talk) (Translate) | Page that the heading hash fragment once existed on |
apihelp-discussiontoolsfindcomment-summary (talk) (Translate) | Find a comment by its ID or name. |
apihelp-discussiontoolsgetsubscriptions-param-commentname (talk) (Translate) | Names of the topics to check |
apihelp-discussiontoolsgetsubscriptions-summary (talk) (Translate) | Get the subscription statuses of given topics. |
apihelp-discussiontoolspageinfo-param-excludesignatures (talk) (Translate) | Exclude user signatures from the comments (when using <var>prop=threaditemshtml</var>). |
apihelp-discussiontoolspageinfo-param-oldid (talk) (Translate) | The revision number to use (defaults to latest revision). |
apihelp-discussiontoolspageinfo-param-prop (talk) (Translate) | Which properties to get: |
apihelp-discussiontoolspageinfo-paramvalue-prop-threaditemshtml (talk) (Translate) | Representation of the comment threads parsed from the page |
apihelp-discussiontoolspageinfo-paramvalue-prop-transcludedfrom (talk) (Translate) | Which other pages comments have been transcluded from |
apihelp-discussiontoolspageinfo-summary (talk) (Translate) | Returns metadata required to initialize the discussion tools. |
apihelp-discussiontoolspreview-param-type (talk) (Translate) | Type of message to preview |
apihelp-discussiontoolspreview-param-wikitext (talk) (Translate) | Content to preview, as wikitext. |
apihelp-discussiontoolspreview-summary (talk) (Translate) | Preview a message on a discussion page. |
apihelp-discussiontoolssubscribe-param-commentname (talk) (Translate) | Name of the topic to subscribe to (or unsubscribe from) |
apihelp-discussiontoolssubscribe-param-page (talk) (Translate) | A page on which the topic appears |
apihelp-discussiontoolssubscribe-param-subscribe (talk) (Translate) | True to subscribe, false to unsubscribe |
apihelp-discussiontoolssubscribe-summary (talk) (Translate) | Subscribe (or unsubscribe) to receive notifications about a topic. |
apihelp-edit-example-edit (talk) (Translate) | Edit a page. |
apihelp-edit-example-prepend (talk) (Translate) | Prepend <kbd>__NOTOC__</kbd> to a page. |
apihelp-edit-example-undo (talk) (Translate) | Undo revisions 13579 through 13585 with autosummary. |
apihelp-edit-param-appendtext (talk) (Translate) | Add this text to the end of the page or section. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
apihelp-edit-param-baserevid (talk) (Translate) | ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set. |
apihelp-edit-param-basetimestamp (talk) (Translate) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored. |
apihelp-edit-param-bot (talk) (Translate) | Mark this edit as a bot edit. |
apihelp-edit-param-contentformat (talk) (Translate) | Content serialization format used for the input text. |
apihelp-edit-param-contentmodel (talk) (Translate) | Content model of the new content. |
apihelp-edit-param-createonly (talk) (Translate) | Don't edit the page if it exists already. |
apihelp-edit-param-md5 (talk) (Translate) | The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct. |
apihelp-edit-param-minor (talk) (Translate) | Mark this edit as a minor edit. |
apihelp-edit-param-nocreate (talk) (Translate) | Throw an error if the page doesn't exist. |
apihelp-edit-param-notminor (talk) (Translate) | Do not mark this edit as a minor edit even if the "{{int:tog-minordefault}}" user preference is set. |
apihelp-edit-param-pageid (talk) (Translate) | Page ID of the page to edit. Cannot be used together with <var>$1title</var>. |
apihelp-edit-param-prependtext (talk) (Translate) | Add this text to the beginning of the page or section. Overrides $1text. |
apihelp-edit-param-recreate (talk) (Translate) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (talk) (Translate) | Automatically resolve redirects. |
apihelp-edit-param-returnto (talk) (Translate) | Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited. |
apihelp-edit-param-returntoanchor (talk) (Translate) | URL fragment (with leading <kbd>#</kbd>). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment. |
apihelp-edit-param-returntoquery (talk) (Translate) | URL query parameters (with leading <kbd>?</kbd>). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters. |
apihelp-edit-param-section (talk) (Translate) | Section identifier. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. Often a positive integer, but can also be non-numeric. |
apihelp-edit-param-sectiontitle (talk) (Translate) | The title for a new section when using <var>$1section=new</var>. |