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
action=discussiontoolsedit
- Deze module is voor intern gebruik of nog niet stabiel. De functionaliteit kan zonder enige voorafgaande melding wijzigen.
- Voor deze module zijn leesrechten nodig.
- Voor deze module zijn schrijfrechten nodig.
- This module only accepts POST requests.
- Bron: Overleghulpmiddelen
- Licentie: MIT
Plaats een bericht op een discussiepagina.
- paction
Actie om uit te voeren.
- addcomment
- Voeg een nieuwe opmerking toe als antwoord op een bestaande opmerking.
- addtopic
- Voeg een nieuwe discussiesectie toe met de eerste opmerking daarin.
- Deze parameter is vereist.
- Een van de volgende waarden: addcomment, addtopic
- page
De pagina waarop handelingen worden uitgevoerd.
- Deze parameter is vereist.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Deze parameter is vereist.
- formtoken
An optional unique ID generated in the client to prevent double-posting.
- Cannot be longer than 16 characters.
- commentname
Name of the comment to reply to. Only used when paction is addcomment.
- commentid
ID of the comment to reply to. Only used when paction is addcomment. Overrides commentname.
- wikitext
De te plaatsen inhoud als wikitekst. Kan niet samen met html worden gebruikt.
- html
Content to post, as HTML. Cannot be used together with wikitext.
- summary
Bewerkingssamenvatting.
- sectiontitle
De titel van een nieuwe sectie bij gebruik van $1 section=new. Only used when paction is addtopic.
- useskin
Apply the selected skin to the parser output. May affect the following properties: text, langlinks, headitems, modules, jsconfigvars, indicators.
- Een van de volgende waarden: apioutput, fallback, minerva, monobook, timeless, vector, vector-2022
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
- captchaid
Captcha-ID (bij het opslaan met een captcha-antwoord).
- captchaword
Antwoord op de captcha (bij het opslaan met een captcha-antwoord).