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, and you should not use it. 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
Action to perform.
- 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
The section on which to act.
- sectiontitle
Title for new section.
- 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
Ο κώδικας HTML που αποστέλλεται στο Parsoid για να επιστρέψει κώδικα wiki.
- etag
ETag to send.
- summary
Σύνοψη επεξεργασίας
- captchaid
Αναγνωριστικό captcha (κατά την αποθήκευση με μία απάντηση captcha).
- captchaword
Απάντηση στο captcha (κατά την αποθήκευση με μία απάντηση captcha).
- cachekey
Χρησιμοποιήστε το αποτέλεσμα προηγούμενου αιτήματος σειριοποίησης για κρυφή μνήμη με αυτό το κλειδί. Αντικαθιστά το 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.
- Τύπος: τίτλος σελίδας
- Δέχεται μη υπάρχουσες σελίδες.
- 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, authentication-popup, cologneblue, fallback, json, minerva, modern, monobook, timeless, 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)