Jump to: navigation, search
164,531 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
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.
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-extended-description/en
Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.
MediaWiki:Apihelp-parse-param-text/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. 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 content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.
MediaWiki:Apihelp-parse-param-page/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
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
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.
MediaWiki:Apihelp-compare-param-torelative/en
The <var>revids</var> parameter may not be used with the list options (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var>).
MediaWiki:Apierror-revisions-norevids/en
If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it.
MediaWiki:Apihelp-parse-param-redirects/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
<var>titles</var>, <var>pageids</var> or a generator was used to supply multiple pages, but the <var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, and <var>$1end</var> parameters may only be used on a single page.
MediaWiki:Apierror-revisions-singlepage/en
<var>title</var> used without <var>text</var>, and parsed page properties were requested. Did you mean to use <var>page</var> instead of <var>title</var>?
MediaWiki:Apiwarn-parse-titlewithouttext/en
Див. різні prop-модулі <kbd>[[Special:ApiHelp/query|action=query]]</kbd>, щоб отримати інформацію з поточної версії сторінки.
Є декілька способів вказати текст для аналізу:
# Вказати сторінку або версію, використавши <var>$1page</var>, <var>$1pageid</var> або <var>$1oldid</var>.
# Вказати безпосередньо, використавши <var>$1text</var>, <var>$1title</var> і <var>$1contentmodel</var>.
# Вказати лише підсумок аналізу. <var>$1prop</var> повинен мати порожнє значення.
Є декілька способів вказати текст для аналізу:
# Вказати сторінку або версію, використавши <var>$1page</var>, <var>$1pageid</var> або <var>$1oldid</var>.
# Вказати безпосередньо, використавши <var>$1text</var>, <var>$1title</var> і <var>$1contentmodel</var>.
# Вказати лише підсумок аналізу. <var>$1prop</var> повинен мати порожнє значення.
MediaWiki:Apihelp-parse-extended-description/uk
Set the English language label to "<var>Earth</var>" for the item with sitelink <var>enwiki</var> => "<var>Earth</var>".
MediaWiki:Apihelp-wbsetlabel-example-2/en
Ezen változat visszavonása. Felülírja a <var>$1text</var>, <var>$1prependtext</var> és <var>$1appendtext</var> paramétereket.
MediaWiki:Apihelp-edit-param-undo/hu
Array of elements of the item to ignore conflicts for. Can only contain values of "<var>description</var>", "<var>sitelink</var>" and "<var>statement</var>"
MediaWiki:Apihelp-wbmergeitems-param-ignoreconflicts/en
Use this text instead of the content of the revision specified by <var>totitle</var>, <var>toid</var> or <var>torev</var>.
MediaWiki:Apihelp-compare-param-totext/en
Use this text instead of the content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>.
MediaWiki:Apihelp-compare-param-fromtext/en
O parámetro <var>revids</var> non se pode utilizar xunto coas opción de lista (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> e <var>$1end</var>).
MediaWiki:Apierror-revisions-norevids/gl
הפרמטר <var>revids</var> אינו יכול לשמש עם אפשרויות הרשימה (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var>, ו־<var>$1end</var>).
MediaWiki:Apierror-revisions-norevids/he
Параметр <var>revids</var> не может быть использован с настройками списка (<var>$1limit</var>, <var>$1startid</var>, <var>$1endid</var>, <kbd>$1dir=newer</kbd>, <var>$1user</var>, <var>$1excludeuser</var>, <var>$1start</var> и <var>$1end</var>).
MediaWiki:Apierror-revisions-norevids/ru
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"