Todas as mensagens de sistema
Aparência
Esta é uma lista de todas as mensagens de sistema disponíveis no espaço nominal MediaWiki.
Acesse MediaWiki Localisation e translatewiki.net caso deseje contribuir para traduções do MediaWiki feitas para uso geral.
| Nome | Texto padrão |
|---|---|
| Texto atual | |
| apihelp-block-param-userid (discussão) (Traduzir) | Specify <kbd>$1user=#<var>ID</var></kbd> instead. |
| apihelp-block-param-watchlistexpiry (discussão) (Traduzir) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
| apihelp-block-param-watchuser (discussão) (Traduzir) | Watch the user's or IP address's user and talk pages. |
| apihelp-block-summary (discussão) (Traduzir) | Block a user. |
| apihelp-changeauthenticationdata-example-password (discussão) (Traduzir) | Attempt to change the current user's password to <kbd>ExamplePassword</kbd>. |
| apihelp-changeauthenticationdata-summary (discussão) (Traduzir) | Change authentication data for the current user. |
| apihelp-changecontentmodel-example (discussão) (Traduzir) | Change the main page to have the <code>text</code> content model |
| apihelp-changecontentmodel-param-bot (discussão) (Traduzir) | Mark the content model change with a bot flag. |
| apihelp-changecontentmodel-param-model (discussão) (Traduzir) | Content model of the new content. |
| apihelp-changecontentmodel-param-pageid (discussão) (Traduzir) | Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>. |
| apihelp-changecontentmodel-param-summary (discussão) (Traduzir) | Edit summary and log entry reason |
| apihelp-changecontentmodel-param-tags (discussão) (Traduzir) | Change tags to apply to the log entry and edit. |
| apihelp-changecontentmodel-param-title (discussão) (Traduzir) | Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>. |
| apihelp-changecontentmodel-summary (discussão) (Traduzir) | Change the content model of a page |
| apihelp-checktoken-example-simple (discussão) (Traduzir) | Test the validity of a <kbd>csrf</kbd> token. |
| apihelp-checktoken-param-maxtokenage (discussão) (Traduzir) | Maximum allowed age of the token, in seconds. |
| apihelp-checktoken-param-token (discussão) (Traduzir) | Token to test. |
| apihelp-checktoken-param-type (discussão) (Traduzir) | Type of token being tested. |
| apihelp-checktoken-summary (discussão) (Traduzir) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
| apihelp-clearhasmsg-example-1 (discussão) (Traduzir) | Clear the <code>hasmsg</code> flag for the current user. |
| apihelp-clearhasmsg-summary (discussão) (Traduzir) | Clears the <code>hasmsg</code> flag for the current user. |
| apihelp-clientlogin-example-login (discussão) (Traduzir) | Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
| apihelp-clientlogin-example-login2 (discussão) (Traduzir) | Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>. |
| apihelp-clientlogin-summary (discussão) (Traduzir) | Log in to the wiki using the interactive flow. |
| apihelp-compare-example-1 (discussão) (Traduzir) | Create a diff between revision 1 and 2. |
| apihelp-compare-extended-description (discussão) (Traduzir) | A revision number, a page title, a page ID, text, or a relative reference for both "from" and "to" must be passed. |
| apihelp-compare-param-difftype (discussão) (Traduzir) | Return the comparison formatted as inline HTML. |
| apihelp-compare-param-fromcontentformat (discussão) (Traduzir) | Specify <kbd>fromslots=main</kbd> and use <var>fromcontentformat-main</var> instead. |
| apihelp-compare-param-fromcontentformat-{slot} (discussão) (Traduzir) | Content serialization format of <var>fromtext-{slot}</var>. |
| apihelp-compare-param-fromcontentmodel (discussão) (Traduzir) | Specify <kbd>fromslots=main</kbd> and use <var>fromcontentmodel-main</var> instead. |
| apihelp-compare-param-fromcontentmodel-{slot} (discussão) (Traduzir) | Content model of <var>fromtext-{slot}</var>. If not supplied, it will be guessed based on the other parameters. |
| apihelp-compare-param-fromid (discussão) (Traduzir) | First page ID to compare. |
| apihelp-compare-param-frompst (discussão) (Traduzir) | Do a pre-save transform on <var>fromtext-{slot}</var>. |
| apihelp-compare-param-fromrev (discussão) (Traduzir) | First revision to compare. |
| apihelp-compare-param-fromsection (discussão) (Traduzir) | Only use the specified section of the specified 'from' content. |
| apihelp-compare-param-fromsection-{slot} (discussão) (Traduzir) | When <var>fromtext-{slot}</var> is the content of a single section, this is the section identifier. It will be merged into the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var> as if for a section edit. |
| apihelp-compare-param-fromslots (discussão) (Traduzir) | Override content of the revision specified by <var>fromtitle</var>, <var>fromid</var> or <var>fromrev</var>. This parameter specifies the slots that are to be modified. Use <var>fromtext-{slot}</var>, <var>fromcontentmodel-{slot}</var>, and <var>fromcontentformat-{slot}</var> to specify content for each slot. |
| apihelp-compare-param-fromtext (discussão) (Traduzir) | Specify <kbd>fromslots=main</kbd> and use <var>fromtext-main</var> instead. |
| apihelp-compare-param-fromtext-{slot} (discussão) (Traduzir) | Text of the specified slot. If omitted, the slot is removed from the revision. |
| apihelp-compare-param-fromtitle (discussão) (Traduzir) | First title to compare. |
| apihelp-compare-param-prop (discussão) (Traduzir) | Which pieces of information to get. |
| apihelp-compare-param-slots (discussão) (Traduzir) | Return individual diffs for these slots, rather than one combined diff for all slots. |
| apihelp-compare-param-tocontentformat (discussão) (Traduzir) | Specify <kbd>toslots=main</kbd> and use <var>tocontentformat-main</var> instead. |
| apihelp-compare-param-tocontentformat-{slot} (discussão) (Traduzir) | Content serialization format of <var>totext-{slot}</var>. |
| apihelp-compare-param-tocontentmodel (discussão) (Traduzir) | Specify <kbd>toslots=main</kbd> and use <var>tocontentmodel-main</var> instead. |
| apihelp-compare-param-tocontentmodel-{slot} (discussão) (Traduzir) | Content model of <var>totext-{slot}</var>. If not supplied, it will be guessed based on the other parameters. |
| apihelp-compare-param-toid (discussão) (Traduzir) | Second page ID to compare. |
| apihelp-compare-param-topst (discussão) (Traduzir) | Do a pre-save transform on <var>totext</var>. |
| apihelp-compare-param-torelative (discussão) (Traduzir) | 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. |
| apihelp-compare-param-torev (discussão) (Traduzir) | Second revision to compare. |