미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=filerevert
(main | filerevert)
- 이 모듈은 read 권한을 요구합니다.
- 이 모듈은 write 권한을 요구합니다.
- 이 모듈은 POST 요청만을 허용합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
파일을 이전 판으로 되돌립니다.
변수:
- filename
Target filename, without the File: prefix.
- 이 변수는 필수 입력 사항입니다.
- comment
Upload comment.
- 기본값: (비어 있음)
- archivename
Archive name of the revision to revert to.
- 이 변수는 필수 입력 사항입니다.
- token
A "csrf" token retrieved from action=query&meta=tokens
- 이 변수는 필수 입력 사항입니다.
예시:
- Wiki.png를 2011-03-05T15:27:40Z 판으로 되돌립니다.
- api.php?action=filerevert&filename=Wiki.png&comment=Revert&archivename=20110305152740!Wiki.png&token=123ABC [연습장에서 열기]