Jump to: navigation, search
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
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>.
MediaWiki:Apihelp-parse-param-section/en
New section title when <var>section</var> is <kbd>new</kbd>.

Unlike page editing, this does not fall back to <var>summary</var> when omitted or empty.
MediaWiki:Apihelp-parse-param-sectiontitle/en
The <var>section</var> parameter must be a valid section ID or <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/en
<kbd>section=new</kbd> kan ikke kombineres med parameterne <var>oldid</var>, <var>pageid</var> eller <var>page</var>. Bruk <var>title</var> og <var>text</var>.
MediaWiki:Apierror-invalidparammix-parse-new-section/nb
Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
MediaWiki:Apihelp-edit-param-section/en
Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section.
MediaWiki:Apihelp-stashedit-param-section/en
Le paramètre <var>section</var> doit être un ID de section valide ou <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/fr
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
Der Parameter <var>section</var> muss eine gültige Abschnittskennung oder <kbd>new</kbd> sein.
MediaWiki:Apierror-invalidsection/de
הפרמטר <var>section</var> להיות מזהה מקטע תקין או <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/he
Parametern <var>section</var> måste vara ett giltigt avsnitts-ID eller <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/sv
Параметр <var>section</var> має бути дійсним ідентифікатором розділу або <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/uk
O parámetro <var>section</var> debe ser un ID de sección válido ou <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/gl
<var>section</var> 변수는 유효한 섹션 ID 또는 <kbd>new</kbd>이어야 합니다.
MediaWiki:Apierror-invalidsection/ko
Параметр <var>section</var> должен быть корректным идентификатором секции или <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/ru
O parâmetro <var>section</var> deve ser um ID de seção válida ou <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/pt-br
Parameteren <var>section</var> må være en gyldig seksjons-ID eller <kbd>new</kbd>.
MediaWiki:Apierror-invalidsection/nb
Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>.
MediaWiki:Apihelp-parse-param-oldid/en
<kbd>section=new</kbd> cannot be combined with the <var>oldid</var>, <var>pageid</var> or <var>page</var> parameters. Please use <var>title</var> and <var>text</var>.
MediaWiki:Apierror-invalidparammix-parse-new-section/en
Csak a megadott sorszámú szakasz feldolgozása.

Ha <kbd>new</kbd>, a <var>$1text</var> és <var>$1sectiontitle</var> feldolgozása úgy, mintha egy új szakaszt adnál a laphoz.

A <kbd>new</kbd> csak a <var>text</var> paraméter megadásakor engedélyezett.
MediaWiki:Apihelp-parse-param-section/hu
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 page. Cannot be used together with <var>$1text</var> and <var>$1title</var>.
MediaWiki:Apihelp-parse-param-page/en
Apenas analise o conteúdo deste número de seção.

Quando <kbd>new</kbd>, analise <var>$1text</var> e <var>$1sectiontitle</var> como se adicionasse uma nova seção a página.

<kbd>new</kbd> é permitido somente ao especificar <var>text</var>.
MediaWiki:Apihelp-parse-param-section/pt-br
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>
MediaWiki:Api-help-datatypes/en