미디어위키 API 도움말

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

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

action=smwinfo

(main | smwinfo)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: Semantic MediaWiki
  • 라이선스: GPL-2.0-or-later

시맨틱 미디어위키 통계 및 기타 메타 정보에 대한 정보를 가져오는 API 모듈입니다.

특정 변수:
다른 일반 변수를 사용할 수 있습니다.
info

제공할 정보입니다.

값 (|로 구분): conceptcount, declaredpropcount, deletecount, errorcount, formatcount, jobcount, propcount, proppagecount, querycount, querysize, subobjectcount, totalpropcount, usedpropcount 또는 다른 문자열: conceptcount, declaredpropcount, deletecount, errorcount, formatcount, jobcount, propcount, proppagecount, querycount, querysize, subobjectcount, totalpropcount, usedpropcount
기본값: propcount|usedpropcount|declaredpropcount
예시:
info 매개변수를 사용하여 여러 시맨틱 미디어위키 통계를 가져오는 방법을 보여 주는 예시입니다.
api.php?action=smwinfo&info=proppagecount|propcount [연습장에서 열기]