MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=iwlinks (iw)
- Questo modulo richiede i diritti di lettura.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Restituisce tutti i collegamenti interwiki dalle pagine indicate.
Parametri:
- iwprop
Which additional properties to get for each interlanguage link:
- url
- Aggiunge l'URL completo.
- Valori (separati da | o alternativa): url
- iwprefix
Only return interwiki links with this prefix.
- iwtitle
Interwiki link to search for. Must be used with iwprefix.
- iwdir
La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
- Predefinito: ascending
- iwlimit
Quanti collegamenti interwiki restituire.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 10
- iwcontinue
Quando più risultati sono disponibili, usa questo per continuare.
- iwurl
- Deprecato.
Whether to get the full URL (cannot be used with iwprop).
- Tipo: booleano (dettagli)
Esempio:
- Get interwiki links from the page Main Page.
- api.php?action=query&prop=iwlinks&titles=Main%20Page [apri in una sandbox]