Bantuan API MediaWiki
Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.
Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API
list=pagepropnames (ppn)
- Modul ini memerlukan hak membaca.
- Source: MediaWiki
- License: GPL-2.0-or-later
List all page property names in use on the wiki.
Parameter:
- ppncontinue
When more results are available, use this to continue.
- ppnlimit
The maximum number of names to return.
- Type: integer or max
- The value must be between 1 and 500.
- Asal: 10
Contoh:
- Get first 10 property names.
- api.php?action=query&list=pagepropnames [open in sandbox]