Todas as mensagens de sistema
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.
Primeira página |
Página anterior |
Próxima página |
Última página |
| Nome | Texto padrão |
|---|---|
| Texto atual | |
| apihelp-paraminfo-description (discussão) (Traduzir) | Obtain information about API modules. |
| apihelp-paraminfo-example-1 (discussão) (Traduzir) | Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>. |
| apihelp-paraminfo-param-formatmodules (discussão) (Traduzir) | List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead. |
| apihelp-paraminfo-param-helpformat (discussão) (Traduzir) | Format of help strings. |
| apihelp-paraminfo-param-mainmodule (discussão) (Traduzir) | Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead. |
| apihelp-paraminfo-param-modules (discussão) (Traduzir) | 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>. |
| apihelp-paraminfo-param-pagesetmodule (discussão) (Traduzir) | Get information about the pageset module (providing titles= and friends) as well. |
| apihelp-paraminfo-param-querymodules (discussão) (Traduzir) | List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>. |
| apihelp-parse-description (discussão) (Traduzir) | 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. |
| apihelp-parse-example-page (discussão) (Traduzir) | Parse a page. |
| apihelp-parse-example-summary (discussão) (Traduzir) | Parse a summary. |
| apihelp-parse-example-text (discussão) (Traduzir) | Parse wikitext. |
| apihelp-parse-example-texttitle (discussão) (Traduzir) | Parse wikitext, specifying the page title. |
| apihelp-parse-param-contentformat (discussão) (Traduzir) | Content serialization format used for the input text. Only valid when used with $1text. |
| apihelp-parse-param-contentmodel (discussão) (Traduzir) | Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text. |
| apihelp-parse-param-disableeditsection (discussão) (Traduzir) | Disable edit section links from the parser output. |
| apihelp-parse-param-disablepp (discussão) (Traduzir) | Disable the PP Report from the parser output. |
| apihelp-parse-param-disabletoc (discussão) (Traduzir) | Disable table of contents in output. |
| apihelp-parse-param-effectivelanglinks (discussão) (Traduzir) | Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>). |
| apihelp-parse-param-generatexml (discussão) (Traduzir) | Generate XML parse tree (requires content model <code>$1</code>). |
| apihelp-parse-param-oldid (discussão) (Traduzir) | Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>. |
| apihelp-parse-param-onlypst (discussão) (Traduzir) | Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>. |
| apihelp-parse-param-page (discussão) (Traduzir) | Parse the content of this page. Cannot be used together with <var>$1text</var> and <var>$1title</var>. |
| apihelp-parse-param-pageid (discussão) (Traduzir) | Parse the content of this page. Overrides <var>$1page</var>. |
| apihelp-parse-param-preview (discussão) (Traduzir) | Parse in preview mode. |
| apihelp-parse-param-prop (discussão) (Traduzir) | Which pieces of information to get: ;text:Gives the parsed text of the wikitext. ;langlinks:Gives the language links in the parsed wikitext. ;categories:Gives the categories in the parsed wikitext. ;categorieshtml:Gives the HTML version of the categories. ;links:Gives the internal links in the parsed wikitext. ;templates:Gives the templates in the parsed wikitext. ;images:Gives the images in the parsed wikitext. ;externallinks:Gives the external links in the parsed wikitext. ;sections:Gives the sections in the parsed wikitext. ;revid:Adds the revision ID of the parsed page. ;displaytitle:Adds the title of the parsed wikitext. ;headitems:Gives items to put in the <head> of the page. ;headhtml:Gives parsed <head> of the page. ;modules:Gives the ResourceLoader modules used on the page. ;indicators:Gives the HTML of page status indicators used on the page. ;iwlinks:Gives interwiki links in the parsed wikitext. ;wikitext:Gives the original wikitext that was parsed. ;properties:Gives various properties defined in the parsed wikitext. ;limitreportdata:Gives the limit report in a structured way. Gives no data, when $1disablepp is set. ;limitreporthtml:Gives the HTML version of the limit report. Gives no data, when $1disablepp is set. |
| apihelp-parse-param-pst (discussão) (Traduzir) | Do a pre-save transform on the input before parsing it. Only valid when used with text. |
| apihelp-parse-param-redirects (discussão) (Traduzir) | If <var>$1page</var> or <var>$1pageid</var> is set to a redirect, resolve it. |
| apihelp-parse-param-section (discussão) (Traduzir) | Only retrieve the content of this section number or when <kbd>new</kbd> generate a new section. <kbd>new</kbd> section is only honored when specifying <var>text</var>. |
| apihelp-parse-param-sectionpreview (discussão) (Traduzir) | Parse in section preview mode (enables preview mode too). |
| apihelp-parse-param-sectiontitle (discussão) (Traduzir) | 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. |
| apihelp-parse-param-summary (discussão) (Traduzir) | Summary to parse. |
| apihelp-parse-param-text (discussão) (Traduzir) | Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model. |
| apihelp-parse-param-title (discussão) (Traduzir) | Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title. |
| apihelp-patrol-description (discussão) (Traduzir) | Patrulhar uma página ou edição. |
| apihelp-patrol-example-rcid (discussão) (Traduzir) | Patrulhar uma mudança recente |
| apihelp-patrol-example-revid (discussão) (Traduzir) | Patrulhar uma edição |
| apihelp-patrol-param-rcid (discussão) (Traduzir) | Recentchanges ID to patrol. |
| apihelp-patrol-param-revid (discussão) (Traduzir) | Revision ID to patrol. |
| apihelp-php-description (discussão) (Traduzir) | Output data in serialized PHP format. |
| apihelp-php-param-formatversion (discussão) (Traduzir) | Output formatting: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning. |
| apihelp-phpfm-description (discussão) (Traduzir) | Output data in serialized PHP format (pretty-print in HTML). |
| apihelp-protect-description (discussão) (Traduzir) | Change the protection level of a page. |
| apihelp-protect-example-protect (discussão) (Traduzir) | Proteger uma página |
| apihelp-protect-example-unprotect (discussão) (Traduzir) | Unprotect a page by setting restrictions to <kbd>all</kbd>. |
| apihelp-protect-example-unprotect2 (discussão) (Traduzir) | Unprotect a page by setting no restrictions. |
| apihelp-protect-param-cascade (discussão) (Traduzir) | Enable cascading protection (i.e. protect pages included in this page). Ignored if all protection levels given do not support cascading. |
| apihelp-protect-param-expiry (discussão) (Traduzir) | Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection. |
| apihelp-protect-param-pageid (discussão) (Traduzir) | ID of the page to (un)protect. Cannot be used together with $1title. |
| apihelp-protect-param-protections (discussão) (Traduzir) | List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). <strong>Note:</strong> Any actions not listed will have restrictions removed. |
Primeira página |
Página anterior |
Próxima página |
Última página |