Messaggi di sistema
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.
Prima pagina |
Pagina precedente |
Pagina successiva |
Ultima pagina |
Nome | Testo predefinito |
---|---|
Testo attuale | |
apihelp-query+imageusage-example-simple (Discussione) (Traduci) | Show pages using [[:File:Albert Einstein Head.jpg]]. |
apihelp-query+imageusage-param-dir (Discussione) (Traduci) | La direzione in cui elencare. |
apihelp-query+imageusage-param-filterredir (Discussione) (Traduci) | How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level. |
apihelp-query+imageusage-param-limit (Discussione) (Traduci) | How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned). |
apihelp-query+imageusage-param-namespace (Discussione) (Traduci) | Il namespace da elencare. |
apihelp-query+imageusage-param-pageid (Discussione) (Traduci) | Page ID to search. Cannot be used together with $1title. |
apihelp-query+imageusage-param-redirect (Discussione) (Traduci) | Se la pagina collegata è un redirect, trova tutte le pagine che puntano al redirect. Il limite massimo è dimezzato. |
apihelp-query+imageusage-param-title (Discussione) (Traduci) | Title to search. Cannot be used together with $1pageid. |
apihelp-query+info-description (Discussione) (Traduci) | Ottieni informazioni base sulla pagina. |
apihelp-query+info-example-protection (Discussione) (Traduci) | Get general and protection information about the page <kbd>Main Page</kbd>. |
apihelp-query+info-example-simple (Discussione) (Traduci) | Get information about the page <kbd>Main Page</kbd>. |
apihelp-query+info-param-prop (Discussione) (Traduci) | Quali proprietà aggiuntive ottenere: |
apihelp-query+info-param-testactions (Discussione) (Traduci) | Test whether the current user can perform certain actions on the page. |
apihelp-query+info-param-token (Discussione) (Traduci) | Use [[Special:ApiHelp/query+tokens|action=query&meta=tokens]] instead. |
apihelp-query+info-paramvalue-prop-displaytitle (Discussione) (Traduci) | Gives the manner in which the page title is actually displayed. |
apihelp-query+info-paramvalue-prop-notificationtimestamp (Discussione) (Traduci) | The watchlist notification timestamp of each page. |
apihelp-query+info-paramvalue-prop-preload (Discussione) (Traduci) | Gives the text returned by EditFormPreloadText. |
apihelp-query+info-paramvalue-prop-protection (Discussione) (Traduci) | List the protection level of each page. |
apihelp-query+info-paramvalue-prop-readable (Discussione) (Traduci) | Whether the user can read this page. |
apihelp-query+info-paramvalue-prop-subjectid (Discussione) (Traduci) | The page ID of the parent page for each talk page. |
apihelp-query+info-paramvalue-prop-talkid (Discussione) (Traduci) | The page ID of the talk page for each non-talk page. |
apihelp-query+info-paramvalue-prop-url (Discussione) (Traduci) | Gives a full URL, an edit URL, and the canonical URL for each page. |
apihelp-query+info-paramvalue-prop-visitingwatchers (Discussione) (Traduci) | Il numero di osservatori di ogni pagina che hanno visitato le ultime modifiche alla pagina, se consentito. |
apihelp-query+info-paramvalue-prop-watched (Discussione) (Traduci) | List the watched status of each page. |
apihelp-query+info-paramvalue-prop-watchers (Discussione) (Traduci) | The number of watchers, if allowed. |
apihelp-query+iwbacklinks-description (Discussione) (Traduci) | Find all pages that link to the given interwiki link. Can be used to find all links with a prefix, or all links to a title (with a given prefix). Using neither parameter is effectively "all interwiki links". |
apihelp-query+iwbacklinks-example-generator (Discussione) (Traduci) | Get information about pages linking to [[wikibooks:Test]]. |
apihelp-query+iwbacklinks-example-simple (Discussione) (Traduci) | Get pages linking to [[wikibooks:Test]]. |
apihelp-query+iwbacklinks-param-dir (Discussione) (Traduci) | La direzione in cui elencare. |
apihelp-query+iwbacklinks-param-limit (Discussione) (Traduci) | Quante pagine totali restituire. |
apihelp-query+iwbacklinks-param-prefix (Discussione) (Traduci) | Prefisso per l'interwiki. |
apihelp-query+iwbacklinks-param-prop (Discussione) (Traduci) | Quali proprietà ottenere: |
apihelp-query+iwbacklinks-param-title (Discussione) (Traduci) | Interwiki link to search for. Must be used with <var>$1blprefix</var>. |
apihelp-query+iwbacklinks-paramvalue-prop-iwprefix (Discussione) (Traduci) | Aggiunge il prefisso dell'interwiki. |
apihelp-query+iwbacklinks-paramvalue-prop-iwtitle (Discussione) (Traduci) | Aggiunge il titolo dell'interwiki. |
apihelp-query+iwlinks-description (Discussione) (Traduci) | Restituisce tutti i collegamenti interwiki dalle pagine indicate. |
apihelp-query+iwlinks-example-simple (Discussione) (Traduci) | Get interwiki links from the page <kbd>Main Page</kbd>. |
apihelp-query+iwlinks-param-dir (Discussione) (Traduci) | La direzione in cui elencare. |
apihelp-query+iwlinks-param-limit (Discussione) (Traduci) | Quanti collegamenti interwiki restituire. |
apihelp-query+iwlinks-param-prefix (Discussione) (Traduci) | Only return interwiki links with this prefix. |
apihelp-query+iwlinks-param-prop (Discussione) (Traduci) | Which additional properties to get for each interlanguage link: |
apihelp-query+iwlinks-param-title (Discussione) (Traduci) | Interwiki link to search for. Must be used with <var>$1prefix</var>. |
apihelp-query+iwlinks-param-url (Discussione) (Traduci) | Whether to get the full URL (cannot be used with $1prop). |
apihelp-query+iwlinks-paramvalue-prop-url (Discussione) (Traduci) | Aggiunge l'URL completo. |
apihelp-query+langbacklinks-description (Discussione) (Traduci) | Find all pages that link to the given language link. Can be used to find all links with a language code, or all links to a title (with a given language). Using neither parameter is effectively "all language links". Note that this may not consider language links added by extensions. |
apihelp-query+langbacklinks-example-generator (Discussione) (Traduci) | Get information about pages linking to [[:fr:Test]]. |
apihelp-query+langbacklinks-example-simple (Discussione) (Traduci) | Get pages linking to [[:fr:Test]]. |
apihelp-query+langbacklinks-param-dir (Discussione) (Traduci) | La direzione in cui elencare. |
apihelp-query+langbacklinks-param-lang (Discussione) (Traduci) | Language for the language link. |
apihelp-query+langbacklinks-param-limit (Discussione) (Traduci) | Quante pagine totali restituire. |
Prima pagina |
Pagina precedente |
Pagina successiva |
Ultima pagina |