Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
submodule=suggestarticleaction
(main | collection | suggestarticleaction)
- Ten moduł wymaga praw odczytu.
- Źródło: Collection
- Licencja: GPL-2.0-or-later
API module to interact with suggestions
Parametry:
Other general parameters are available.
- 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.
- Ten parametr jest wymagany.
- Jedna z następujących wartości: add, ban, remove
- title
Title of a page
- Ten parametr jest wymagany.
Przykład:
- Adds a page to the collection and the suggestions
- api.php?action=collection&submodule=suggestarticleaction&suggestaction=add&title=Main_Page [otwórz w brudnopisie]