미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
prop=pageprops (pp)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
Get various properties defined in the page content.
변수:
- 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).
예시:
- Get properties for the pages Main Page and MediaWiki.
- api.php?action=query&prop=pageprops&titles=Main%20Page|MediaWiki