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.
Prima pagina |
Pagina precedente |
Pagina successiva |
Ultima pagina |
Nome | Testo predefinito |
---|---|
Testo attuale | |
apihelp-query+allimages-example-mimetypes (Discussione) (Traduci) | Show a list of files with MIME type <kbd>image/png</kbd> or <kbd>image/gif</kbd> |
apihelp-query+allimages-example-recent (Discussione) (Traduci) | Show a list of recently uploaded files, similar to [[Special:NewFiles]]. |
apihelp-query+allimages-param-dir (Discussione) (Traduci) | La direzione in cui elencare. |
apihelp-query+allimages-param-end (Discussione) (Traduci) | Il timestamp al quale interrompere l'elenco. Può essere utilizzato solo con $1sort=timestamp. |
apihelp-query+allimages-param-filterbots (Discussione) (Traduci) | How to filter files uploaded by bots. Can only be used with $1sort=timestamp. Cannot be used together with $1user. |
apihelp-query+allimages-param-from (Discussione) (Traduci) | Il titolo dell'immagine da cui iniziare l'elenco. Può essere utilizzato solo con $1sort=name. |
apihelp-query+allimages-param-limit (Discussione) (Traduci) | Quante immagini in totale restituire. |
apihelp-query+allimages-param-maxsize (Discussione) (Traduci) | Limit to images with at most this many bytes. |
apihelp-query+allimages-param-mime (Discussione) (Traduci) | What MIME types to search for, e.g. <kbd>image/jpeg</kbd>. |
apihelp-query+allimages-param-minsize (Discussione) (Traduci) | Limit to images with at least this many bytes. |
apihelp-query+allimages-param-prefix (Discussione) (Traduci) | Search for all image titles that begin with this value. Can only be used with $1sort=name. |
apihelp-query+allimages-param-sha1 (Discussione) (Traduci) | SHA1 hash of image. Overrides $1sha1base36. |
apihelp-query+allimages-param-sha1base36 (Discussione) (Traduci) | SHA1 hash of image in base 36 (used in MediaWiki). |
apihelp-query+allimages-param-sort (Discussione) (Traduci) | Proprietà di ordinamento. |
apihelp-query+allimages-param-start (Discussione) (Traduci) | Il timestamp da cui iniziare l'elenco. Può essere utilizzato solo con $1sort=timestamp. |
apihelp-query+allimages-param-to (Discussione) (Traduci) | The image title to stop enumerating at. Can only be used with $1sort=name. |
apihelp-query+allimages-param-user (Discussione) (Traduci) | Only return files uploaded by this user. Can only be used with $1sort=timestamp. Cannot be used together with $1filterbots. |
apihelp-query+alllinks-description (Discussione) (Traduci) | Elenca tutti i collegamenti che puntano ad un namespace indicato. |
apihelp-query+alllinks-example-B (Discussione) (Traduci) | List linked titles, including missing ones, with page IDs they are from, starting at <kbd>B</kbd>. |
apihelp-query+alllinks-example-generator (Discussione) (Traduci) | Ottieni le pagine contenenti i collegamenti. |
apihelp-query+alllinks-example-unique (Discussione) (Traduci) | List unique linked titles. |
apihelp-query+alllinks-example-unique-generator (Discussione) (Traduci) | Gets all linked titles, marking the missing ones. |
apihelp-query+alllinks-param-dir (Discussione) (Traduci) | La direzione in cui elencare. |
apihelp-query+alllinks-param-from (Discussione) (Traduci) | Il titolo del collegamento da cui iniziare l'elenco. |
apihelp-query+alllinks-param-limit (Discussione) (Traduci) | Quanti elementi totali restituire. |
apihelp-query+alllinks-param-namespace (Discussione) (Traduci) | Il namespace da elencare. |
apihelp-query+alllinks-param-prefix (Discussione) (Traduci) | Ricerca per tutti i titoli dei collegamenti che iniziano con questo valore. |
apihelp-query+alllinks-param-prop (Discussione) (Traduci) | Quali pezzi di informazioni includere: |
apihelp-query+alllinks-param-to (Discussione) (Traduci) | Il titolo del collegamento al quale interrompere l'elenco. |
apihelp-query+alllinks-param-unique (Discussione) (Traduci) | Only show distinct linked titles. Cannot be used with <kbd>$1prop=ids</kbd>. When used as a generator, yields target pages instead of source pages. |
apihelp-query+alllinks-paramvalue-prop-ids (Discussione) (Traduci) | Aggiunge l'ID pagina della pagina collegata (non può essere usato con <var>$1unique</var>). |
apihelp-query+alllinks-paramvalue-prop-title (Discussione) (Traduci) | Aggiunge il titolo del collegamento. |
apihelp-query+allmessages-description (Discussione) (Traduci) | Restituisce messaggi da questo sito. |
apihelp-query+allmessages-example-de (Discussione) (Traduci) | Show messages <kbd>august</kbd> and <kbd>mainpage</kbd> in German. |
apihelp-query+allmessages-example-ipb (Discussione) (Traduci) | Show messages starting with <kbd>ipb-</kbd>. |
apihelp-query+allmessages-param-args (Discussione) (Traduci) | Arguments to be substituted into message. |
apihelp-query+allmessages-param-customised (Discussione) (Traduci) | Return only messages in this customisation state. |
apihelp-query+allmessages-param-enableparser (Discussione) (Traduci) | Set to enable parser, will preprocess the wikitext of message (substitute magic words, handle templates, etc.). |
apihelp-query+allmessages-param-filter (Discussione) (Traduci) | Return only messages with names that contain this string. |
apihelp-query+allmessages-param-from (Discussione) (Traduci) | Return messages starting at this message. |
apihelp-query+allmessages-param-includelocal (Discussione) (Traduci) | Also include local messages, i.e. messages that don't exist in the software but do exist as in the {{ns:MediaWiki}} namespace. This lists all {{ns:MediaWiki}}-namespace pages, so it will also list those that aren't really messages such as [[MediaWiki:Common.js|Common.js]]. |
apihelp-query+allmessages-param-lang (Discussione) (Traduci) | Restituisci messaggi in questa lingua. |
apihelp-query+allmessages-param-messages (Discussione) (Traduci) | Which messages to output. <kbd>*</kbd> (default) means all messages. |
apihelp-query+allmessages-param-nocontent (Discussione) (Traduci) | If set, do not include the content of the messages in the output. |
apihelp-query+allmessages-param-prefix (Discussione) (Traduci) | Restituisci messaggi con questo prefisso. |
apihelp-query+allmessages-param-prop (Discussione) (Traduci) | Quali proprietà ottenere. |
apihelp-query+allmessages-param-title (Discussione) (Traduci) | Page name to use as context when parsing message (for $1enableparser option). |
apihelp-query+allmessages-param-to (Discussione) (Traduci) | Return messages ending at this message. |
apihelp-query+allpages-description (Discussione) (Traduci) | Enumerate all pages sequentially in a given namespace. |
apihelp-query+allpages-example-B (Discussione) (Traduci) | Show a list of pages starting at the letter <kbd>B</kbd>. |
Prima pagina |
Pagina precedente |
Pagina successiva |
Ultima pagina |