MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=visualeditoredit
- This module is internal or unstable. Its operation may change without notice.
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: VisualEditor
- License: MIT
Save an HTML5 page to MediaWiki (converted to wikitext via the Parsoid service).
- paction
ചെയ്യേണ്ട പ്രവൃത്തി.
- This parameter is required.
- One of the following values: diff, save, serialize, serializeforcache
- page
പ്രവൃത്തികൾ ചെയ്യേണ്ട താൾ.
- This parameter is required.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
- wikitext
The wikitext to act with.
- section
പ്രവൃത്തി നടത്തേണ്ട ഭാഗം.
- sectiontitle
ഭാഗത്തിന്റെ തലക്കെട്ട്.
- basetimestamp
സേവ് ചെയ്യുമ്പോൾ, തിരുത്തിയ നാൾപ്പതിപ്പിന്റെ സമയമുദ്രയായി ഇത് സജ്ജീകരിക്കുക. തിരുത്തൽ സമരസപ്പെടായ്കകൾ കണ്ടെത്താൻ ഉപയോഗിക്കുന്നതാണ്.
- Type: timestamp (allowed formats)
- starttimestamp
സേവ് ചെയ്യുമ്പോൾ, എടുത്ത താളിന്റെ സമയമുദ്രയായി ഇത് സജ്ജീകരിക്കുക. തിരുത്തൽ സമരസപ്പെടായ്കകൾ കണ്ടെത്താൻ ഉപയോഗിക്കുന്നതാണ്.
- Type: timestamp (allowed formats)
- oldid
ഉപയോഗിക്കേണ്ട നാൾപ്പതിപ്പ് സംഖ്യ. സ്വതേ ഏറ്റവും പുതിയ പതിപ്പ് ആയിരിക്കും. പുതിയ താളിനായി 0 ഉപയോഗിക്കുക.
- Type: integer
- minor
ചെറുതിരുത്തലെന്ന് അടയാളപ്പെടുത്തുന്ന പതാക.
- 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
വിക്കി എഴുത്തിനു പകരം പാഴ്സോയിഡിലേക്ക് അയക്കേണ്ട എച്ച്.റ്റി.എം.എൽ.
- etag
അയയ്ക്കാനുള്ള ഇ-ടാഗ്.
- summary
തിരുത്തിന്റെ ചുരുക്കം.
- captchaid
കാപ്ച ഐ.ഡി. (കാപ്ച പ്രതികരണം സേവ് ചെയ്യുമ്പോൾ).
- captchaword
കാപ്ചയുടെ മറുപടി (കാപ്ച പ്രതികരണം സേവ് ചെയ്യുമ്പോൾ).
- cachekey
ഈ ചാവി ഉപയോഗിച്ചുള്ള മുമ്പത്തെ serializeforcache അഭ്യർത്ഥനയുടെ ഫലം ഉപയോഗിക്കുക. html അതിലംഘിക്കുന്നതാണ്.
- nocontent
Omit the HTML content of the new revision in the response.
- Type: boolean (details)
- returnto
Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.
- Type: page title
- Accepts non-existent pages.
- returntoquery
URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.
- Default: (empty)
- returntoanchor
URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.
- Default: (empty)
- useskin
Apply the selected skin to the parser output. May affect the following properties: text, langlinks, headitems, modules, jsconfigvars, indicators.
- One of the following values: apioutput, fallback, minerva, monobook, vector, vector-2022
Change tags to apply to the edit.
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- plugins
Plugins associated with the API request.
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are 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.
- mobileformat
Return parse output in a format suitable for mobile devices.
- Type: boolean (details)