MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=languageinfo (li)
- Questo modulo richiede i diritti di lettura.
 - Fonte: MediaWiki
 - Licenza: GPL-2.0-or-later
 
Restituisce informazioni sulle lingue disponibili.
Continuation may be applied if retrieving the information takes too long for one request.
Parametri specifici:
Sono disponibili altri parametri generali.
- liprop
 Which information to get for each language.
- code
 - The language code. (This code is MediaWiki-specific, though there are overlaps with other standards.)
 - bcp47
 - Il codice lingua BCP-47.
 - dir
 - The writing direction of the language (either 
ltrorrtl). - autonym
 - The autonym of the language, that is, the name in that language.
 - name
 - The name of the language in the language specified by the uselang parameter, with language fallbacks applied if necessary.
 - fallbacks
 - The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly).
 - variants
 - The language codes of the variants supported by this language.
 
- Valori (separati da | o alternativa): autonym, bcp47, code, dir, fallbacks, name, variants
 - Predefinito: code
 - licode
 Language codes of the languages that should be returned, or
*for all languages.- Separa i valori con | o alternativa.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 - Predefinito: *
 - licontinue
 Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org.
Esempi:
- Ottieni i codici lingua di tutte le lingue supportate.
 - api.php?action=query&meta=languageinfo [apri in una sandbox]
 - Get the autonyms and German names of all supported languages.
 - api.php?action=query&meta=languageinfo&liprop=autonym|name&uselang=de [apri in una sandbox]
 - Get the fallback languages and variants of Occitan.
 - api.php?action=query&meta=languageinfo&liprop=fallbacks|variants&licode=oc [apri in una sandbox]
 - Get the BCP-47 language code and direction of all supported languages.
 - api.php?action=query&meta=languageinfo&liprop=bcp47|dir [apri in una sandbox]