미디어위키 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

문서 이동하기.

특정 변수:
Other general parameters are available.
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.

유형: 정수
to

Title to rename the page to.

이 변수는 필수입니다.
reason

제목을 변경하는 이유

기본값: (비어 있음)
movetalk

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

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

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

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

넘겨주기 문서 만들지 않기

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

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

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

주시문서 목록 만료 타임스탬프입니다. 현재 만료를 변경하지 않고 그대로 두려면 이 매개변수를 완전히 생략하세요.

유형: 기한 (자세한 정보)
ignorewarnings

모든 경고 무시하기

유형: 불리언 (자세한 정보)
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= [연습장에서 열기]