Jump to content

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.
System messages
First pagePrevious pageNext pageLast page
Name Default message text
Current message text
apihelp-compare-param-topst (talk) (Translate) Do a pre-save transform on <var>totext</var>.
apihelp-compare-param-torelative (talk) (Translate) Use a revision relative to the revision determined from <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. All of the other 'to' options will be ignored.
apihelp-compare-param-torev (talk) (Translate) Second revision to compare.
apihelp-compare-param-tosection (talk) (Translate) Only use the specified section of the specified 'to' content.
apihelp-compare-param-tosection-{slot} (talk) (Translate) When <var>totext-{slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var> as if for a section edit.
apihelp-compare-param-toslots (talk) (Translate) Override content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>. This parameter specifies the slots that are to be modified. Use <var>totext-{slot}</var>, <var>tocontentmodel-{slot}</var>, and <var>tocontentformat-{slot}</var> to specify content for each slot.
apihelp-compare-param-totext (talk) (Translate) Specify <kbd>toslots=main</kbd> and use <var>totext-main</var> instead.
apihelp-compare-param-totext-{slot} (talk) (Translate) Text of the specified slot. If omitted, the slot is removed from the revision.
apihelp-compare-param-totitle (talk) (Translate) Second title to compare.
apihelp-compare-paramvalue-prop-comment (talk) (Translate) The comment on the 'from' and 'to' revisions. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.
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. If the comment has been revision deleted, a <samp>fromcommenthidden</samp> or <samp>tocommenthidden</samp> property will be returned.
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-timestamp (talk) (Translate) The timestamp 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 username and ID of the 'from' and 'to' revisions. If the user has been revision deleted, a <samp>fromuserhidden</samp> or <samp>touserhidden</samp> property will be returned.
apihelp-compare-summary (talk) (Translate) Get the difference between two pages.
apihelp-createaccount-example-create (talk) (Translate) Start the process of creating the user <kbd>Example</kbd> with the password <kbd>ExamplePassword</kbd>.
apihelp-createaccount-param-ignoreantispoof (talk) (Translate) Ignore spoofing checks (requires the <code>override-antispoof</code> right).
apihelp-createaccount-param-ignoretitleblacklist (talk) (Translate) Ignore spoofing checks (requires one of the following rights: <code>tboverride</code>, <code>tboverride-account</code>).
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-summary (talk) (Translate) Create a new user account.
apihelp-createapage-example-1 (talk) (Translate) Get the HTML (not wikitext) of <kbd>MediaWiki:Createplate-Actor</kbd> '''for Special:CreatePage use only!'''
apihelp-createapage-example-2 (talk) (Translate) Store the user-supplied original, unmodified (by CreateAPage) wikitext into the PHP $_SESSION['article_content'] superglobal for further use
apihelp-createapage-param-template (talk) (Translate) Name of the createplate to load when the <kbd>what</kbd> param is set to <kbd>multieditparse</kbd>
apihelp-createapage-param-what (talk) (Translate) Name of the action to take, either <kbd>multieditparse</kbd> or <kbd>switchtoadvancedediting</kbd>
apihelp-createapage-summary (talk) (Translate) CreateAPage API module: get createplate HTML and handle switching to regular wikitext editing mode on Special:CreatePage
apihelp-createapage-upload-example-1 (talk) (Translate) Upload an image from an infobox in the Special:CreatePage interface using the custom CreatePageImageUploadForm PHP class; requires various values to be set in the WebRequest, such as the actual uploadable file data, so merely accessing a URL like this won't work on its own, obviously. Really, the only thing that should be using this endpoint is Special:CreatePage, and hopefully in the future we can have that use the "regular" core JS API for file uploads (patches welcome!).
apihelp-createapage-upload-param-comment (talk) (Translate) Upload summary message; if not set, defaults to the value of <kbd>MediaWiki:Createpage-uploaded-from</kbd>
apihelp-createapage-upload-param-infix (talk) (Translate) Should be used but...isn't; for some reason the upload PHP code expects you to set <kbd>wpInFix</kbd> instead and I wasn't able to figure out why. Patches welcome!
apihelp-createapage-upload-param-num (talk) (Translate) Numeric upload form identifier for when a createplate has multiple upload fields; this should be used but I think the code uses <kbd>wpPostFix</kbd> due to reasons that aren't clear to me (i.e. ''why'' does it ''not'' use the <kbd>num</kbd> param when it is defined and instead '''requires''' the parameter to be defined as <kbd>wpPostFix</kbd>?). Patches welcome!
apihelp-createapage-upload-param-wpInFix (talk) (Translate) This is/should properly be named <kbd>infix</kbd>, but the upload class expects this name instead and I wasn't able to figure out why. Patches welcome!
apihelp-createapage-upload-param-wpPostFix (talk) (Translate) The upload class expects this name instead and I wasn't able to figure out why. The "proper" version of this parameter is called <kbd>num</kbd>. Patches welcome!
apihelp-createapage-upload-summary (talk) (Translate) CreateAPage image upload API module
apihelp-createsheet-param-mod (talk) (Translate) The mod abbreviation.
apihelp-createsheet-param-sizes (talk) (Translate) Pipe separated list of tile sizes.
apihelp-createsheet-param-summary (talk) (Translate) An optional edit summary.
apihelp-createsheet-summary (talk) (Translate) Creates a new tilesheet with the given mod abbreviation and sizes.
apihelp-cspreport-param-reportonly (talk) (Translate) Mark as being a report from a monitoring policy, not an enforced policy
apihelp-cspreport-param-source (talk) (Translate) What generated the CSP header that triggered this report
apihelp-cspreport-summary (talk) (Translate) Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser.
apihelp-cxcheckunreviewed-summary (talk) (Translate) Check if any fast, unreviewed translation has been published recently for the current user.
apihelp-cxdelete-example-1 (talk) (Translate) Delete a draft associated with given language pair and title.
apihelp-cxdelete-param-from (talk) (Translate) The source language code.
apihelp-cxdelete-param-sourcetitle (talk) (Translate) The title of the source page.
apihelp-cxdelete-param-to (talk) (Translate) The target language code.
apihelp-cxdelete-summary (talk) (Translate) Delete a draft translation created using the Content Translation extension.
First pagePrevious pageNext pageLast page