Manual:iwlinks table

From MediaWiki.org
(Redirected from Iwlinks table)
Jump to: navigation, search
Manual:Contents MediaWiki database layout iwlinks table


MediaWiki version: 1.17

Contents

The iwlinks table stores the interwiki links with their targets. Not to confuse with the Langlinks table.

Fields [edit]

iwl_from [edit]

The page_id of the referring page (i.e. the local page that the link appears on).

iwl_prefix [edit]

interwiki prefix code of the target; this is used the same way as a namespace is used when editing.

iwl_title [edit]

The title of the target page, including namespace (FULLPAGENAMEE style).

Version [edit]

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 |         |       |
+------------+------------------+------+-----+---------+-------+

See also [edit]

Language: English