MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=pagetriagetemplate
(main | pagetriagetemplate)
- This module requires read rights.
- Source: PageTriage
- License: MIT
Fetch templates that are used within the PageTriage application.
Parameters:
- view
The PageTriage view for which you need the templates.
- This parameter is required.
- template
The template to fetch. Separate multiple with the | character.
- This parameter is required.
Example:
- List items with template "listItem.html"
- api.php?action=pagetriagetemplate&view=list&template=listItem.html [open in sandbox]