MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
prop=pageprops (pp)
- This module requires read rights.
 - Source: MediaWiki
 - License: GPL-2.0+
 
Get various properties defined in the page content.
Parameters:
- ppcontinue
 When more results are available, use this to continue.
- ppprop
 Only list these props. Useful for checking whether a certain page uses a certain page prop.
- Separate values with |. Maximum number of values is 50 (500 for bots).
 
Example:
- Get properties for the pages Main Page and MediaWiki.
 - api.php?action=query&prop=pageprops&titles=Main%20Page|MediaWiki