MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=pagepropnames (ppn)
- Dieses Modul erfordert Leserechte.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
List all page property names in use on the wiki.
Parameter:
- ppncontinue
Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.
- ppnlimit
The maximum number of names to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Typ: Ganzzahl oder max
- Standard: 10
Beispiel:
- Get first 10 property names.
- api.php?action=query&list=pagepropnames [in Spielwiese öffnen]