미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=discussiontoolsedit
- 이 모듈은 내부용이거나 불안정합니다. 동작은 예고 없이 변경될 수 있습니다.
- 이 모듈은 read 권한을 요구합니다.
- 이 모듈은 write 권한을 요구합니다.
- 이 모듈은 POST 요청만을 허용합니다.
- 출처: 토론 도구
- 라이선스: MIT
토론 문서에 메시지를 게시합니다.
- paction
수행할 동작입니다.
- addcomment
- 기존 댓글에 답변으로 새 댓글을 추가합니다.
- addtopic
- Add a new discussion section and the first comment in it.
- 이 변수는 필수입니다.
- 다음 값 중 하나: addcomment, addtopic 또는 다른 문자열: addcomment, addtopic
- page
동작을 수행할 문서입니다.
- 이 변수는 필수입니다.
- token
"csrf" 토큰은 action=query&meta=tokens에서 가져옵니다
- 이 변수는 필수입니다.
- formtoken
An optional unique ID generated in the client to prevent double-posting.
- Cannot be longer than 16 characters.
- commentname
Name of the comment to reply to. Only used when paction is addcomment.
- commentid
ID of the comment to reply to. Only used when paction is addcomment. Overrides commentname.
- wikitext
위키텍스트로 게시할 콘텐츠입니다. html과 함께 사용할 수 없습니다.
- html
Content to post, as HTML. Cannot be used together with wikitext.
- summary
편집 요약입니다.
- sectiontitle
$1section=new를 사용할 때 새 문단을 위한 제목입니다. Only used when paction is addtopic.
- useskin
선택한 스킨을 파서 출력에 적용합니다. 다음의 속성에 영향을 줄 수 있습니다: text, langlinks, headitems, modules, jsconfigvars, indicators.
- 다음 값 중 하나: apioutput, fallback, timeless, vector, vector-2022 또는 다른 문자열: apioutput, fallback, timeless, vector, vector-2022
- watchlist
현재 사용자의 주시목록에서 문서를 무조건적으로 추가하거나 제거하거나, 환경 설정을 사용하거나 (봇 사용자는 무시됨) 주시를 변경하지 않습니다.
- captchaid
캡차 ID입니다. (캡차 응답으로 저장할 때)
- captchaword
캡차의 응답입니다. (캡차 응답으로 저장할 때)