MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=linterrors (lnt)

(main | query | linterrors)
  • มอดูลนี้ต้องการสิทธิในการอ่าน
  • แหล่งที่มา: Linter
  • สัญญาอนุญาต: GPL-2.0-or-later

Get a list of lint errors

Specific parameters:
Other general parameters are available.
lntcategories

Categories of lint errors

ค่า (คั่นด้วย | หรือข้อความทดแทน): bogus-image-options, deletable-table-tag, fostered, html5-misnesting, large-tables, misc-tidy-replacement-issues, misnested-tag, missing-end-tag, missing-end-tag-in-heading, multi-colon-escape, multiline-html-table-in-list, multiple-unclosed-formatting-tags, night-mode-unaware-background-color, obsolete-tag, pwrap-bug-workaround, self-closed-tag, stripped-tag, tidy-font-bug, tidy-whitespace-bug, unclosed-quotes-in-heading, wikilink-in-extlink
Default: 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|missing-end-tag-in-heading|obsolete-tag|stripped-tag
lntlimit

Number of results to query

ชนิด: จำนวนเต็มหรือ max
The value must be between 1 and 500.
Default: 10
lntnamespace

Only include lint errors from the specified namespaces

ค่า (คั่นด้วย | หรือข้อความทดแทน): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 108, 109, 118, 119, 710, 711, 828, 829
ถ้าต้องการระบุค่าทั้งหมด ให้ใช้ *
lntpageid

Only include lint errors from the specified page IDs

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

Lint ID to start querying from

Type: integer
ตัวอย่าง:
Get all lint errors of the obsolete-tag category
api.php?action=query&list=linterrors&lntcategories=obsolete-tag [เปิดในกระบะทราย]