Помоћ око Медијавикијевог API-ја
Ово је аутоматски генерисана документација за Медијавики API
Документација и примери: -{R|https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page}-
list=pagepropnames (ppn)
- This module requires read rights.
- Извор: MediaWiki
- Лиценца: GPL-2.0-or-later
List all page property names in use on the wiki.
Специфични параметри:
Other general parameters are available.
- ppncontinue
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- ppnlimit
The maximum number of names to return.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 10
Пример:
- Get first 10 property names.
- api.php?action=query&list=pagepropnames [open in sandbox]