미디어위키 API 도움말

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

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

action=discussiontoolsedit

(main | discussiontoolsedit)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 이 모듈은 POST 요청만을 허용합니다.
  • 출처: 토론 도구
  • 라이선스: MIT

토론 문서에 메시지를 게시합니다.

특정 변수:
다른 일반 변수를 사용할 수 있습니다.
paction

수행할 동작입니다.

addcomment
기존 댓글에 답변으로 새 댓글을 추가합니다.
addtopic
Add a new discussion section and the first comment in it.
이 변수는 필수입니다.
다음 값 중 하나: addcomment, addtopic 또는 다른 문자열: addcomment, addtopic
autosubscribe

Automatically subscribe the user to the talk page thread?

다음 값 중 하나: default, no, yes 또는 다른 문자열: default, no, yes
기본값: default
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.

allownosectiontitle

Allow posting a new section without a title.

유형: 불리언 (자세한 정보)
useskin

선택한 스킨을 파서 출력에 적용합니다. 다음의 속성에 영향을 줄 수 있습니다: text, langlinks, headitems, modules, jsconfigvars, indicators.

다음 값 중 하나: apioutput, cologneblue, fallback, minerva, modern, monobook, timeless, vector, vector-2022 또는 다른 문자열: apioutput, cologneblue, fallback, minerva, modern, monobook, timeless, vector, vector-2022
watchlist

현재 사용자의 주시목록에서 문서를 무조건적으로 추가하거나 제거하거나, 환경 설정을 사용하거나 (봇 사용자는 무시됨) 주시를 변경하지 않습니다.

captchaid

캡차 ID입니다. (캡차 응답으로 저장할 때)

captchaword

캡차의 응답입니다. (캡차 응답으로 저장할 때)

nocontent

Omit the HTML content of the new revision in the response.

tags

Change tags to apply to the edit.

| 또는 대안으로 값을 구분합니다.
값의 최대 수는 50(더 높은 제한이 허용된 클라이언트의 경우 500)입니다.
returnto

Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.

유형: 문서 제목
존재하지 않는 문서를 허용합니다.
returntoquery

URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.

기본값: (비어 있음)
returntoanchor

URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.

기본값: (비어 있음)
mobileformat

모바일 장치에 적합한 형태의 구문 분석 출력을 반환합니다.

유형: 불리언 (자세한 정보)