MediaWiki API súgó
Ez egy automatikusan generált MediaWiki API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/API
list=pagepropnames (ppn)
- Ez a modul olvasási jogot igényel.
- Forrás: MediaWiki
- Licenc: GPL-2.0+
List all page property names in use on the wiki.
Paraméterek:
- ppncontinue
When more results are available, use this to continue.
- ppnlimit
The maximum number of names to return.
- Nem engedélyezett több mint 500 (botoknak 5 000).
- Típus: egész vagy max
- Default: 10
Example:
- Get first 10 property names.
- api.php?action=query&list=pagepropnames [open in sandbox]