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
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 interwiki 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
 - Default: ascending
 - iwlimit
 Quanti collegamenti interwiki restituire.
- Tipo: intero o max
 - The value must be between 1 and 500.
 - Default: 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]