The imagelinks table stores inclusions of files. This is good for a variety of functions, from link caching in the output functions to the "what links here" page.
Fields [edit]
il_from [edit]
The page_id of the page the link is on.
The title of the file being linked to.
Versions [edit]
| MediaWiki versions: |
1.19 – 1.20 |
+---------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+------------------+------+-----+---------+-------+
| il_from | int(10) unsigned | NO | PRI | 0 | |
| il_to | varchar(255) | NO | PRI | | |
+---------+------------------+------+-----+---------+-------+
+---------+-----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+-----------------+------+-----+---------+-------+
| il_from | int(8) unsigned | NO | | 0 | |
| il_to | varchar(255) | NO | | | |
+---------+-----------------+------+-----+---------+-------+
+---------+-----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+-----------------+------+-----+---------+-------+
| il_from | int(10) unsigned| NO | PRI | 0 | |
| il_to | varchar(255) | NO | PRI | NULL | |
+---------+-----------------+------+-----+---------+-------+
+---------+-----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+-----------------+------+-----+---------+-------+
| il_from | int(8) unsigned | NO | PRI | 0 | |
| il_to | varchar(255) | NO | PRI | NULL | |
+---------+-----------------+------+-----+---------+-------+