< Extension:Linter
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: fosteredFostered content) (
- 2: obsolete-tagObsolete HTML tags) (
- 3: bogus-image-optionsBogus file options) (
- 4: missing-end-tagMissing end tag) (
- 5: stripped-tagStripped tags) (
- 6: self-closed-tagSelf-closed tags) (
- 7: deletable-table-tagTable tag that should be deleted) (
- 8: misnested-tagMisnested tags) (
- 9: pwrap-bug-workaroundParagraph wrapping bug workaround) (
- 10: tidy-whitespace-bugWhitespace parsing bug) (
- 11: multi-colon-escapeMulti colon escape) (
- 12: html5-misnestingMisnested tag with different rendering in HTML5 and HTML4) (
- 13: tidy-font-bugOld behaviour of link-wrapping font tags) (
- 14: multiple-unclosed-formatting-tagsMultiple unclosed formatting tags) (
- 15: unclosed-quotes-in-headingUnclosed quote in heading) (
- 16: multiline-html-table-in-listMultiline table in list) (
- 17: misc-tidy-replacement-issuesMiscellaneous issues) (
- 18: wikilink-in-extlinkLinks in links) (
linter_start
linter_end
linter_params
Has information on which template, wikitext or html tag that is causing Lint errors.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.