Extension:Linter/linter table

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 edit

linter_id edit

This field holds the primary key for a Lint error. Each page can have a maximum of 21 linter_ids.

linter_page edit

The page_id of the page containing Lint error.

linter_cat edit

Type of Lint error

linter_start edit

linter_end edit

linter_params edit

Has information on which template, wikitext or html tag that is causing Lint errors.