미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=reportproblem

(main | reportproblem)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 이 모듈은 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

"csrf" 토큰은 action=query&meta=tokens에서 가져옵니다

이 변수는 필수입니다.
예시:
Report a problem with the page titled "Main Page"
api.php?action=reportproblem&title=Main_Page [연습장에서 열기]