System messages
From The HOA
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-delete-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-delete-param-watchlistexpiry (talk) (Translate) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-delete-summary (talk) (Translate) | Delete a page. |
apihelp-disabled-summary (talk) (Translate) | This module has been disabled. |
apihelp-discussiontoolscompare-summary (talk) (Translate) | Get information about comment changes between two page revisions. |
apihelp-discussiontoolsedit-param-allownosectiontitle (talk) (Translate) | Allow posting a new section without a title. |
apihelp-discussiontoolsedit-param-autosubscribe (talk) (Translate) | Automatically subscribe the user to the talk page thread? |
apihelp-discussiontoolsedit-param-commentid (talk) (Translate) | ID of the comment to reply to. Only used when <var>paction</var> is <var>addcomment</var>. Overrides <var>commentname</var>. |
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-discussiontoolsthank-param-commentid (talk) (Translate) | ID of the comment to thank. |
apihelp-discussiontoolsthank-summary (talk) (Translate) | Send a public thank-you notification for a comment. |
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. |