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=visualeditoredit
- 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: VisualEditor
 - Licentie: MIT
 
Save an HTML5 page to MediaWiki (converted to wikitext via the Parsoid service).
- paction
 Actie om uit te voeren.
- Deze parameter is vereist.
 - Een van de volgende waarden: diff, save, serialize, serializeforcache
 - 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.
 - wikitext
 The wikitext to act with.
- section
 The section on which to act.
- sectiontitle
 De naam van de nieuw kopje.
- basetimestamp
 Stel dit in op de tijd waarop de versie is bewerkt tijdens het opslaan. Wordt gebruikt om bewerkingsconflicten te detecteren.
- starttimestamp
 Stel dit tijdens het opslaan in op de tijd waarop de pagina is geladen. Wordt gebruikt om bewerkingsconflicten te detecteren.
- oldid
 Het te gebruiken versienummer. Standaard de laatste versie. Gebruik 0 voor een nieuwe pagina.
- minor
 Als kleine bewerking markeren.
- watchlist
 Unconditionally add or remove the page from the current user's watchlist, use preferences (ignored for bot users) or do not change watch.
- html
 HTML die naar Parsoid gestuurd moet worden in ruil voor wikitekst.
- etag
 Te sturen ETag.
- summary
 Bewerkingssamenvatting.
- captchaid
 Captcha-ID (bij het opslaan met een captcha-antwoord).
- captchaword
 Antwoord op de captcha (bij het opslaan met een captcha-antwoord).
- cachekey
 Gebruik het resultaat van een eerder "serializeforcache"-verzoek met deze sleutel. Heeft voorrang boven html.
- 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, citizen, fallback
 - tags
 Change tags to apply to the edit.
- Separate values with | or alternative.
 - Maximum number of values is 50 (500 for clients allowed higher limits).
 - plugins
 Plugins associated with the API request.
- Separate values with | or alternative.
 - Maximum number of values is 50 (500 for clients allowed higher limits).
 - data-{plugin}
 Arbitrary data sent by a plugin with the API request.
- This is a templated parameter. When making the request, {plugin} in the parameter's name should be replaced with values of plugins.