MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
prop=links (pl)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
Returns all links from the given pages.
Parameter:
- plnamespace
Show links in these namespaces only.
- Werte (mit | trennen): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 2300, 2301, 2302, 2303
- pllimit
How many links to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Type: integer or max
- Standard: 10
- plcontinue
When more results are available, use this to continue.
- pltitles
Only list links to these titles. Useful for checking whether a certain page links to a certain title.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- pldir
The direction in which to list.
- Einer der folgenden Werte: ascending, descending
- Standard: ascending
Beispiele:
- Links von der Hauptseite abrufen
- api.php?action=query&prop=links&titles=Main%20Page
- Get information about the link pages in the page Main Page.
- api.php?action=query&generator=links&titles=Main%20Page&prop=info
- Get links from the page Main Page in the Benutzer and Vorlage namespaces.
- api.php?action=query&prop=links&titles=Main%20Page&plnamespace=2|10