Jump to: navigation, search
141,242 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
Parses content and returns parser output.
See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> 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 <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.
# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>.
# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.
See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> 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 <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>.
# Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>.
# Specify only a summary to parse. <var>$1prop</var> should be given an empty value.
MediaWiki:Apihelp-parse-description/en
Only parse the content of this section number.
When <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.
<kbd>new</kbd> is allowed only when specifying <var>text</var>.
When <kbd>new</kbd>, parse <var>$1text</var> and <var>$1sectiontitle</var> as if adding a new section to the page.
<kbd>new</kbd> is allowed only when specifying <var>text</var>.
MediaWiki:Apihelp-parse-param-section/en
Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.
MediaWiki:Apihelp-parse-param-text/en
Modules to display help for (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.
MediaWiki:Apihelp-help-param-modules/en
Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.
MediaWiki:Apihelp-parse-param-oldid/en
Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.
MediaWiki:Apihelp-parse-param-page/en
Upload a file, or get the status of pending uploads.
Several methods are available:
* Upload file contents directly, using the <var>$1file</var> parameter.
* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.
* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.
* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.
Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
Several methods are available:
* Upload file contents directly, using the <var>$1file</var> parameter.
* Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.
* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter.
* Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter.
Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
MediaWiki:Apihelp-upload-description/en
Some parameter types in API requests need further explanation:
;boolean
:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.
;timestamp
:Timestamps may be specified in several formats. ISO 8601 date and time is recommended. All times are in UTC, any included timezone is ignored.
:* ISO 8601 date and time, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd> (punctuation and <kbd>Z</kbd> are optional)
:* ISO 8601 date and time with (ignored) fractional seconds, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>.<var>00001</var>Z</kbd> (dashes, colons, and <kbd>Z</kbd> are optional)
:* MediaWiki format, <kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd>
:* Generic numeric format, <kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> (optional timezone of <kbd>GMT</kbd>, <kbd>+<var>##</var></kbd>, or <kbd>-<var>##</var></kbd> is ignored)
:* EXIF format, <kbd><var>2001</var>:<var>01</var>:<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>
:*RFC 2822 format (timezone may be omitted), <kbd><var>Mon</var>, <var>15</var> <var>Jan</var> <var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>
:* RFC 850 format (timezone may be omitted), <kbd><var>Monday</var>, <var>15</var>-<var>Jan</var>-<var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>
:* C ctime format, <kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>2001</var></kbd>
:* Seconds since 1970-01-01T00:00:00Z as a 1 to 13 digit integer (excluding <kbd>0</kbd>)
:* The string <kbd>now</kbd>
;boolean
:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.
;timestamp
:Timestamps may be specified in several formats. ISO 8601 date and time is recommended. All times are in UTC, any included timezone is ignored.
:* ISO 8601 date and time, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>Z</kbd> (punctuation and <kbd>Z</kbd> are optional)
:* ISO 8601 date and time with (ignored) fractional seconds, <kbd><var>2001</var>-<var>01</var>-<var>15</var>T<var>14</var>:<var>56</var>:<var>00</var>.<var>00001</var>Z</kbd> (dashes, colons, and <kbd>Z</kbd> are optional)
:* MediaWiki format, <kbd><var>2001</var><var>01</var><var>15</var><var>14</var><var>56</var><var>00</var></kbd>
:* Generic numeric format, <kbd><var>2001</var>-<var>01</var>-<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd> (optional timezone of <kbd>GMT</kbd>, <kbd>+<var>##</var></kbd>, or <kbd>-<var>##</var></kbd> is ignored)
:* EXIF format, <kbd><var>2001</var>:<var>01</var>:<var>15</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>
:*RFC 2822 format (timezone may be omitted), <kbd><var>Mon</var>, <var>15</var> <var>Jan</var> <var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>
:* RFC 850 format (timezone may be omitted), <kbd><var>Monday</var>, <var>15</var>-<var>Jan</var>-<var>2001</var> <var>14</var>:<var>56</var>:<var>00</var></kbd>
:* C ctime format, <kbd><var>Mon</var> <var>Jan</var> <var>15</var> <var>14</var>:<var>56</var>:<var>00</var> <var>2001</var></kbd>
:* Seconds since 1970-01-01T00:00:00Z as a 1 to 13 digit integer (excluding <kbd>0</kbd>)
:* The string <kbd>now</kbd>
MediaWiki:Api-help-datatypes/en
List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>.
MediaWiki:Apihelp-paraminfo-param-modules/en
Parse the content of this page. Overrides <var>$1page</var>.
MediaWiki:Apihelp-parse-param-pageid/en-gb
Parse the content of this page. Overrides <var>$1page</var>.
MediaWiki:Apihelp-parse-param-pageid/en
Parse the page using this page content in place of the page named by <var>$1templatesandboxtitle</var>.
MediaWiki:Templatesandbox-apihelp-text/en
This is the HTML representation of the $1 format. HTML is good for debugging, but is unsuitable for application use.
Specify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.
See the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.
Specify the <var>format</var> parameter to change the output format. To see the non-HTML representation of the $1 format, set <kbd>format=$2</kbd>.
See the [[mw:API|complete documentation]], or the [[Special:ApiHelp/main|API help]] for more information.
MediaWiki:Api-format-prettyprint-header/en
Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language.
MediaWiki:Apihelp-main-param-uselang/en
If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.
MediaWiki:Apihelp-parse-param-redirects/en
Analyse le contenu et renvoie le résultat de l’analyseur.
Voyez les différents modules prop de <kbd>[[Special:ApiHelp/query|action=query]]</kbd> pour avoir de l’information sur la version actuelle d’une page.
Il y a plusieurs moyens de spécifier le texte à analyser :
# Spécifier une page ou une révision, en utilisant <var>$1page</var>, <var>$1pageid</var> ou <var>$1oldid</var>.
# Spécifier explicitement un contenu, en utilisant <var>$1text</var>, <var>$1title</var> et <var>$1contentmodel</var>
# Spécifier uniquement un résumé à analyser. <var>$1prop</var> doit recevoir une valeur vide.
Voyez les différents modules prop de <kbd>[[Special:ApiHelp/query|action=query]]</kbd> pour avoir de l’information sur la version actuelle d’une page.
Il y a plusieurs moyens de spécifier le texte à analyser :
# Spécifier une page ou une révision, en utilisant <var>$1page</var>, <var>$1pageid</var> ou <var>$1oldid</var>.
# Spécifier explicitement un contenu, en utilisant <var>$1text</var>, <var>$1title</var> et <var>$1contentmodel</var>
# Spécifier uniquement un résumé à analyser. <var>$1prop</var> doit recevoir une valeur vide.
MediaWiki:Apihelp-parse-description/fr
Similar to <var>filter</var>, but the provided value serves as a filter only for the <var>value</var> field of an ExtJS component
MediaWiki:Apihelp-bs-store-param-query/en
Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.
MediaWiki:Apihelp-parse-param-title/en
Analiza o contido e devolve o resultado do analizador.
Vexa varios módulos propostos de <kbd>[[Special:ApiHelp/query|action=query]]</kbd> para obter información sobre a versión actual dunha páxina.
Hai varias formas de especificar o texto a analizar:
# Especificar unha páxina ou revisión, usando <var>$1page</var>, <var>$1pageid</var>, ou <var>$1oldid</var>.
# Especificando contido explícitamente, usando <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>.
# Especificando só un resumo a analizar. <var>$1prop</var> debe ter un valor baleiro.
Vexa varios módulos propostos de <kbd>[[Special:ApiHelp/query|action=query]]</kbd> para obter información sobre a versión actual dunha páxina.
Hai varias formas de especificar o texto a analizar:
# Especificar unha páxina ou revisión, usando <var>$1page</var>, <var>$1pageid</var>, ou <var>$1oldid</var>.
# Especificando contido explícitamente, usando <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>.
# Especificando só un resumo a analizar. <var>$1prop</var> debe ter un valor baleiro.
MediaWiki:Apihelp-parse-description/gl
Page ID of the page to roll back. Cannot be used together with <var>$1title</var>.
MediaWiki:Apihelp-rollback-param-pageid/en
Page ID of the page to delete. Cannot be used together with <var>$1title</var>.
MediaWiki:Apihelp-delete-param-pageid/en
Page ID of the page to edit. Cannot be used together with <var>$1title</var>.
MediaWiki:Apihelp-edit-param-pageid/en
Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
MediaWiki:Apihelp-undelete-param-timestamps/en-gb
Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
MediaWiki:Apihelp-undelete-param-timestamps/en
IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
MediaWiki:Apihelp-undelete-param-fileids/en
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"