MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
prop=linkshere (lh)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
Alle Seiten finden, die auf die angegebenen Seiten verlinken.
Parameter:
- lhprop
Which properties to get:
- pageid
- Page ID of each page.
- title
- Title of each page.
- redirect
- Flag if the page is a redirect.
- Werte (mit | trennen): pageid, title, redirect
- Standard: pageid|title|redirect
- lhnamespace
Only include pages in these namespaces.
- Werte (mit | trennen): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- lhshow
Show only items that meet these criteria:
- redirect
- Only show redirects.
- !redirect
- Only show non-redirects.
- Werte (mit | trennen): redirect, !redirect
- lhlimit
How many to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Standard: 10
- lhcontinue
When more results are available, use this to continue.
Beispiele:
- Get a list of pages linking to the Main Page.
- api.php?action=query&prop=linkshere&titles=Main%20Page
- Get information about pages linking to the Main Page.
- api.php?action=query&generator=linkshere&titles=Main%20Page&prop=info