Nápověda k MediaWiki API

Toto je automaticky generovaná dokumentační stránka k MediaWiki API.

Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

prop=pageprops (pp)

(main | query | pageprops)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Zdroj: MediaWiki
  • Licence: GPL-2.0-or-later

Get various page properties defined in the page content.

Parametry:
Other general parameters are available.
ppcontinue

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

ppprop

Only list these page properties (action=query&list=pagepropnames returns page property names in use). Useful for checking whether pages use a certain page property.

Hodnoty oddělujte pomocí | nebo alternativou.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
Příklad:
Get properties for the pages Hlavní strana and MediaWiki.
api.php?action=query&prop=pageprops&titles=Hlavn%C3%AD%20strana|MediaWiki [otevřít v pískovišti]