Messaggi di sistema
		
		
		
		Vai alla navigazione
		Vai alla ricerca
		
Questa è la lista di tutti i messaggi di sistema disponibili nel namespace MediaWiki.
Visita MediaWiki Localisation e translatewiki.net se vuoi contribuire alla localizzazione generica di MediaWiki.
		
	| Nome | Testo predefinito | 
|---|---|
| Testo attuale | |
| apihelp-parse-paramvalue-prop-displaytitle (discussione) (Traduci) | Adds the title of the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-encodedjsconfigvars (discussione) (Traduci) | Gives the JavaScript configuration variables specific to the page as a JSON string. | 
| apihelp-parse-paramvalue-prop-externallinks (discussione) (Traduci) | Gives the external links in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-headhtml (discussione) (Traduci) | Gives parsed doctype, opening <code><html></code>, <code><head></code> element and opening <code><body></code> of the page. | 
| apihelp-parse-paramvalue-prop-headitems (discussione) (Traduci) | Gives items to put in the <code><head></code> of the page. | 
| apihelp-parse-paramvalue-prop-images (discussione) (Traduci) | Gives the images in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-indicators (discussione) (Traduci) | Gives the HTML of page status indicators used on the page. | 
| apihelp-parse-paramvalue-prop-iwlinks (discussione) (Traduci) | Gives interwiki links in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-jsconfigvars (discussione) (Traduci) | Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>. | 
| apihelp-parse-paramvalue-prop-langlinks (discussione) (Traduci) | Gives the language links in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-limitreportdata (discussione) (Traduci) | Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set. | 
| apihelp-parse-paramvalue-prop-limitreporthtml (discussione) (Traduci) | Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set. | 
| apihelp-parse-paramvalue-prop-links (discussione) (Traduci) | Gives the internal links in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-modules (discussione) (Traduci) | Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. | 
| apihelp-parse-paramvalue-prop-parsetree (discussione) (Traduci) | The XML parse tree of revision content (requires content model <code>$1</code>) | 
| apihelp-parse-paramvalue-prop-parsewarnings (discussione) (Traduci) | Gives the warnings that occurred while parsing content (as wikitext). | 
| apihelp-parse-paramvalue-prop-parsewarningshtml (discussione) (Traduci) | Gives the warnings that occurred while parsing content (as HTML). | 
| apihelp-parse-paramvalue-prop-properties (discussione) (Traduci) | Gives various properties defined in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-revid (discussione) (Traduci) | Adds the revision ID of the parsed page. | 
| apihelp-parse-paramvalue-prop-sections (discussione) (Traduci) | Gives the sections in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-subtitle (discussione) (Traduci) | Adds the page subtitle for the parsed page. | 
| apihelp-parse-paramvalue-prop-templates (discussione) (Traduci) | Gives the templates in the parsed wikitext. | 
| apihelp-parse-paramvalue-prop-text (discussione) (Traduci) | Gives the parsed text of the wikitext. | 
| apihelp-parse-paramvalue-prop-wikitext (discussione) (Traduci) | Gives the original wikitext that was parsed. | 
| apihelp-parse-summary (discussione) (Traduci) | Parses content and returns parser output. | 
| apihelp-patrol-example-rcid (discussione) (Traduci) | Verifica una modifica recente. | 
| apihelp-patrol-example-revid (discussione) (Traduci) | Verifica una versione. | 
| apihelp-patrol-param-rcid (discussione) (Traduci) | ID della modifica recente da verificare. | 
| apihelp-patrol-param-revid (discussione) (Traduci) | ID versione da verificare. | 
| apihelp-patrol-param-tags (discussione) (Traduci) | Modifica etichette da applicare all'elemento del registro delle verifiche. | 
| apihelp-patrol-summary (discussione) (Traduci) | Verifica una pagina o versione. | 
| apihelp-php-param-formatversion (discussione) (Traduci) | Output formatting | 
| apihelp-php-paramvalue-formatversion-1 (discussione) (Traduci) | Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). | 
| apihelp-php-paramvalue-formatversion-2 (discussione) (Traduci) | Modern format. | 
| apihelp-php-paramvalue-formatversion-latest (discussione) (Traduci) | Use the latest format (currently <kbd>2</kbd>), may change without warning. | 
| apihelp-php-summary (discussione) (Traduci) | Output data in serialized PHP format. | 
| apihelp-phpfm-summary (discussione) (Traduci) | Output data in serialized PHP format (pretty-print in HTML). | 
| apihelp-protect-example-protect (discussione) (Traduci) | Proteggi una pagina. | 
| apihelp-protect-example-unprotect (discussione) (Traduci) | Sproteggi una pagina impostando restrizione su <kbd>all</kbd> (cioè a tutti è consentito intraprendere l'azione). | 
| apihelp-protect-example-unprotect2 (discussione) (Traduci) | Sproteggi una pagina impostando nessuna restrizione. | 
| apihelp-protect-param-cascade (discussione) (Traduci) | Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading. | 
| apihelp-protect-param-expiry (discussione) (Traduci) | 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 (discussione) (Traduci) | ID della pagina da (s)proteggere. Non può essere usato insieme con $1title. | 
| apihelp-protect-param-protections (discussione) (Traduci) | List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction. <strong>Note:</strong> Any actions not listed will have restrictions removed. | 
| apihelp-protect-param-reason (discussione) (Traduci) | Reason for (un)protecting. | 
| apihelp-protect-param-tags (discussione) (Traduci) | Modifica etichette da applicare all'elemento del registro delle protezioni. | 
| apihelp-protect-param-title (discussione) (Traduci) | Titolo della pagina da (s)proteggere. Non può essere usato insieme a <var>$1pageid</var>. | 
| apihelp-protect-param-watch (discussione) (Traduci) | If set, add the page being (un)protected to the current user's watchlist. | 
| apihelp-protect-param-watchlist (discussione) (Traduci) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. | 
| apihelp-protect-param-watchlistexpiry (discussione) (Traduci) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |