MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=pagecollectionsmetadata

(main | query | pagecollectionsmetadata)
  • This module requires read rights.
  • Source: Wikimedia­Campaign­Events
  • License: GPL-2.0-or-later

Fetch page collection information for the given title.

Specific parameter:
Other general parameters are available.
titles

A string containing the page title for which the page collection information will be fetched.

This parameter is required.
Separate values with | or alternative.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
Example:
Fetch the page collection information, for the collection defined inside 'TestCollection' page
api.php?action=query&list=pagecollectionsmetadata&titles=TestCollection [open in sandbox]