MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=langlinks (ll)
- Questo modulo richiede i diritti di lettura.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Returns all interlanguage links from the given pages.
Parametri:
- llprop
Which additional properties to get for each interlanguage link:
- url
- Aggiunge l'URL completo.
- langname
- Adds the localised language name (best effort). Use llinlanguagecode to control the language.
- autonym
- Aggiunge il nome nativo della lingua.
- Valori (separati da | o alternativa): url, langname, autonym
- lllang
Only return language links with this language code.
- lltitle
Link to search for. Must be used with lllang.
- lldir
La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
- Predefinito: ascending
- llinlanguagecode
Language code for localised language names.
- Predefinito: it
- lllimit
How many langlinks to return.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 10
- llcontinue
Quando più risultati sono disponibili, usa questo per continuare.
- llurl
- Deprecato.
Whether to get the full URL (cannot be used with llprop).
- Tipo: booleano (dettagli)
Esempio:
- Get interlanguage links from the page Main Page.
- api.php?action=query&prop=langlinks&titles=Main%20Page&redirects= [apri in una sandbox]