MediaWiki API ヘルプ

このページは自動生成された MediaWiki API の説明文書ページです。

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=echocreateevent

(main | echocreateevent)
  • このモジュールは読み取りの権限を必要とします。
  • このモジュールは書き込みの権限を必要とします。
  • このモジュールは POST リクエストのみを受け付けます。
  • ソース: Echo
  • ライセンス: MIT

Manually trigger a notification to a user

パラメーター:
その他一般パラメーターが利用可能です。
user

User to send the notification to

型: 利用者名 および 利用者ID(例: #12345)のいずれかを使った利用者
header

Header content of the notification

この変数は必須です。
160 バイトより長くすることはできません。
content

Body content of the notification

この変数は必須です。
5,000 バイトより長くすることはできません。
page

Page to link to in the notification

タイプ : ページタイトル
存在しないページでも可。
section

Section where notification would be delivered

この変数は必須です。
値 (次の値のいずれか1つ): alert、notice
既定: notice
email

Whether to send an email as well

型: 真偽値 (詳細)
token

action=query&meta=tokens から取得した「csrf」トークン

この変数は必須です。