Messaggi di sistema

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.

Filtro
Filtra per stato di modifica:    
Prima pagina
Ultima pagina
Nome Testo predefinito
Testo attuale
apihelp-parse-param-summary (Discussione) (Traduci) Oggetto da analizzare.
apihelp-parse-param-text (Discussione) (Traduci) Text to parse. Use <var>$1title</var> or <var>$1contentmodel</var> to control the content model.
apihelp-parse-param-title (Discussione) (Traduci) Title of page the text belongs to. If omitted, <var>$1contentmodel</var> must be specified, and [[API]] will be used as the title.
apihelp-parse-paramvalue-prop-categories (Discussione) (Traduci) Gives the categories in the parsed wikitext.
apihelp-parse-paramvalue-prop-categorieshtml (Discussione) (Traduci) Gives the HTML version of the categories.
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-headhtml (Discussione) (Traduci) Gives parsed <code><head></code> of the page.
apihelp-parse-paramvalue-prop-headitems (Discussione) (Traduci) <span class="apihelp-deprecated">Deprecated.</span> 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-jsconfigvars (Discussione) (Traduci) Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>.
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-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.
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-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-patrol-description (Discussione) (Traduci) Verifica una pagina o versione.
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-php-description (Discussione) (Traduci) Output data in serialized PHP format.
apihelp-php-param-formatversion (Discussione) (Traduci) 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 (Discussione) (Traduci) Output data in serialized PHP format (pretty-print in HTML).
apihelp-protect-description (Discussione) (Traduci) Modifica il livello di protezione di una pagina.
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 or do not change watch.
apihelp-purge-description (Discussione) (Traduci) Pulisce la cache per i titoli indicati.
Prima pagina
Ultima pagina