MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=suggestarticleaction
(main | collection | suggestarticleaction)
- Voor deze module zijn leesrechten nodig.
- Bron: Collection
- Licentie: GPL-2.0-or-later
API module to interact with suggestions
Parameters:
- suggestaction
One of 'add', 'remove', or 'ban'. 'add' adds a page to the collection and suggestions and unbans it. 'remove' removes an added page and bans it. 'ban' bans a page from suggestions.
- Deze parameter is vereist.
- Een van de volgende waarden: add, ban, remove
- title
- ā§¼apihelp-collection+suggestarticleaction-param-titleā§½
- Deze parameter is vereist.
Voorbeeld:
- Adds a page to the collection and the suggestions
- api.php?action=collection&submodule=suggestarticleaction&suggestaction=add&title=Main_Page [open in de zandbak]