Messaggi di sistema
Jump to navigation
Jump to search
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-query+logevents-example-simple (discussione) (Traduci) | List recent log events. |
apihelp-query+logevents-param-action (discussione) (Traduci) | Filter log actions to only this action. Overrides <var>$1type</var>. In the list of possible values, values with the asterisk wildcard such as <kbd>action/*</kbd> can have different strings after the slash (/). |
apihelp-query+logevents-param-end (discussione) (Traduci) | Il timestamp al quale interrompere l'elenco. |
apihelp-query+logevents-param-limit (discussione) (Traduci) | How many total event entries to return. |
apihelp-query+logevents-param-namespace (discussione) (Traduci) | Filter entries to those in the given namespace. |
apihelp-query+logevents-param-prefix (discussione) (Traduci) | Filter entries that start with this prefix. |
apihelp-query+logevents-param-prop (discussione) (Traduci) | Quali proprietà ottenere: |
apihelp-query+logevents-param-start (discussione) (Traduci) | Il timestamp da cui iniziare l'elenco. |
apihelp-query+logevents-param-tag (discussione) (Traduci) | Only list event entries tagged with this tag. |
apihelp-query+logevents-param-title (discussione) (Traduci) | Filter entries to those related to a page. |
apihelp-query+logevents-param-type (discussione) (Traduci) | Filter log entries to only this type. |
apihelp-query+logevents-param-user (discussione) (Traduci) | Filter entries to those made by the given user. |
apihelp-query+logevents-paramvalue-prop-comment (discussione) (Traduci) | Adds the comment of the log event. |
apihelp-query+logevents-paramvalue-prop-details (discussione) (Traduci) | Lists additional details about the log event. |
apihelp-query+logevents-paramvalue-prop-ids (discussione) (Traduci) | Adds the ID of the log event. |
apihelp-query+logevents-paramvalue-prop-parsedcomment (discussione) (Traduci) | Adds the parsed comment of the log event. |
apihelp-query+logevents-paramvalue-prop-tags (discussione) (Traduci) | Lists tags for the log event. |
apihelp-query+logevents-paramvalue-prop-timestamp (discussione) (Traduci) | Adds the timestamp for the log event. |
apihelp-query+logevents-paramvalue-prop-title (discussione) (Traduci) | Aggiunge il titolo della pagine per l'evento nel registro. |
apihelp-query+logevents-paramvalue-prop-type (discussione) (Traduci) | Adds the type of log event. |
apihelp-query+logevents-paramvalue-prop-user (discussione) (Traduci) | Adds the user responsible for the log event. |
apihelp-query+logevents-paramvalue-prop-userid (discussione) (Traduci) | Adds the user ID who was responsible for the log event. |
apihelp-query+logevents-summary (discussione) (Traduci) | Get events from logs. |
apihelp-query+mystashedfiles-example-simple (discussione) (Traduci) | Get the filekey, file size, and pixel size of files in the current user's upload stash. |
apihelp-query+mystashedfiles-param-limit (discussione) (Traduci) | Quanti file restituire. |
apihelp-query+mystashedfiles-param-prop (discussione) (Traduci) | Quali proprietà recuperare per il file. |
apihelp-query+mystashedfiles-paramvalue-prop-size (discussione) (Traduci) | Recupera la dimensione del file e le dimensioni dell'immagine. |
apihelp-query+mystashedfiles-paramvalue-prop-type (discussione) (Traduci) | Recupera il tipo MIME del file e il tipo media. |
apihelp-query+mystashedfiles-summary (discussione) (Traduci) | Get a list of files in the current user's upload stash. |
apihelp-query+pagepropnames-example-simple (discussione) (Traduci) | Get first 10 property names. |
apihelp-query+pagepropnames-param-limit (discussione) (Traduci) | The maximum number of names to return. |
apihelp-query+pagepropnames-summary (discussione) (Traduci) | List all page property names in use on the wiki. |
apihelp-query+pageprops-example-simple (discussione) (Traduci) | Get properties for the pages <kbd>Main Page</kbd> and <kbd>MediaWiki</kbd>. |
apihelp-query+pageprops-param-prop (discussione) (Traduci) | Only list these page properties (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). Useful for checking whether pages use a certain page property. |
apihelp-query+pageprops-summary (discussione) (Traduci) | Get various page properties defined in the page content. |
apihelp-query+pageswithprop-example-generator (discussione) (Traduci) | Get additional information about the first 10 pages using <code>__NOTOC__</code>. |
apihelp-query+pageswithprop-example-simple (discussione) (Traduci) | List the first 10 pages using <code>{{DISPLAYTITLE:}}</code>. |
apihelp-query+pageswithprop-param-dir (discussione) (Traduci) | In quale direzione ordinare. |
apihelp-query+pageswithprop-param-limit (discussione) (Traduci) | Il numero massimo di pagine da restituire. |
apihelp-query+pageswithprop-param-prop (discussione) (Traduci) | Quali informazioni includere: |
apihelp-query+pageswithprop-param-propname (discussione) (Traduci) | Page property for which to enumerate pages (<kbd>[[Special:ApiHelp/query+pagepropnames|action=query&list=pagepropnames]]</kbd> returns page property names in use). |
apihelp-query+pageswithprop-paramvalue-prop-ids (discussione) (Traduci) | Aggiunge l'ID pagina. |
apihelp-query+pageswithprop-paramvalue-prop-title (discussione) (Traduci) | Aggiunge il titolo e l'ID namespace della pagina. |
apihelp-query+pageswithprop-paramvalue-prop-value (discussione) (Traduci) | Aggiunge il valore della proprietà di pagina. |
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 |