Messaggi di sistema
Vai alla navigazione
Vai alla ricerca
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.
Nome | Testo predefinito |
---|---|
Testo attuale | |
apihelp-main-param-origin (discussione) (Traduci) | When accessing the API using a cross-domain AJAX request (CORS), set this to the originating domain. This must be included in any pre-flight request, and therefore must be part of the request URI (not the POST body). For authenticated requests, this must match one of the origins in the <code>Origin</code> header exactly, so it has to be set to something like <kbd>https://en.wikipedia.org</kbd> or <kbd>https://meta.wikimedia.org</kbd>. If this parameter does not match the <code>Origin</code> header, a 403 response will be returned. If this parameter matches the <code>Origin</code> header and the origin is allowed, the <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Credentials</code> headers will be set. For non-authenticated requests, specify the value <kbd>*</kbd>. This will cause the <code>Access-Control-Allow-Origin</code> header to be set, but <code>Access-Control-Allow-Credentials</code> will be <code>false</code> and all user-specific data will be restricted. |
apihelp-main-param-requestid (discussione) (Traduci) | Tutti i valori forniti saranno implementati nella risposta. Potrebbero venir utilizzati per distinguere le richieste. |
apihelp-main-param-responselanginfo (discussione) (Traduci) | Includi la lingua utilizzata per <var>uselang</var> e <var>errorlang</var> nel risultato. |
apihelp-main-param-servedby (discussione) (Traduci) | Includi nel risultato il nome dell'host che ha servito la richiesta. |
apihelp-main-param-smaxage (discussione) (Traduci) | Set the <code>s-maxage</code> HTTP cache control header to this many seconds. Errors are never cached. |
apihelp-main-param-uselang (discussione) (Traduci) | Lingua da utilizzare per la traduzione dei messaggi. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo&siprop=languages]]</kbd> restituisce un elenco di codici lingua. Puoi specificare <kbd>user</kbd> per utilizzare la lingua preferita dell'utente corrente, oppure <kbd>content</kbd> per utilizzare la lingua dei contenuti di questo wiki. |
apihelp-main-param-variant (discussione) (Traduci) | Variante della lingua. Funziona solo se la lingua originale supporta la variante di conversione. |
apihelp-main-paramvalue-errorformat-bc (discussione) (Traduci) | Format used prior to MediaWiki 1.29. <var>errorlang</var> and <var>errorsuselocal</var> are ignored. |
apihelp-main-paramvalue-errorformat-html (discussione) (Traduci) | HTML |
apihelp-main-paramvalue-errorformat-none (discussione) (Traduci) | No text output, only the error codes. |
apihelp-main-paramvalue-errorformat-plaintext (discussione) (Traduci) | Wikitext with HTML tags removed and entities replaced. |
apihelp-main-paramvalue-errorformat-raw (discussione) (Traduci) | Chiave del messaggio e parametri. |
apihelp-main-paramvalue-errorformat-wikitext (discussione) (Traduci) | Unparsed wikitext. |
apihelp-main-summary (discussione) (Traduci) | |
apihelp-managetags-example-activate (discussione) (Traduci) | Activate a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd> |
apihelp-managetags-example-create (discussione) (Traduci) | Create a tag named <kbd>spam</kbd> with the reason <kbd>For use in edit patrolling</kbd> |
apihelp-managetags-example-deactivate (discussione) (Traduci) | Deactivate a tag named <kbd>spam</kbd> with the reason <kbd>No longer required</kbd> |
apihelp-managetags-example-delete (discussione) (Traduci) | Delete the <kbd>vandlaism</kbd> tag with the reason <kbd>Misspelt</kbd> |
apihelp-managetags-param-ignorewarnings (discussione) (Traduci) | Whether to ignore any warnings that are issued during the operation. |
apihelp-managetags-param-operation (discussione) (Traduci) | Which operation to perform: |
apihelp-managetags-param-reason (discussione) (Traduci) | An optional reason for creating, deleting, activating or deactivating the tag. |
apihelp-managetags-param-tag (discussione) (Traduci) | Tag to create, delete, activate or deactivate. For tag creation, the tag must not exist. For tag deletion, the tag must exist. For tag activation, the tag must exist and not be in use by an extension. For tag deactivation, the tag must be currently active and manually defined. |
apihelp-managetags-param-tags (discussione) (Traduci) | Change tags to apply to the entry in the tag management log. |
apihelp-managetags-paramvalue-operation-activate (discussione) (Traduci) | Activate a change tag, allowing users to apply it manually. |
apihelp-managetags-paramvalue-operation-create (discussione) (Traduci) | Create a new change tag for manual use. |
apihelp-managetags-paramvalue-operation-deactivate (discussione) (Traduci) | Deactivate a change tag, preventing users from applying it manually. |
apihelp-managetags-paramvalue-operation-delete (discussione) (Traduci) | Remove a change tag from the database, including removing the tag from all revisions, recent change entries and log entries on which it is used. |
apihelp-managetags-summary (discussione) (Traduci) | Perform management tasks relating to change tags. |
apihelp-mergehistory-example-merge (discussione) (Traduci) | Unisci l'intera cronologia di <kbd>Oldpage</kbd> in <kbd>Newpage</kbd>. |
apihelp-mergehistory-example-merge-timestamp (discussione) (Traduci) | Unisci le versioni della pagina <kbd>Oldpage</kbd> fino a <kbd>2015-12-31T04:37:41Z</kbd> in <kbd>Newpage</kbd>. |
apihelp-mergehistory-param-from (discussione) (Traduci) | Il titolo della pagina da cui cronologia sarà unita. Non può essere usato insieme a <var>$1fromid</var>. |
apihelp-mergehistory-param-fromid (discussione) (Traduci) | L'ID della pagina da cui cronologia sarà unita. Non può essere usato insieme a <var>$1from</var>. |
apihelp-mergehistory-param-reason (discussione) (Traduci) | Motivo per l'unione della cronologia. |
apihelp-mergehistory-param-timestamp (discussione) (Traduci) | Il timestamp fino a cui le versioni saranno spostate dalla cronologia della pagina di origine a quella della pagina di destinazione. Se omesso, l'intera cronologia della pagina di origine sarà unita nella pagina di destinazione. |
apihelp-mergehistory-param-to (discussione) (Traduci) | Il titolo della pagina in cui cronologia sarà unita. Non può essere usato insieme a <var>$1toid</var>. |
apihelp-mergehistory-param-toid (discussione) (Traduci) | L'ID della pagina in cui cronologia sarà unita. Non può essere usato insieme a <var>$1to</var>. |
apihelp-mergehistory-summary (discussione) (Traduci) | Unisce cronologie pagine. |
apihelp-move-example-move (discussione) (Traduci) | Sposta <kbd>Badtitle</kbd> a <kbd>Goodtitle</kbd> senza lasciare redirect. |
apihelp-move-param-from (discussione) (Traduci) | Title of the page to rename. Cannot be used together with <var>$1fromid</var>. |
apihelp-move-param-fromid (discussione) (Traduci) | Page ID of the page to rename. Cannot be used together with <var>$1from</var>. |
apihelp-move-param-ignorewarnings (discussione) (Traduci) | Ignora i messaggi di avvertimento del sistema. |
apihelp-move-param-movesubpages (discussione) (Traduci) | Rinomina sottopagine, se applicabile. |
apihelp-move-param-movetalk (discussione) (Traduci) | Rinomina la pagina di discussione, se esiste. |
apihelp-move-param-noredirect (discussione) (Traduci) | Non creare un rinvio. |
apihelp-move-param-reason (discussione) (Traduci) | Motivo della rinomina. |
apihelp-move-param-tags (discussione) (Traduci) | Change tags to apply to the entry in the move log and to the null revision on the destination page. |
apihelp-move-param-to (discussione) (Traduci) | Titolo a cui spostare la pagina. |
apihelp-move-param-unwatch (discussione) (Traduci) | Rimuovi la pagina e il redirect dagli osservati speciali dell'utente attuale. |
apihelp-move-param-watch (discussione) (Traduci) | Aggiunge la pagina e il redirect agli osservati speciali dell'utente attuale. |
apihelp-move-param-watchlist (discussione) (Traduci) | Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch. |