미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=filerepoinfo (fri)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0-or-later
위키에 구성된 그림 저장소에 대한 메타 정보를 반환합니다.
특정 변수:
Other general parameters are available.
- friprop
Which repository properties to get (properties available may vary on other wikis).
- apiurl
- 저장소 API의 URL - 호스트로부터 이미지 정보를 가져오는데 유용합니다.
- articlepath
- Repository wiki's $wgArticlePath or equivalent.
- canUpload
- 파일을 이 저장소에 올릴 수 있는지의 여부. (예: CORS를 통해, 공유 인증을 통해)
- descriptionCacheExpiry
- (설명 없음)
- displayname
- 사람이 식별할 수 있는 저장소 위키의 이름입니다.
- favicon
- Repository wiki's favicon URL, from $wgFavicon.
- fetchDescription
- Whether file description pages are fetched from this repository when viewing local file description pages.
- initialCapital
- Whether file names implicitly start with a capital letter.
- local
- 해당 저장소가 로컬인지 아닌지의 여부입니다.
- name
- The key of the repository - used in e.g. $wgForeignFileRepos and imageinfo return values.
- rootUrl
- 이미지 경로의 루트 URL 경로입니다.
- scriptDirUrl
- Root URL path for the repository wiki's MediaWiki installation.
- server
- Repository wiki's $wgServer or equivalent.
- thumbUrl
- 섬네일 경로의 루트 URL 경로입니다.
- url
- Public zone URL path.
- 값 (|로 구분): apiurl, articlepath, canUpload, descriptionCacheExpiry, displayname, favicon, fetchDescription, initialCapital, local, name, rootUrl, scriptDirUrl, server, thumbUrl, url 또는 다른 문자열: apiurl, articlepath, canUpload, descriptionCacheExpiry, displayname, favicon, fetchDescription, initialCapital, local, name, rootUrl, scriptDirUrl, server, thumbUrl, url
- 기본값: apiurl|articlepath|canUpload|descriptionCacheExpiry|displayname|favicon|fetchDescription|initialCapital|local|name|rootUrl|scriptDirUrl|server|thumbUrl|url
예시: