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.
Messaggi di sistema
Prima paginaPagina precedentePagina successivaUltima pagina
Nome Testo predefinito
Testo attuale
apihelp-query+pageswithprop-summary (discussione) (Traduci) List all pages using a given page property.
apihelp-query+prefixsearch-example-simple (discussione) (Traduci) Search for page titles beginning with <kbd>meaning</kbd>.
apihelp-query+prefixsearch-extended-description (discussione) (Traduci) Despite the similarity in names, this module is not intended to be equivalent to [[Special:PrefixIndex]]; for that, see <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd> with the <kbd>apprefix</kbd> parameter. The purpose of this module is similar to <kbd>[[Special:ApiHelp/opensearch|action=opensearch]]</kbd>: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
apihelp-query+prefixsearch-param-limit (discussione) (Traduci) Numero massimo di risultati da restituire.
apihelp-query+prefixsearch-param-namespace (discussione) (Traduci) Namespaces to search. Ignored if <var>$1search</var> begins with a valid namespace prefix.
apihelp-query+prefixsearch-param-offset (discussione) (Traduci) Numero di risultati da saltare
apihelp-query+prefixsearch-param-profile (discussione) (Traduci) Profilo di ricerca da utilizzare.
apihelp-query+prefixsearch-param-search (discussione) (Traduci) Stringa di ricerca.
apihelp-query+prefixsearch-summary (discussione) (Traduci) Perform a prefix search for page titles.
apihelp-query+protectedtitles-example-generator (discussione) (Traduci) Trova collegamenti a titoli protetti nel namespace principale.
apihelp-query+protectedtitles-example-simple (discussione) (Traduci) List protected titles.
apihelp-query+protectedtitles-param-end (discussione) (Traduci) Stop listing at this protection timestamp.
apihelp-query+protectedtitles-param-level (discussione) (Traduci) Elenca solo i titoli con questi livelli di protezione.
apihelp-query+protectedtitles-param-limit (discussione) (Traduci) Quante pagine totali restituire.
apihelp-query+protectedtitles-param-namespace (discussione) (Traduci) Elenca solo i titoli in questi namespace.
apihelp-query+protectedtitles-param-prop (discussione) (Traduci) Quali proprietà ottenere:
apihelp-query+protectedtitles-param-start (discussione) (Traduci) Start listing at this protection timestamp.
apihelp-query+protectedtitles-paramvalue-prop-comment (discussione) (Traduci) Aggiunge il commento per la protezione.
apihelp-query+protectedtitles-paramvalue-prop-expiry (discussione) (Traduci) Adds the timestamp of when the protection will be lifted.
apihelp-query+protectedtitles-paramvalue-prop-level (discussione) (Traduci) Aggiunge il livello di protezione.
apihelp-query+protectedtitles-paramvalue-prop-parsedcomment (discussione) (Traduci) Adds the parsed comment for the protection.
apihelp-query+protectedtitles-paramvalue-prop-timestamp (discussione) (Traduci) Adds the timestamp of when protection was added.
apihelp-query+protectedtitles-paramvalue-prop-user (discussione) (Traduci) Aggiunge l'utente che ha aggiunto la protezione.
apihelp-query+protectedtitles-paramvalue-prop-userid (discussione) (Traduci) Aggiunge l'ID utente che ha aggiunto la protezione.
apihelp-query+protectedtitles-summary (discussione) (Traduci) Elenca tutti i titoli protetti dalla creazione.
apihelp-query+querypage-example-ancientpages (discussione) (Traduci) Restituisce risultati da [[Special:Ancientpages|Speciale:PagineMenoRecenti]].
apihelp-query+querypage-param-limit (discussione) (Traduci) Numero di risultati da restituire.
apihelp-query+querypage-param-page (discussione) (Traduci) The name of the special page. Note, this is case-sensitive.
apihelp-query+querypage-summary (discussione) (Traduci) Get a list provided by a QueryPage-based special page.
apihelp-query+random-example-generator (discussione) (Traduci) Return page info about two random pages from the main namespace.
apihelp-query+random-example-simple (discussione) (Traduci) Restituisce due pagine casuali dal namespace principale.
apihelp-query+random-extended-description (discussione) (Traduci) Pages are listed in a fixed sequence, only the starting point is random. This means that if, for example, <samp>Main Page</samp> is the first random page in the list, <samp>List of fictional monkeys</samp> will <em>always</em> be second, <samp>List of people on stamps of Vanuatu</samp> third, etc.
apihelp-query+random-param-filterredir (discussione) (Traduci) How to filter for redirects.
apihelp-query+random-param-limit (discussione) (Traduci) Limit how many random pages will be returned.
apihelp-query+random-param-namespace (discussione) (Traduci) Restituisci le pagine solo in questi namespace.
apihelp-query+random-param-redirect (discussione) (Traduci) Usa <kbd>$1filterredir=redirects</kbd> invece.
apihelp-query+random-summary (discussione) (Traduci) Get a set of random pages.
apihelp-query+recentchanges-example-generator (discussione) (Traduci) Get page info about recent unpatrolled changes.
apihelp-query+recentchanges-example-simple (discussione) (Traduci) Elenco modifiche recenti.
apihelp-query+recentchanges-param-end (discussione) (Traduci) Il timestamp al quale interrompere l'elenco.
apihelp-query+recentchanges-param-excludeuser (discussione) (Traduci) Don't list changes by this user.
apihelp-query+recentchanges-param-generaterevisions (discussione) (Traduci) When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.
apihelp-query+recentchanges-param-limit (discussione) (Traduci) How many total changes to return.
apihelp-query+recentchanges-param-namespace (discussione) (Traduci) Filter changes to only these namespaces.
apihelp-query+recentchanges-param-prop (discussione) (Traduci) Include additional pieces of information:
apihelp-query+recentchanges-param-show (discussione) (Traduci) Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set $1show=minor|!anon.
apihelp-query+recentchanges-param-slot (discussione) (Traduci) Only list changes that touch the named slot.
apihelp-query+recentchanges-param-start (discussione) (Traduci) Il timestamp da cui iniziare l'elenco.
apihelp-query+recentchanges-param-tag (discussione) (Traduci) Only list changes tagged with this tag.
apihelp-query+recentchanges-param-title (discussione) (Traduci) Filter entries to those related to a page.
Prima paginaPagina precedentePagina successivaUltima pagina