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.
Messaggi di sistema
Prima paginaPagina precedentePagina successivaUltima pagina
Nome Testo predefinito
Testo attuale
apihelp-aggregategroups-example-1 (discussione) (Traduci) Associa un gruppo
apihelp-aggregategroups-extended-description (discussione) (Traduci) You can add and remove aggregate message groups and associate or dissociate message groups from them (one at a time).
apihelp-aggregategroups-param-aggregategroup (discussione) (Traduci) ID gruppo messaggi aggregato.
apihelp-aggregategroups-param-do (discussione) (Traduci) Cosa fare il gruppo messaggi aggregato.
apihelp-aggregategroups-param-group (discussione) (Traduci) ID gruppo messaggi.
apihelp-aggregategroups-param-groupdescription (discussione) (Traduci) Descrizione gruppo messaggi aggregato.
apihelp-aggregategroups-param-groupname (discussione) (Traduci) Nome gruppo messaggi aggregato.
apihelp-aggregategroups-summary (discussione) (Traduci) Manage aggregate message groups.
apihelp-ask-parameter-api-version (discussione) (Traduci) Output formatting: ;2:Backwards-compatible format using {} for the result list. ;3:Experimental format using [] as result list.
apihelp-ask-summary (discussione) (Traduci) API module to query Semantic MediaWiki using the ask language.
apihelp-askargs-summary (discussione) (Traduci) API module to query Semantic MediaWiki using the ask language as list of conditions, printouts and parameters.
apihelp-block-example-ip-simple (discussione) (Traduci) Blocca l'indirizzo IP <kbd>192.0.2.5</kbd> per tre giorni con una motivazione.
apihelp-block-example-user-complex (discussione) (Traduci) Blocca l'utente <kbd>Vandal</kbd> a tempo indeterminato con una motivazione, e impediscigli la creazione di nuove utenze e l'invio di email.
apihelp-block-param-allowusertalk (discussione) (Traduci) Allow the user to edit their own talk page (depends on <var>[[mw:Special:MyLanguage/Manual:$wgBlockAllowsUTEdit|$wgBlockAllowsUTEdit]]</var>).
apihelp-block-param-anononly (discussione) (Traduci) Blocca solo gli utenti non registrati (cioè disattiva i contributi anonimi da questo indirizzo IP).
apihelp-block-param-autoblock (discussione) (Traduci) Blocca automaticamente l'ultimo indirizzo IP usato dall'utente e i successivi con cui viene tentato l'accesso.
apihelp-block-param-expiry (discussione) (Traduci) Tempo di scadenza. Può essere relativo (ad esempio, <kbd>5 months</kbd> o <kbd>2 weeks</kbd>) o assoluto (ad esempio <kbd>2014-09-18T12:34:56Z</kbd>). Se impostato a <kbd>infinite</kbd>, <kbd>indefinite</kbd> o <kbd>never</kbd>, il blocco non scadrà mai.
apihelp-block-param-hidename (discussione) (Traduci) Nascondi il nome utente dal registro dei blocchi (Richiede i permessi di <code>hideuser</code>).
apihelp-block-param-namespacerestrictions (discussione) (Traduci) List of namespace IDs to block the user from editing. Only applies when <var>partial</var> is set to true.
apihelp-block-param-nocreate (discussione) (Traduci) Impedisci creazione di utenze.
apihelp-block-param-noemail (discussione) (Traduci) Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right).
apihelp-block-param-pagerestrictions (discussione) (Traduci) List of titles to block the user from editing. Only applies when <var>partial</var> is set to true.
apihelp-block-param-partial (discussione) (Traduci) Block user from specific pages or namespaces rather than the entire site.
apihelp-block-param-reason (discussione) (Traduci) Motivo del blocco.
apihelp-block-param-reblock (discussione) (Traduci) Se l'utente è già bloccato, sovrascrivere il blocco esistente.
apihelp-block-param-tags (discussione) (Traduci) Change tags to apply to the entry in the block log.
apihelp-block-param-user (discussione) (Traduci) Utente da bloccare.
apihelp-block-param-userid (discussione) (Traduci) Specifica <kbd>$1user=#<var>ID</var></kbd> invece.
apihelp-block-param-watchuser (discussione) (Traduci) Segui la pagina utente e le pagine di discussione utente dell'utente o dell'indirizzo IP.
apihelp-block-summary (discussione) (Traduci) Blocca un utente.
apihelp-browsebyproperty-summary (discussione) (Traduci) API module to retrieve information about a property or list of properties.
apihelp-browsebysubject-summary (discussione) (Traduci) API module to retrieve information about a subject.
apihelp-categorytree-description (discussione) (Traduci) Modulo interno per l'estensione CategoryTree.
apihelp-categorytree-param-category (discussione) (Traduci) Titolo nel namespace categoria, il prefisso verrà ignorato se dato.
apihelp-categorytree-param-options (discussione) (Traduci) Opzioni per il costruttore CategoryTree come oggetto JSON. L'opzione <var>depth</var> predefinita è <kbd>1</kbd>.
apihelp-categorytree-summary (discussione) (Traduci) Modulo interno per l'estensione CategoryTree.
apihelp-changeauthenticationdata-example-password (discussione) (Traduci) Tentativo di modificare la password dell'utente corrente a <kbd>ExamplePassword</kbd>.
apihelp-changeauthenticationdata-summary (discussione) (Traduci) Modificare i dati di autenticazione per l'utente corrente.
apihelp-changecontentmodel-example (discussione) (Traduci) Change the main page to have the <code>text</code> content model
apihelp-changecontentmodel-param-bot (discussione) (Traduci) Mark the content model change with a bot flag.
apihelp-changecontentmodel-param-model (discussione) (Traduci) Content model of the new content.
apihelp-changecontentmodel-param-pageid (discussione) (Traduci) Page ID of the page to change the contentmodel of. Cannot be used together with <var>$1title</var>.
apihelp-changecontentmodel-param-summary (discussione) (Traduci) Edit summary and log entry reason
apihelp-changecontentmodel-param-tags (discussione) (Traduci) Change tags to apply to the log entry and edit.
apihelp-changecontentmodel-param-title (discussione) (Traduci) Title of the page to change the contentmodel of. Cannot be used together with <var>$1pageid</var>.
apihelp-changecontentmodel-summary (discussione) (Traduci) Change the content model of a page
apihelp-checktoken-example-simple (discussione) (Traduci) Verifica la validità di un token <kbd>csrf</kbd>.
apihelp-checktoken-param-maxtokenage (discussione) (Traduci) Massima età consentita per il token, in secondi.
apihelp-checktoken-param-token (discussione) (Traduci) Token da testare.
apihelp-checktoken-param-type (discussione) (Traduci) Tipo di token in corso di test.
Prima paginaPagina precedentePagina successivaUltima pagina