미디어위키 API 도움말

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

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

action=move

(main | move)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 이 모듈은 POST 요청만을 허용합니다.
  • 출처: MediaWiki
  • 라이선스: GPL-2.0-or-later

문서 이동하기.

변수:
from

Title of the page to rename. Cannot be used together with fromid.

fromid

Page ID of the page to rename. Cannot be used together with from.

Type: integer
to

Title to rename the page to.

이 변수는 필수입니다.
reason

제목을 변경하는 이유

기본값: (비어 있음)
movetalk

토론 문서가 존재한다면, 토론 문서도 이름을 변경해주세요.

Type: boolean (details)
movesubpages

하위 문서가 있다면, 하위 문서도 이름을 변경해주세요.

Type: boolean (details)
noredirect

넘겨주기 문서 만들지 않기

Type: boolean (details)
watchlist

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

다음 값 중 하나: nochange, preferences, unwatch, watch 또는 다른 문자열: nochange, preferences, unwatch, watch
기본값: preferences
ignorewarnings

모든 경고 무시하기

Type: boolean (details)
tags

Change tags to apply to the entry in the move log and to the null revision on the destination page.

값 (|로 구분): 또는 다른 문자열:
token

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

이 변수는 필수입니다.
예시:
기존 제목에서 대상 제목으로 넘겨주기를 만들지 않고 이동하기.
api.php?action=move&from=Badtitle&to=Goodtitle&token=123ABC&reason=Misspelled%20title&movetalk=&noredirect= [연습장에서 열기]