Manual:Iwlinks table
From MediaWiki.org
| ↑ Manual:Contents | MediaWiki database layout | Iwlinks table |
| MediaWiki version: | ≥ 1.17 |
The iwlinks table stores the interwiki links with their targets. Not to confuse with the Langlinks table.
[edit] Fields
iwl_from is the page_id of the referring page (i.e. the local page that the link appears on).
iwl_prefix is interwiki prefix code of the target; this is used the same way as a namespace is used when editing.
iwl_title is the title of the target page, including namespace.
[edit] Version
| MediaWiki version: | ≥ 1.17 |
+------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +------------+------------------+------+-----+---------+-------+ | iwl_from | int(10) unsigned | NO | PRI | 0 | | | iwl_prefix | varbinary(20) | NO | PRI | | | | iwl_title | varbinary(255) | NO | PRI | | | +------------+------------------+------+-----+---------+-------+
[edit] See also
- Manual:Interwiki table
- Manual:Langlinks table
- Manual:Pagelinks table
- Revision 65104, adding this table to the schema
| Language: | English |
|---|