MediaWiki API ヘルプ

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

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

action=reportproblem

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

Report a problem with a wiki page.

パラメーター:
pr_title

Title of the page which has a problem

pr_cat

Numeric code (which is treated as a string for...reasons) representing the problem category

pr_ns

Namespace of the page in question

型: 整数
pr_summary

Summary of what is wrong with the page

pr_reporter

Name or user name of the person reporting a problem with the page

pr_email

Email address of the person reporting a problem with the page (for contacting anonymous users about their report, not shown publicly anywhere)

pr_browser

The user's browser's full User-Agent string

token

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

この変数は必須です。
例:
Report a problem with the page titled "Main Page"
api.php?action=reportproblem&title=Main_Page [サンドボックスで開く]