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.
Fields[edit | edit source]
iwl_from[edit | edit source]
The page_id
of the referring page (i.e. the local page that the link appears on).
iwl_prefix[edit | edit source]
interwiki prefix code of the target. This is used the same way as a namespace is used when editing.
iwl_title[edit | edit source]
The title of the target page, including namespace (FULLPAGENAMEE style).
Version[edit | edit source]
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 | edit source]
- Manual:Interwiki table
- Manual:Langlinks table
- Manual:Pagelinks table
- r65104, adding this table to the schema
![]() |
Engines: MySQL – Oracle – PostgreSQL – SQLite Technical documentation: Schema (tables ) – API property associations – Field prefixes – Primary key storage in other fields – Wikimedia extension tables Configuration: Settings – Sharing Development: Access – Optimization – Policy – Updater – Extension schema updates – Patch file Core tables: archive – category – categorylinks – change_tag – config – externallinks – filearchive – hitcounter – image – imagelinks – interwiki – iwlinks – ipblocks – job – l10n_cache – langlinks – logging – log_search – msg_resource – msg_resource_links – module_deps – objectcache – oldimage – page – pagelinks – page_props – page_restrictions – protected_titles – querycache – querycachetwo – querycache_info – recentchanges – redirect – revision – searchindex – sites – site_stats – tag_summary – templatelinks – text – transcache – updatelog – uploadstash – user – user_former_groups – user_groups – user_newtalk – user_properties – valid_tag – watchlist |
---|