Bantuan API MediaWiki
Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.
Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API
submodule=reply (rep)
- Modul ini memerlukan hak membaca.
- Modul ini memerlukan hak menulis.
- Modul ini menerima permohonan POST sahaja.
- Source: Flow
- License: GPL-2.0-or-later
Replies to a post.
Parameter:
Other general parameters are available.
- repreplyTo
Post ID to reply to.
- This parameter is required.
- repcontent
Kandungan untuk pos baru.
- This parameter is required.
- repformat
Format of the new post (wikitext|html)
- One of the following values: html, wikitext
- Default: wikitext
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.