미디어위키 API 도움말

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

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

action=problemreportsgetform

(main | problemreportsgetform)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: ProblemReports
  • 라이선스: GPL-2.0-or-later

Fetch the HTML of the "report a problem" dialog.

변수:
title

Title of the page which has a problem

이 변수는 필수입니다.
예시:
Get the "report a problem" dialog HTML for the page titled "San Francisco"
api.php?action=problemreportsgetform&title=San%20Francisco [연습장에서 열기]