Jump to: navigation, search
54,293 results found
Showing translations which match any of the search words. Require all search words.
Languages
Message groups
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.
Unlike page editing, this does not fall back to <var>summary</var> when omitted or empty.
MediaWiki:Apihelp-parse-param-sectiontitle/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
Default summary when adding a new section to a page. Parameters:
* $1 - section title
* $1 - section title
MediaWiki:Newsectionsummary/qqq
Edit summary. Also section title when $1section=new and $1sectiontitle is not set.
MediaWiki:Apihelp-edit-param-summary/en
This message is shown, when the textbox by a new-section is empty.
MediaWiki:Missingcommenttext/qqq
This message is displayed when a user tries to edit a section that does not exist.
MediaWiki:Nosuchsectiontext/qqq
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
Page title of special page, which presumably appears when someone tries to edit a section, and section editing is disabled. Explanation of section editing on [[meta:Help:Section_editing#Section_editing|meta]].
MediaWiki:Sectioneditnotsupported-title/qqq
This message displays at the top of the page when a user is creating a new section. Parameters:
* $1 - page name
{{Related|Editing}}
* $1 - page name
{{Related|Editing}}
MediaWiki:Editingcomment/qqq
If set, a new entity will be created.
Set this to the type of the entity you want to create.
It is not allowed to have this set when <var>id</var> is also set.
Set this to the type of the entity you want to create.
It is not allowed to have this set when <var>id</var> is also set.
MediaWiki:Apihelp-wbeditentity-param-new/en
Used as error message in "creating new category/forum/thread" page, when title or text is empty.
MediaWiki:Wikiforum-error-no-text-or-title/qqq
כותרת פסקה חדשה כאשר <var>section</var> הוא <kbd>new</kbd>.
בניגוד לעריכת דף, זה לא מתגבה ל־<var>summary</var> כשזה מושמט אם ריק.
בניגוד לעריכת דף, זה לא מתגבה ל־<var>summary</var> כשזה מושמט אם ריק.
MediaWiki:Apihelp-parse-param-sectiontitle/he
How to filter for redirects. If set to <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.
MediaWiki:Apihelp-query+backlinks-param-filterredir/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
Title for page shown when user tries to access a short url that does not exist
The body for this title is:
* {{msg-mw|Urlshortener-not-found-message}}
The body for this title is:
* {{msg-mw|Urlshortener-not-found-message}}
MediaWiki:Urlshortener-not-found-title/qqq
Traiter uniquement le contenu de la section ayant ce numéro.
Quand la valeur est <kbd>new</kbd>, traite <var>$1text</var> et <var>$1sectiontitle</var> comme s’ils correspondaient à une nouvelle section de la page.
La valeur <kbd>new</kbd> n’est autorisée que si <var>text</var> est défini.
Quand la valeur est <kbd>new</kbd>, traite <var>$1text</var> et <var>$1sectiontitle</var> comme s’ils correspondaient à une nouvelle section de la page.
La valeur <kbd>new</kbd> n’est autorisée que si <var>text</var> est défini.
MediaWiki:Apihelp-parse-param-section/fr
Edit summary when creating a new talk section ($1 is name of section)
MediaWiki:Mobile-frontend-talk-edit-summary/qqq
Section editing is not supported in this page.
MediaWiki:Sectioneditnotsupported-text/en
Überschrift des neuen Abschnittes, wenn <var>section</var> = <kbd>new</kbd> ist.
Anders als beim Bearbeiten der Seite wird der Parameter nicht durch die <var>summary</var> ersetzt, wenn er weggelassen oder leer ist.
Anders als beim Bearbeiten der Seite wird der Parameter nicht durch die <var>summary</var> ersetzt, wenn er weggelassen oder leer ist.
MediaWiki:Apihelp-parse-param-sectiontitle/de
Novo título de sección cando <var>section</var> é <kbd>new</kbd>.
A diferenza da edición de páxinas, non se oculta no <var>summary</var> cando se omite ou está baleiro.
A diferenza da edición de páxinas, non se oculta no <var>summary</var> cando se omite ou está baleiro.
MediaWiki:Apihelp-parse-param-sectiontitle/gl
当<var>section</var>为<kbd>new</kbd>时新段落标题。
不像页面编辑,当省略或为空时将不会备选为<var>summary</var>。
不像页面编辑,当省略或为空时将不会备选为<var>summary</var>。
MediaWiki:Apihelp-parse-param-sectiontitle/zh-hans
Заголовок нового розділу, коли <var>section</var> має значення <kbd>new</kbd>.
На відміну від редагування сторінки, це не повертається до <var>summary</var>, якщо пропустити чи лишити порожнім.
На відміну від редагування сторінки, це не повертається до <var>summary</var>, якщо пропустити чи лишити порожнім.
MediaWiki:Apihelp-parse-param-sectiontitle/uk
This message displays at the top of the page when a user is editing a page section. Parameters:
* $1 - page name
{{Related|Editing}}
* $1 - page name
{{Related|Editing}}
MediaWiki:Editingsection/qqq
Edit summary that is shown if you enable "Prompt me when entering a blank summary" and add a new section without headline to a talk page.
"Subject" is {{msg-mw|subject}}.
See also:
* {{msg-mw|Missingsummary}}
* {{msg-mw|Savearticle}}
"Subject" is {{msg-mw|subject}}.
See also:
* {{msg-mw|Missingsummary}}
* {{msg-mw|Savearticle}}
MediaWiki:Missingcommentheader/qqq
Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.
MediaWiki:Apihelp-query+extlinks-param-protocol/en
Retrieved from "https://translatewiki.net/wiki/Special:SearchTranslations"