MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
prop=templates (tl)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
Returns all pages transcluded on the given pages.
Parameter:
- tlnamespace
Show templates in this namespaces only.
- Werte (mit | trennen): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- tllimit
How many templates to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Standard: 10
- tlcontinue
When more results are available, use this to continue.
- tltemplates
Only list these templates. Useful for checking whether a certain page uses a certain template.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- tldir
The direction in which to list.
- Ein Wert: ascending, descending
- Standard: ascending
Beispiele:
- Get the templates used on the page Main Page.
- api.php?action=query&prop=templates&titles=Main%20Page
- Get information about the template pages used on Main Page.
- api.php?action=query&generator=templates&titles=Main%20Page&prop=info
- Get pages in the Benutzer and Vorlage namespaces that are transcluded on the page Main Page.
- api.php?action=query&prop=templates&titles=Main%20Page&tlnamespace=2|10