Messaggi di sistema

Da Bamboomt2Wiki.

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-import-param-interwikisource (Discussione) (Traduci) Per importazioni interwiki: wiki da cui importare.
apihelp-import-param-namespace (Discussione) (Traduci) Importa in questo namespace. Non può essere usato insieme a <var>$1rootpage</var>.
apihelp-import-param-rootpage (Discussione) (Traduci) Importa come sottopagina di questa pagina. Non può essere usato insieme a <var>$1namespace</var>.
apihelp-import-param-summary (Discussione) (Traduci) Oggetto nel registro di importazione.
apihelp-import-param-templates (Discussione) (Traduci) Per importazioni interwiki: importa anche tutti i template inclusi.
apihelp-import-param-xml (Discussione) (Traduci) File XML caricato.
apihelp-json-description (Discussione) (Traduci) Output data in JSON format.
apihelp-json-param-ascii (Discussione) (Traduci) If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when <var>formatversion</var> is <kbd>1</kbd>.
apihelp-json-param-callback (Discussione) (Traduci) If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.
apihelp-json-param-formatversion (Discussione) (Traduci) Output formatting: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning.
apihelp-json-param-utf8 (Discussione) (Traduci) If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when <var>formatversion</var> is not <kbd>1</kbd>.
apihelp-jsonfm-description (Discussione) (Traduci) Output data in JSON format (pretty-print in HTML).
apihelp-linkaccount-description (Discussione) (Traduci) Link an account from a third-party provider to the current user.
apihelp-login-description (Discussione) (Traduci) Log in and get authentication cookies. This action should only be used in combination with [[Special:BotPasswords]]; use for main-account login is deprecated and may fail without warning. To safely log in to the main account, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-description-nobotpasswords (Discussione) (Traduci) Log in and get authentication cookies. This action is deprecated and may fail without warning. To safely log in, use <kbd>[[Special:ApiHelp/clientlogin|action=clientlogin]]</kbd>.
apihelp-login-example-gettoken (Discussione) (Traduci) Recupera un token di login.
apihelp-login-example-login (Discussione) (Traduci) Entra.
apihelp-login-param-domain (Discussione) (Traduci) Dominio (opzionale).
apihelp-login-param-name (Discussione) (Traduci) Nome utente.
apihelp-login-param-password (Discussione) (Traduci) Password.
apihelp-login-param-token (Discussione) (Traduci) Login token obtained in first request.
apihelp-logout-description (Discussione) (Traduci) Esci e cancella i dati della sessione.
apihelp-logout-example-logout (Discussione) (Traduci) Disconnetti l'utente attuale.
apihelp-main-description (Discussione) (Traduci) <div class="hlist plainlinks api-main-links"> * [[mw:API:Main_page|Documentazione]] (in inglese) * [[mw:API:FAQ|FAQ]] (in inglese) * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api Mailing list] * [https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce Annunci sull'API] * [https://phabricator.wikimedia.org/maniphest/query/GebfyV4uCaLd/#R Bug & richieste] </div> <strong>Stato:</strong> tutte le funzioni e caratteristiche mostrate su questa pagina dovrebbero funzionare, ma le API sono ancora in fase attiva di sviluppo, e potrebbero cambiare in qualsiasi momento. Iscriviti alla [https://lists.wikimedia.org/pipermail/mediawiki-api-announce/ la mailing list sugli annunci delle API MediaWiki] per essere informato sugli aggiornamenti. <strong>Istruzioni sbagliate:</strong> quando vengono impartite alle API delle istruzioni sbagliate, un'intestazione HTTP verrà inviata col messaggio "MediaWiki-API-Error" e, sia il valore dell'intestazione, sia il codice d'errore, verranno impostati con lo stesso valore. Per maggiori informazioni leggi [[mw:API:Errors_and_warnings|API:Errori ed avvertimenti]] (in inglese). <strong>Test:</strong> per testare facilmente le richieste API, vedi [[Special:ApiSandbox]].
apihelp-main-param-action (Discussione) (Traduci) Azione da compiere.
apihelp-main-param-assert (Discussione) (Traduci) Verifica che l'utente abbia effettuato l'accesso se si è impostato <kbd>user</kbd>, o che abbia i permessi di bot se si è impostato <kbd>bot</kbd>.
apihelp-main-param-curtimestamp (Discussione) (Traduci) Includi nel risultato il timestamp attuale.
apihelp-main-param-format (Discussione) (Traduci) Formato dell'output.
apihelp-main-param-maxage (Discussione) (Traduci) Set the <code>max-age</code> HTTP cache control header to this many seconds. Errors are never cached.
apihelp-main-param-maxlag (Discussione) (Traduci) Maximum lag can be used when MediaWiki is installed on a database replicated cluster. To save actions causing any more site replication lag, this parameter can make the client wait until the replication lag is less than the specified value. In case of excessive lag, error code <samp>maxlag</samp> is returned with a message like <samp>Waiting for $host: $lag seconds lagged</samp>.<br />See [[mw:Manual:Maxlag_parameter|Manual: Maxlag parameter]] for more information.
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). 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 whitelisted, an <code>Access-Control-Allow-Origin</code> header will be set.
apihelp-main-param-requestid (Discussione) (Traduci) Tutti i valori forniti saranno implementati nella risposta. Potrebbero venir utilizzati per distinguere le richieste.
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) Language to use for message translations. <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd> with <kbd>siprop=languages</kbd> returns a list of language codes, or specify <kbd>user</kbd> to use the current user's language preference, or specify <kbd>content</kbd> to use this wiki's content language.
apihelp-managetags-description (Discussione) (Traduci) Perform management tasks relating to change tags.
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: ;create:Create a new change tag for manual use. ;delete: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. ;activate:Activate a change tag, allowing users to apply it manually. ;deactivate:Deactivate a change tag, preventing users from applying it manually.
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-mergehistory-description (Discussione) (Traduci) Unisce cronologie pagine.
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>.
Prima pagina
Ultima pagina

Strumenti Wiki

Strumenti personali
Strumenti