미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
meta=siteinfo (si)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
Return general information about the site.
변수:
- siprop
가져올 정보:
- general
- 전반적인 시스템 정보.
- namespaces
- List of registered namespaces and their canonical names.
- namespacealiases
- List of registered namespace aliases.
- specialpagealiases
- List of special page aliases.
- magicwords
- List of magic words and their aliases.
- interwikimap
- 인터위키 맵을 반환합니다. (siinlanguagecode를 사용하여 필터링 및 지역화 선택 가능)
- dbrepllag
- Returns database server with the highest replication lag.
- statistics
- 사이트 통계를 반환합니다.
- usergroups
- 사용자 그룹 및 관련 권한을 반환합니다.
- libraries
- 위키에 설치된 라이브러리를 반환합니다.
- extensions
- 위키에 설치된 확장 기능을 반환합니다.
- fileextensions
- 업로드가 허용된 파일 확장자(파일 종류)의 목록을 반환합니다.
- rightsinfo
- 이용 가능한 경우 위키 권한 (라이선스) 정보를 반환합니다.
- restrictions
- 이용 가능한 제한 (보호) 종류의 정보를 반환합니다.
- languages
- 미디어위키가 지원하는 언어 목록을 반환합니다. (siinlanguagecode를 사용하여 지역화 선택 가능)
- skins
- 사용 중인 모든 스킨의 목록을 반환합니다. (siinlanguagecode를 사용하여 지역화 선택이 가능하며, 이를 사용하지 않으면 본문의 언어를 사용함)
- extensiontags
- 파서 확장 태그의 목록을 반환합니다.
- functionhooks
- 파서 함수 훅의 목록을 반환합니다.
- showhooks
- Returns a list of all subscribed hooks (contents of $wgHooks).
- variables
- 변수 ID의 목록을 반환합니다.
- protocols
- 외부 링크에 허용된 프로토콜의 목록을 반환합니다.
- defaultoptions
- 사용자 환경 설정의 기본값을 반환합니다.
- uploaddialog
- 업로드 대화 상자 구성을 반환합니다.
- 값 (|로 구분): general, namespaces, namespacealiases, specialpagealiases, magicwords, interwikimap, dbrepllag, statistics, usergroups, libraries, extensions, fileextensions, rightsinfo, restrictions, languages, skins, extensiontags, functionhooks, showhooks, variables, protocols, defaultoptions, uploaddialog
- 기본값: general
- sifilteriw
Return only local or only nonlocal entries of the interwiki map.
- 다음 값 중 하나: local, !local
- sishowalldb
List all database servers, not just the one lagging the most.
- 유형: 부울 (자세한 정보)
- sinumberingroup
사용자 그룹의 사용자 수를 나열합니다.
- 유형: 부울 (자세한 정보)
- siinlanguagecode
Language code for localised language names (best effort) and skin names.
예시:
- 사이트 정보를 가져옵니다.
- api.php?action=query&meta=siteinfo&siprop=general|namespaces|namespacealiases|statistics [연습장에서 열기]
- 로컬 인터위키 접두사 목록을 가져옵니다.
- api.php?action=query&meta=siteinfo&siprop=interwikimap&sifilteriw=local [연습장에서 열기]
- Check the current replication lag.
- api.php?action=query&meta=siteinfo&siprop=dbrepllag&sishowalldb= [연습장에서 열기]