Extension:Linter/linter table
From Linux Web Expert
mysql> describe linter; +---------------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------------+------------------+------+-----+---------+----------------+ | linter_id | int(10) unsigned | NO | PRI | NULL | auto_increment | | linter_page | int(10) unsigned | NO | MUL | NULL | | | linter_cat | int(10) unsigned | NO | MUL | NULL | | | linter_start | int(10) unsigned | NO | | NULL | | | linter_end | int(10) unsigned | NO | | NULL | | | linter_params | blob | NO | | NULL | | +---------------+------------------+------+-----+---------+----------------+
Fields
linter_id
This field holds the primary key for a Lint error. Each page can have a maximum of 21 linter_ids.
linter_page
The page_id of the page containing Lint error.
linter_cat
Type of Lint error
- 1: fostered (⧼Linter-category-fostered⧽)
- 2: obsolete-tag (⧼Linter-category-obsolete-tag⧽)
- 3: bogus-image-options (⧼Linter-category-bogus-image-options⧽)
- 4: missing-end-tag (⧼Linter-category-missing-end-tag⧽)
- 5: stripped-tag (⧼Linter-category-stripped-tag⧽)
- 6: self-closed-tag (⧼Linter-category-self-closed-tag⧽)
- 7: deletable-table-tag (⧼Linter-category-deletable-table-tag⧽)
- 8: misnested-tag (⧼Linter-category-misnested-tag⧽)
- 9: pwrap-bug-workaround (⧼Linter-category-pwrap-bug-workaround⧽)
- 10: tidy-whitespace-bug (⧼Linter-category-tidy-whitespace-bug⧽)
- 11: multi-colon-escape (⧼Linter-category-multi-colon-escape⧽)
- 12: html5-misnesting (⧼Linter-category-html5-misnesting⧽)
- 13: tidy-font-bug (⧼Linter-category-tidy-font-bug⧽)
- 14: multiple-unclosed-formatting-tags (⧼Linter-category-multiple-unclosed-formatting-tags⧽)
- 15: unclosed-quotes-in-heading (⧼Linter-category-unclosed-quotes-in-heading⧽)
- 16: multiline-html-table-in-list (⧼Linter-category-multiline-html-table-in-list⧽)
- 17: misc-tidy-replacement-issues (⧼Linter-category-misc-tidy-replacement-issues⧽)
- 18: wikilink-in-extlink (⧼Linter-category-wikilink-in-extlink⧽)
linter_start
linter_end
linter_params
Has information on which template, wikitext or html tag that is causing Lint errors.