Bantuan API MediaWiki

Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.

Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API

action=discussiontoolsedit

(main | discussiontoolsedit)
  • Modul ini memerlukan hak membaca.
  • Modul ini memerlukan hak menulis.
  • Modul ini menerima permohonan POST sahaja.
  • Source: Alat perbincangan
  • License: MIT

Post a message on a discussion page.

Parameter:
Other general parameters are available.
paction

Tindakan untuk dilaksanakan.

addcomment
Add a new comment as a reply to an existing comment.
addtopic
Add a new discussion section and the first comment in it.
This parameter is required.
One of the following values: addcomment, addtopic
autosubscribe

Automatically subscribe the user to the talk page thread?

One of the following values: default, no, yes
Default: default
page

Halaman untuk melaksanakan tindakan.

This parameter is required.
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
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

Wikiteks

html

Content to post, as HTML. Cannot be used together with wikitext.

summary

Ringkasan suntingan.

sectiontitle

The title for a new section when using $1section=new. Only used when paction is addtopic.

allownosectiontitle

Allow posting a new section without a title.

Type: boolean (details)
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, fallback, json, minerva, 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

ID Captcha (apabila menyimpan dengan jawapan captcha).

captchaword

Jawapan kepada captcha (apabila menyimpan dengan jawapan captcha).

nocontent

Omit the HTML content of the new revision in the response.

tags

Change tags to apply to the edit.

Asingkan nilai-nilai dengan "|".
Maximum number of values is 50 (500 for clients that are allowed higher limits).
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.

Jenis: tajuk laman
Menerima laman yang tidak wujud.
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.

Asal: (kosong)
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.

Asal: (kosong)
mobileformat

Return parse output in a format suitable for mobile devices.

Type: boolean (details)