MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=pagecollectionsmetadata
- 此模块需要读取权限。
- 来源:WikimediaCampaignEvents
- 许可协议:GPL-2.0-or-later
Fetch page collection information for the given title.
具体参数:
其他通用参数可用。
- titles
A string containing the page title for which the page collection information will be fetched.
- 这个参数是必需的。
- 各变量值应以|或其转义序列分隔。
- 值的最大值为50(允许更高上限的客户端为500)。
例子:
- Fetch the page collection information, for the collection defined inside 'TestCollection' page
- api.php?action=query&list=pagecollectionsmetadata&titles=TestCollection [在沙盒中打开]