< 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: fostered (Fostered content)
  • 2: obsolete-tag (Obsolete HTML tags)
  • 3: bogus-image-options (Bogus file options)
  • 4: missing-end-tag (Missing end tag)
  • 5: stripped-tag (Stripped tags)
  • 6: self-closed-tag (Self-closed tags)
  • 7: deletable-table-tag (Table tag that should be deleted)
  • 8: misnested-tag (Misnested tags)
  • 9: pwrap-bug-workaround (Paragraph wrapping bug workaround)
  • 10: tidy-whitespace-bug (Whitespace parsing bug)
  • 11: multi-colon-escape (Multi colon escape)
  • 12: html5-misnesting (Misnested tag with different rendering in HTML5 and HTML4)
  • 13: tidy-font-bug (Old behaviour of link-wrapping font tags)
  • 14: multiple-unclosed-formatting-tags (Multiple unclosed formatting tags)
  • 15: unclosed-quotes-in-heading (Unclosed quote in heading)
  • 16: multiline-html-table-in-list (Multiline table in list)
  • 17: misc-tidy-replacement-issues (Miscellaneous issues)
  • 18: wikilink-in-extlink (Links 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.