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-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). | 
| apihelp-edit-description (Discussione) (Traduci) | Create and edit pages. | 
| apihelp-edit-example-edit (Discussione) (Traduci) | Edit a page. | 
| apihelp-edit-example-prepend (Discussione) (Traduci) | Prepend <kbd>__NOTOC__</kbd> to a page. | 
| apihelp-edit-example-undo (Discussione) (Traduci) | Undo revisions 13579 through 13585 with autosummary. | 
| apihelp-edit-param-appendtext (Discussione) (Traduci) | Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. | 
| Prima pagina | Pagina precedente | Pagina successiva | Ultima pagina | 

