System messages
From Arab Esports Wiki
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-paraminfo-summary (talk) (Translate) | Obtain information about API modules. |
| apihelp-parse-example-page (talk) (Translate) | Parse a page. |
| apihelp-parse-example-summary (talk) (Translate) | Parse a summary. |
| apihelp-parse-example-text (talk) (Translate) | Parse wikitext. |
| apihelp-parse-example-texttitle (talk) (Translate) | Parse wikitext, specifying the page title. |
| apihelp-parse-extended-description (talk) (Translate) | See the various prop-modules of [[Special:ApiHelp/query|action=query]] to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using $1page, $1pageid, or $1oldid. # Specify content explicitly, using $1text, $1title, $1revid, and $1contentmodel. # Specify only a summary to parse. $1prop should be given an empty value. |
| apihelp-parse-param-contentformat (talk) (Translate) | Content serialization format used for the input text. Only valid when used with $1text. |
| apihelp-parse-param-contentmodel (talk) (Translate) | Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text. |
| apihelp-parse-param-disableeditsection (talk) (Translate) | Omit edit section links from the parser output. |
| apihelp-parse-param-disablelimitreport (talk) (Translate) | Omit the limit report ("NewPP limit report") from the parser output. |
| apihelp-parse-param-disablepp (talk) (Translate) | Use $1disablelimitreport instead. |
| apihelp-parse-param-disablestylededuplication (talk) (Translate) | Do not deduplicate inline stylesheets in the parser output. |
| apihelp-parse-param-disabletoc (talk) (Translate) | Omit table of contents in output. |
| apihelp-parse-param-effectivelanglinks (talk) (Translate) | Includes language links supplied by extensions (for use with $1prop=langlinks). |
| apihelp-parse-param-generatexml (talk) (Translate) | Generate XML parse tree (requires content model $1; replaced by $2prop=parsetree). |
| apihelp-parse-param-oldid (talk) (Translate) | Parse the content of this revision. Overrides $1page and $1pageid. |
| apihelp-parse-param-onlypst (talk) (Translate) | Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with $1text. |
| apihelp-parse-param-page (talk) (Translate) | Parse the content of this page. Cannot be used together with $1text and $1title. |
| apihelp-parse-param-pageid (talk) (Translate) | Parse the content of this page. Overrides $1page. |
| apihelp-parse-param-preview (talk) (Translate) | Parse in preview mode. |
| apihelp-parse-param-prop (talk) (Translate) | Which pieces of information to get: |
| apihelp-parse-param-pst (talk) (Translate) | Do a pre-save transform on the input before parsing it. Only valid when used with text. |
| apihelp-parse-param-redirects (talk) (Translate) | If $1page or $1pageid is set to a redirect, resolve it. |
| apihelp-parse-param-revid (talk) (Translate) | Revision ID, for and similar variables. |
| apihelp-parse-param-section (talk) (Translate) | Only parse the content of this section number. When new, parse $1text and $1sectiontitle as if adding a new section to the page. new is allowed only when specifying text. |
| apihelp-parse-param-sectionpreview (talk) (Translate) | Parse in section preview mode (enables preview mode too). |
| apihelp-parse-param-sectiontitle (talk) (Translate) | New section title when section is new. Unlike page editing, this does not fall back to summary when omitted or empty. |
| apihelp-parse-param-summary (talk) (Translate) | Summary to parse. |
| apihelp-parse-param-text (talk) (Translate) | Text to parse. Use $1title or $1contentmodel to control the content model. |
| apihelp-parse-param-title (talk) (Translate) | Title of page the text belongs to. If omitted, $1contentmodel must be specified, and [[API]] will be used as the title. |
| apihelp-parse-param-useskin (talk) (Translate) | Apply the selected skin to the parser output. May affect the following properties: langlinks, headitems, modules, jsconfigvars, indicators. |
| apihelp-parse-param-wrapoutputclass (talk) (Translate) | CSS class to use to wrap the parser output. |
| apihelp-parse-paramvalue-prop-categories (talk) (Translate) | Gives the categories in the parsed wikitext. |
| apihelp-parse-paramvalue-prop-categorieshtml (talk) (Translate) | Gives the HTML version of the categories. |
| apihelp-parse-paramvalue-prop-displaytitle (talk) (Translate) | Adds the title of the parsed wikitext. |
| apihelp-parse-paramvalue-prop-encodedjsconfigvars (talk) (Translate) | Gives the JavaScript configuration variables specific to the page as a JSON string. |
| apihelp-parse-paramvalue-prop-externallinks (talk) (Translate) | Gives the external links in the parsed wikitext. |
| apihelp-parse-paramvalue-prop-headhtml (talk) (Translate) | Gives parsed doctype, opening , element and opening of the page. |
| apihelp-parse-paramvalue-prop-headitems (talk) (Translate) | Gives items to put in the of the page. |
| apihelp-parse-paramvalue-prop-images (talk) (Translate) | Gives the images in the parsed wikitext. |
| apihelp-parse-paramvalue-prop-indicators (talk) (Translate) | Gives the HTML of page status indicators used on the page. |
| apihelp-parse-paramvalue-prop-iwlinks (talk) (Translate) | Gives interwiki links in the parsed wikitext. |
| apihelp-parse-paramvalue-prop-jsconfigvars (talk) (Translate) | Gives the JavaScript configuration variables specific to the page. To apply, use mw.config.set(). |
| apihelp-parse-paramvalue-prop-langlinks (talk) (Translate) | Gives the language links in the parsed wikitext. |
| apihelp-parse-paramvalue-prop-limitreportdata (talk) (Translate) | Gives the limit report in a structured way. Gives no data, when $1disablelimitreport is set. |
| apihelp-parse-paramvalue-prop-limitreporthtml (talk) (Translate) | Gives the HTML version of the limit report. Gives no data, when $1disablelimitreport is set. |
| apihelp-parse-paramvalue-prop-links (talk) (Translate) | Gives the internal links in the parsed wikitext. |
| apihelp-parse-paramvalue-prop-modules (talk) (Translate) | Gives the ResourceLoader modules used on the page. To load, use mw.loader.using(). Either jsconfigvars or encodedjsconfigvars must be requested jointly with modules. |
| apihelp-parse-paramvalue-prop-parsetree (talk) (Translate) | The XML parse tree of revision content (requires content model $1) |
| apihelp-parse-paramvalue-prop-parsewarnings (talk) (Translate) | Gives the warnings that occurred while parsing content (as wikitext). |