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-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-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-pfautocomplete-description (Discussione) (Traduci) Autocompletion used by the Page Forms extension.
apihelp-pfautocomplete-param-base_cargo_field (Discussione) (Traduci) The Cargo field for a previous field in the form to check against
apihelp-pfautocomplete-param-base_cargo_table (Discussione) (Traduci) The Cargo table for a previous field in the form to check against
apihelp-pfautocomplete-param-baseprop (Discussione) (Traduci) A previous Semantic MediaWiki property in the form to check against
apihelp-pfautocomplete-param-basevalue (Discussione) (Traduci) The value to check for the previous property or field
apihelp-pfautocomplete-param-cargo_field (Discussione) (Traduci) The field of the Cargo table whose values will be autocompleted on
apihelp-pfautocomplete-param-cargo_table (Discussione) (Traduci) A database table, defined by the Cargo extension, whose values will be autocompleted on
apihelp-pfautocomplete-param-category (Discussione) (Traduci) A category whose pages will be autocompleted on
apihelp-pfautocomplete-param-concept (Discussione) (Traduci) A Semantic MediaWiki "concept" whose pages will be autocompleted on
apihelp-pfautocomplete-param-external_url (Discussione) (Traduci) An alias for an external URL from which to get values
apihelp-pfautocomplete-param-field_is_array (Discussione) (Traduci) Whether the specified Cargo field holds an array of values
apihelp-pfautocomplete-param-limit (Discussione) (Traduci) A limit on the number of results returned
apihelp-pfautocomplete-param-namespace (Discussione) (Traduci) A namespace whose pages will be autocompleted on
apihelp-pfautocomplete-param-property (Discussione) (Traduci) A Semantic MediaWiki property whose values will be autocompleted on
apihelp-pfautocomplete-param-substr (Discussione) (Traduci) The substring to autocomplete on
apihelp-pfautoedit-description (Discussione) (Traduci) Crea o modifica una pagina utilizzando un modulo definito dall'estensione Page Forms.
apihelp-pfautoedit-param-form (Discussione) (Traduci) Il modulo Page Forms da utilizzare
apihelp-pfautoedit-param-preload (Discussione) (Traduci) The name of a page to preload in the form
apihelp-pfautoedit-param-query (Discussione) (Traduci) La stringa di interrogazione
apihelp-pfautoedit-param-target (Discussione) (Traduci) Il nome della pagina da creare o modificare
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>.
Prima pagina
Ultima pagina