Pomoc MediaWiki API
To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API
list=pagepropnames (ppn)
- Ten moduł wymaga praw odczytu.
 - Źródło: MediaWiki
 - Licencja: GPL-2.0+
 
List all page property names in use on the wiki.
Parametry:
- ppncontinue
 When more results are available, use this to continue.
- ppnlimit
 The maximum number of names to return.
- Nie więcej niż 500 (5000 dla botów) dozwolone.
 - Type: integer or max
 - Domyślnie: 10
 
Przykład:
- Get first 10 property names.
 - api.php?action=query&list=pagepropnames [open in sandbox]