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=templates (tl)
- Questo modulo richiede i diritti di lettura.
- Questo modulo può essere utilizzato come generatore.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Returns all pages transcluded on the given pages.
Parametri specifici:
Sono disponibili altri parametri generali.
- tlnamespace
Show templates in these namespaces only.
- Valori (separati da | o alternativa): -1, -2, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 710, 711, 828, 829
- Per specificare tutti i valori, utilizza *.
- tllimit
Quanti template restituire.
- Tipo: intero o max
- The value must be between 1 and 500.
- Default: 10
- tlcontinue
Quando più risultati sono disponibili, usa questo per continuare. Informazioni più dettagliate su come continuare le query possono essere trovate su mediawiki.org.
- tltemplates
Only list these templates. Useful for checking whether a certain page uses a certain template.
- Separa i valori con | o alternativa.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- tldir
La direzione in cui elencare.
- Uno dei seguenti valori: ascending, descending
- Default: ascending
Esempi:
- Get the templates used on the page Paggena prencepale.
- api.php?action=query&prop=templates&titles=Paggena%20prencepale [apri in una sandbox]
- Get information about the template pages used on the page Paggena prencepale.
- api.php?action=query&generator=templates&titles=Paggena%20prencepale&prop=info [apri in una sandbox]
- Get pages in the Utente and Modello namespaces that are transcluded on the page Paggena prencepale.
- api.php?action=query&prop=templates&titles=Paggena%20prencepale&tlnamespace=2|10 [apri in una sandbox]