- 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.
[edit] Fields
- il_from
- the page_id of the page the link is on
- il_to
- the title of the file being linked to
[edit] Versions
+---------+------------------+------+-----+---------+-------+
| 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 | |
+---------+-----------------+------+-----+---------+-------+
| MediaWiki version: |
1.9 |
and all previous versions |
+---------+-----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+-----------------+------+-----+---------+-------+
| il_from | int(8) unsigned | NO | PRI | 0 | |
| il_to | varchar(255) | NO | PRI | NULL | |
+---------+-----------------+------+-----+---------+-------+