Messaggi di sistema

Da PNLUG.

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.

Filtro
Filtra per stato di modifica:    
Prima pagina
Ultima pagina
Nome Testo predefinito
Testo attuale
apihelp-tag-example-rev (Discussione) (Traduci) Add the <kbd>vandalism</kbd> tag from revision ID 123 without specifying a reason
apihelp-tag-param-add (Discussione) (Traduci) Tags to add. Only manually defined tags can be added.
apihelp-tag-param-logid (Discussione) (Traduci) One or more log entry IDs from which to add or remove the tag.
apihelp-tag-param-rcid (Discussione) (Traduci) One or more recent changes IDs from which to add or remove the tag.
apihelp-tag-param-reason (Discussione) (Traduci) Reason for the change.
apihelp-tag-param-remove (Discussione) (Traduci) Tags to remove. Only tags that are either manually defined or completely undefined can be removed.
apihelp-tag-param-revid (Discussione) (Traduci) One or more revision IDs from which to add or remove the tag.
apihelp-tokens-description (Discussione) (Traduci) Get tokens for data-modifying actions. This module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].
apihelp-tokens-example-edit (Discussione) (Traduci) Retrieve an edit token (the default).
apihelp-tokens-example-emailmove (Discussione) (Traduci) Retrieve an email token and a move token.
apihelp-tokens-param-type (Discussione) (Traduci) Types of token to request.
apihelp-txt-description (Discussione) (Traduci) Output data in PHP's <code>print_r()</code> format.
apihelp-txtfm-description (Discussione) (Traduci) Output data in PHP's <code>print_r()</code> format (pretty-print in HTML).
apihelp-unblock-description (Discussione) (Traduci) Unblock a user.
apihelp-unblock-example-id (Discussione) (Traduci) Unblock block ID #<kbd>105</kbd>.
apihelp-unblock-example-user (Discussione) (Traduci) Unblock user <kbd>Bob</kbd> with reason <kbd>Sorry Bob</kbd>.
apihelp-unblock-param-id (Discussione) (Traduci) ID of the block to unblock (obtained through <kbd>list=blocks</kbd>). Cannot be used together with <var>$1user</var>.
apihelp-unblock-param-reason (Discussione) (Traduci) Reason for unblock.
apihelp-unblock-param-user (Discussione) (Traduci) Username, IP address or IP range to unblock. Cannot be used together with <var>$1id</var>.
apihelp-undelete-description (Discussione) (Traduci) Restore revisions of a deleted page. A list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].
apihelp-undelete-example-page (Discussione) (Traduci) Undelete page <kbd>Main Page</kbd>.
apihelp-undelete-example-revisions (Discussione) (Traduci) Undelete two revisions of page <kbd>Main Page</kbd>.
apihelp-undelete-param-fileids (Discussione) (Traduci) IDs of the file revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-reason (Discussione) (Traduci) Reason for restoring.
apihelp-undelete-param-timestamps (Discussione) (Traduci) Timestamps of the revisions to restore. If both <var>$1timestamps</var> and <var>$1fileids</var> are empty, all will be restored.
apihelp-undelete-param-title (Discussione) (Traduci) Title of the page to restore.
apihelp-undelete-param-watchlist (Discussione) (Traduci) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-upload-description (Discussione) (Traduci) Upload a file, or get the status of pending uploads. Several methods are available: * Upload file contents directly, using the <var>$1file</var> parameter. * Upload the file in pieces, using the <var>$1filesize</var>, <var>$1chunk</var>, and <var>$1offset</var> parameters.* Have the MediaWiki server fetch a file from a URL, using the <var>$1url</var> parameter. * Complete an earlier upload that failed due to warnings, using the <var>$1filekey</var> parameter. Note that the HTTP POST must be done as a file upload (i.e. using <code>multipart/form-data</code>) when sending the <var>$1file</var>.
apihelp-upload-example-filekey (Discussione) (Traduci) Complete an upload that failed due to warnings.
apihelp-upload-example-url (Discussione) (Traduci) Carica da un URL.
apihelp-upload-param-async (Discussione) (Traduci) Make potentially large file operations asynchronous when possible.
apihelp-upload-param-asyncdownload (Discussione) (Traduci) Make fetching a URL asynchronous.
apihelp-upload-param-checkstatus (Discussione) (Traduci) Only fetch the upload status for the given file key.
apihelp-upload-param-chunk (Discussione) (Traduci) Chunk contents.
apihelp-upload-param-comment (Discussione) (Traduci) Upload comment. Also used as the initial page text for new files if <var>$1text</var> is not specified.
apihelp-upload-param-file (Discussione) (Traduci) File contents.
apihelp-upload-param-filekey (Discussione) (Traduci) Key that identifies a previous upload that was stashed temporarily.
apihelp-upload-param-filename (Discussione) (Traduci) Target filename.
apihelp-upload-param-filesize (Discussione) (Traduci) Filesize of entire upload.
apihelp-upload-param-ignorewarnings (Discussione) (Traduci) Ignore any warnings.
apihelp-upload-param-leavemessage (Discussione) (Traduci) If asyncdownload is used, leave a message on the user talk page if finished.
apihelp-upload-param-offset (Discussione) (Traduci) Offset of chunk in bytes.
apihelp-upload-param-sessionkey (Discussione) (Traduci) Same as $1filekey, maintained for backward compatibility.
apihelp-upload-param-stash (Discussione) (Traduci) If set, the server will stash the file temporarily instead of adding it to the repository.
apihelp-upload-param-statuskey (Discussione) (Traduci) Fetch the upload status for this file key (upload by URL).
apihelp-upload-param-text (Discussione) (Traduci) Initial page text for new files.
apihelp-upload-param-url (Discussione) (Traduci) URL to fetch the file from.
apihelp-upload-param-watch (Discussione) (Traduci) Watch the page.
apihelp-upload-param-watchlist (Discussione) (Traduci) Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
apihelp-userrights-description (Discussione) (Traduci) Change a user's group membership.
Prima pagina
Ultima pagina