Avviso: la manutenzione straordinaria prosegue martedì 31 marzo 2026. Informiamo che le attività tecniche applicative si sono concluse con successo venerdì scorso e siamo solo in attesa dell'autorizzazione da parte del gestore del dominio SBN.it per redirigere il traffico web al server nuovo. Successivamente servirà soltanto autorizzazione dal reparto sistemistico ministeriale per emettere nuovo certificato sicuro. Questo potrebbe causare l'avviso "Sito non sicuro". Nel caso invitiamo semplicemente ad attendere la conclusione di tutte le operazioni. Grazie per l'attesa.
Messaggi di sistema
Questa è la lista di tutti i messaggi di sistema disponibili nel namespace MediaWiki. Visitare MediaWiki Localisation e translatewiki.net se si desidera contribuire alla localizzazione generica di MediaWiki.
Prima pagina |
Pagina precedente |
Pagina successiva |
Ultima pagina |
| Nome | Testo predefinito |
|---|---|
| Testo attuale | |
| apihelp-block-param-expiry (Discussione) (Traduci) | Expiry time. May be relative (e.g. <kbd>5 months</kbd> or <kbd>2 weeks</kbd>) or absolute (e.g. <kbd>2014-09-18T12:34:56Z</kbd>). If set to <kbd>infinite</kbd>, <kbd>indefinite</kbd>, or <kbd>never</kbd>, the block will never expire. |
| apihelp-block-param-hidename (Discussione) (Traduci) | Hide the username from the block log. (Requires the <code>hideuser</code> right). |
| apihelp-block-param-nocreate (Discussione) (Traduci) | Prevent account creation. |
| apihelp-block-param-noemail (Discussione) (Traduci) | Prevent user from sending email through the wiki. (Requires the <code>blockemail</code> right). |
| apihelp-block-param-reason (Discussione) (Traduci) | Motivo del blocco. |
| apihelp-block-param-reblock (Discussione) (Traduci) | If the user is already blocked, overwrite the existing block. |
| apihelp-block-param-user (Discussione) (Traduci) | Username, IP address, or IP range to block. |
| apihelp-block-param-watchuser (Discussione) (Traduci) | Watch the user's or IP address's user and talk pages. |
| apihelp-checktoken-description (Discussione) (Traduci) | Check the validity of a token from <kbd>[[Special:ApiHelp/query+tokens|action=query&meta=tokens]]</kbd>. |
| apihelp-checktoken-example-simple (Discussione) (Traduci) | Test the validity of a <kbd>csrf</kbd> token. |
| apihelp-checktoken-param-maxtokenage (Discussione) (Traduci) | Maximum allowed age of the token, in seconds. |
| apihelp-checktoken-param-token (Discussione) (Traduci) | Token to test. |
| apihelp-checktoken-param-type (Discussione) (Traduci) | Type of token being tested. |
| apihelp-clearhasmsg-description (Discussione) (Traduci) | Clears the <code>hasmsg</code> flag for the current user. |
| apihelp-clearhasmsg-example-1 (Discussione) (Traduci) | Clear the <code>hasmsg</code> flag for the current user. |
| apihelp-compare-description (Discussione) (Traduci) | Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed. |
| apihelp-compare-example-1 (Discussione) (Traduci) | Create a diff between revision 1 and 2. |
| apihelp-compare-param-fromid (Discussione) (Traduci) | First page ID to compare. |
| apihelp-compare-param-fromrev (Discussione) (Traduci) | First revision to compare. |
| apihelp-compare-param-fromtitle (Discussione) (Traduci) | First title to compare. |
| apihelp-compare-param-toid (Discussione) (Traduci) | Second page ID to compare. |
| apihelp-compare-param-torev (Discussione) (Traduci) | Second revision to compare. |
| apihelp-compare-param-totitle (Discussione) (Traduci) | Second title to compare. |
| apihelp-createaccount-description (Discussione) (Traduci) | Create a new user account. |
| apihelp-createaccount-example-mail (Discussione) (Traduci) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
| apihelp-createaccount-example-pass (Discussione) (Traduci) | Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>. |
| apihelp-createaccount-param-domain (Discussione) (Traduci) | Domain for external authentication (optional). |
| apihelp-createaccount-param-email (Discussione) (Traduci) | Email address of user (optional). |
| apihelp-createaccount-param-language (Discussione) (Traduci) | Language code to set as default for the user (optional, defaults to content language). |
| apihelp-createaccount-param-mailpassword (Discussione) (Traduci) | If set to any value, a random password will be emailed to the user. |
| apihelp-createaccount-param-name (Discussione) (Traduci) | Username. |
| apihelp-createaccount-param-password (Discussione) (Traduci) | Password (ignored if <var>$1mailpassword</var> is set). |
| apihelp-createaccount-param-realname (Discussione) (Traduci) | Real name of user (optional). |
| apihelp-createaccount-param-reason (Discussione) (Traduci) | Optional reason for creating the account to be put in the logs. |
| apihelp-createaccount-param-token (Discussione) (Traduci) | Account creation token obtained in first request. |
| apihelp-dbg-description (Discussione) (Traduci) | Output data in PHP's <code>var_export()</code> format. |
| apihelp-dbgfm-description (Discussione) (Traduci) | Output data in PHP's <code>var_export()</code> format (pretty-print in HTML). |
| apihelp-delete-description (Discussione) (Traduci) | Delete a page. |
| apihelp-delete-example-reason (Discussione) (Traduci) | Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
| apihelp-delete-example-simple (Discussione) (Traduci) | Delete <kbd>Main Page</kbd>. |
| apihelp-delete-param-oldimage (Discussione) (Traduci) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
| apihelp-delete-param-pageid (Discussione) (Traduci) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
| apihelp-delete-param-reason (Discussione) (Traduci) | Reason for the deletion. If not set, an automatically generated reason will be used. |
| apihelp-delete-param-title (Discussione) (Traduci) | Title of the page to delete. Cannot be used together with <var>$1pageid</var>. |
| apihelp-delete-param-unwatch (Discussione) (Traduci) | Remove the page from the current user's watchlist. |
| apihelp-delete-param-watch (Discussione) (Traduci) | Add the page to the current user's watchlist. |
| apihelp-delete-param-watchlist (Discussione) (Traduci) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
| apihelp-disabled-description (Discussione) (Traduci) | This module has been disabled. |
| apihelp-dump-description (Discussione) (Traduci) | Output data in PHP's <code>var_dump()</code> format. |
| apihelp-dumpfm-description (Discussione) (Traduci) | Output data in PHP's <code>var_dump()</code> format (pretty-print in HTML). |
Prima pagina |
Pagina precedente |
Pagina successiva |
Ultima pagina |