미디어위키 API 도움말

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

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

list=linterrors (lnt)

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

린트 오류 목록을 가져옵니다

변수:
lntcategories

린트 오류 분류

값 (|로 구분): bogus-image-options, deletable-table-tag, fostered, html5-misnesting, misc-tidy-replacement-issues, misnested-tag, missing-end-tag, multi-colon-escape, multiline-html-table-in-list, multiple-unclosed-formatting-tags, obsolete-tag, pwrap-bug-workaround, self-closed-tag, stripped-tag, tidy-font-bug, tidy-whitespace-bug, unclosed-quotes-in-heading, wikilink-in-extlink 또는 다른 문자열: bogus-image-options, deletable-table-tag, fostered, html5-misnesting, misc-tidy-replacement-issues, misnested-tag, missing-end-tag, multi-colon-escape, multiline-html-table-in-list, multiple-unclosed-formatting-tags, obsolete-tag, pwrap-bug-workaround, self-closed-tag, stripped-tag, tidy-font-bug, tidy-whitespace-bug, unclosed-quotes-in-heading, wikilink-in-extlink
기본값: deletable-table-tag|html5-misnesting|misc-tidy-replacement-issues|multiline-html-table-in-list|multiple-unclosed-formatting-tags|pwrap-bug-workaround|self-closed-tag|tidy-font-bug|tidy-whitespace-bug|unclosed-quotes-in-heading|bogus-image-options|fostered|misnested-tag|multi-colon-escape|wikilink-in-extlink|missing-end-tag|obsolete-tag|stripped-tag
lntlimit

질의할 결과 수

유형: 정수 또는 max
The value must be between 1 and 500.
기본값: 10
lntnamespace

지정된 이름공간의 린트 오류만 포함합니다

값 (|로 구분): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829, 2300, 2301, 2302, 2303 또는 다른 문자열: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829, 2300, 2301, 2302, 2303
모든 값을 지정하려면, *를 사용하십시오.
lntpageid

특정 문서 ID의 린트 오류만 포함합니다

Type: list of integers
| 또는 대안으로 값을 구분합니다.
Maximum number of values is 50 (500 for clients that are allowed higher limits).
lnttitle

Only include lint errors from the specified page title

lntfrom

조회를 시작할 린트 ID

Type: integer
예시:
구식 태그 분류의 모든 린트 오류를 가져옵니다
api.php?action=query&list=linterrors&lntcategories=obsolete-tag [연습장에서 열기]