Messaggi di sistema

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.

Filtro
Filtra per stato di modifica:    
Prima pagina
Ultima pagina
Nome Testo predefinito
Testo attuale
apihelp-mobileview-param-notransform (Discussione) (Traduci) Don't transform HTML into mobile-specific version.
apihelp-mobileview-param-offset (Discussione) (Traduci) Pretend all text result is one string, and return the substring starting at this point.
apihelp-mobileview-param-onlyrequestedsections (Discussione) (Traduci) Return only requested sections even with $1prop=sections.
apihelp-mobileview-param-page (Discussione) (Traduci) Title of page to process.
apihelp-mobileview-param-pageprops (Discussione) (Traduci) What page properties to return, a pipe ("|") separated list or "*" for all properties.
apihelp-mobileview-param-prop (Discussione) (Traduci) Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on the page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties.
apihelp-mobileview-param-prop-withimages (Discussione) (Traduci) Which information to get: ;text:HTML of selected sections. ;sections:Information about all sections on page. ;normalizedtitle:Normalized page title. ;lastmodified:ISO 8601 timestamp for when the page was last modified, e.g. "2014-04-13T22:42:14Z". ;lastmodifiedby:Information about the user who modified the page last. ;revision:Return the current revision ID of the page. ;protection:Information about protection level. ;editable:Whether the current user can edit this page. This includes all factors for logged-in users but not blocked status for anons. ;languagecount:Number of languages that the page is available in. ;hasvariants:Whether or not the page is available in other language variants. ;displaytitle:The rendered title of the page, with {{DISPLAYTITLE}} and such applied. ;pageprops:Page properties. ;image:Information about an image associated with this page. ;thumb:Thumbnail of an image associated with this page.
apihelp-mobileview-param-redirect (Discussione) (Traduci) Whether redirects should be followed.
apihelp-mobileview-param-sectionprop (Discussione) (Traduci) What information about sections to get.
apihelp-mobileview-param-sections (Discussione) (Traduci) Pipe-separated list of section numbers for which to return text. "all" can be used to return for all. Ranges in format "1-4" mean get sections 1,2,3,4. Ranges without second number, e.g. "1-" means get all until the end. "references" can be used to specify that all sections containing references should be returned.
apihelp-mobileview-param-thumbheight (Discussione) (Traduci) Maximum thumbnail height.
apihelp-mobileview-param-thumbsize (Discussione) (Traduci) Maximum thumbnail dimensions.
apihelp-mobileview-param-thumbwidth (Discussione) (Traduci) Maximum thumbnail width.
apihelp-mobileview-param-variant (Discussione) (Traduci) Convert content into this language variant.
apihelp-move-description (Discussione) (Traduci) Sposta una pagina.
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-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 or do not change watch.
apihelp-no-such-module (Discussione) (Traduci) Modulo "$1" non trovato.
apihelp-none-description (Discussione) (Traduci) Output nothing.
apihelp-opensearch-description (Discussione) (Traduci) Search the wiki using the OpenSearch protocol.
apihelp-opensearch-example-te (Discussione) (Traduci) Trova le pagine che iniziano con <kbd>Te</kbd>.
apihelp-opensearch-param-format (Discussione) (Traduci) Il formato dell'output.
apihelp-opensearch-param-limit (Discussione) (Traduci) Numero massimo di risultati da restituire.
apihelp-opensearch-param-namespace (Discussione) (Traduci) Namespaces to search.
apihelp-opensearch-param-redirects (Discussione) (Traduci) How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats.
apihelp-opensearch-param-suggest (Discussione) (Traduci) Non fare nulla se <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> è falso.
apihelp-opensearch-param-warningsaserror (Discussione) (Traduci) If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them.
apihelp-options-description (Discussione) (Traduci) Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with <code>userjs-</code> (intended to be used by user scripts), can be set.
apihelp-options-example-change (Discussione) (Traduci) Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences.
apihelp-options-example-complex (Discussione) (Traduci) Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>.
apihelp-options-example-reset (Discussione) (Traduci) Reimposta tutte le preferenze.
apihelp-options-param-change (Discussione) (Traduci) List of changes, formatted name=value (e.g. skin=vector). If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. If any value passed contains the pipe character (<kbd>|</kbd>), use the [[Special:ApiHelp/main#main/datatypes|alternative multiple-value separator]] for correct operation.
apihelp-options-param-optionname (Discussione) (Traduci) The name of the option that should be set to the value given by <var>$1optionvalue</var>.
apihelp-options-param-optionvalue (Discussione) (Traduci) The value for the option specified by <var>$1optionname</var>.
apihelp-options-param-reset (Discussione) (Traduci) Resets preferences to the site defaults.
apihelp-options-param-resetkinds (Discussione) (Traduci) List of types of options to reset when the <var>$1reset</var> option is set.
apihelp-paraminfo-description (Discussione) (Traduci) Ottieni informazioni sui moduli API.
apihelp-paraminfo-example-1 (Discussione) (Traduci) Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>.
apihelp-paraminfo-example-2 (Discussione) (Traduci) Show info for all submodules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd>.
Prima pagina
Ultima pagina