MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=discussiontoolsedit
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: 議論ツール
- ライセンス: MIT
議論ページにメッセージを投稿する。
- paction
Action to perform.
- addcomment
- 既存のコメントへの返信として新しいコメントを追加します。
- addtopic
- 新しい議論のセクションを追加し、そのセクションに最初のコメントを追加します。
- この変数は必須です。
- 値 (次の値のいずれか1つ): addcomment、addtopic
- autosubscribe
Automatically subscribe the user to the talk page thread?
- 値 (次の値のいずれか1つ): default、no、yes
- 既定: default
- page
操作を実行したいページ
- この変数は必須です。
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
- formtoken
オプションのユニークID。二重投稿を防ぐためにクライアントで生成されます。
- 16を超える文字数は無効です。
- commentname
Name of the comment to reply to. Only used when paction is addcomment.
- commentid
返信するコメントのID。paction が addcomment の場合にのみ使用されます。commentnameよりも優先されます。
- wikitext
ウィキテキストとして投稿するコンテンツ。htmlと同時に使用することはできません。
- html
Content to post, as HTML. Cannot be used together with wikitext.
- summary
編集の要約
- sectiontitle
$1section=newを使っているときの新しい節の名前です。 pactionがaddtopicのときのみ使用されます。
- allownosectiontitle
Allow posting a new section without a title.
- 型: 真偽値 (詳細)
- useskin
Apply the selected skin to the parser output. May affect the following properties: text, langlinks, headitems, modules, jsconfigvars, indicators.
- 値 (次の値のいずれか1つ): apioutput、authentication-popup、cologneblue、contenttranslation、fallback、json、minerva、modern、monobook、timeless、vector、vector-2022
- watchlist
無条件に現在の利用者のウォッチリストに追加または除去するか、個人設定を利用(ボット利用者に対しては無視されます)するかウォッチを変更しないか。
- captchaid
Captcha ID (captcha response で保存する場合)。
- captchaword
(captchaで保存するときの) captchaに対する回答
- nocontent
Omit the HTML content of the new revision in the response.
Change tags to apply to the edit.
- 複数の値は | または代わりの文字で区切ってください。
- 値の最大値は 50(緩い制限が適用されるクライアントでは500)です。
- 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.
- 既定値: (空)
- 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.
- 既定値: (空)
- mobileformat
Return parse output in a format suitable for mobile devices.
- 型: 真偽値 (詳細)