Wikibase/Schema/wb items per site

From mediawiki.org

This table holds links from items to Client articles.

Fields

ips_row_id

Unique row ID.

ips_item_id

The number of the QId of the item. This is page.page_title minus the Q.

ips_site_id

Id of the site that is linked to.

  • Example: enwiki, commonswiki, be_x_oldwiki

ips_site_page

Name of the page that is linked. This is non-normalised, so it uses spaces instead of underscores and may include namespace name.

  • Example: "Weird Al" Yankovic: The Videos
  • Examples with namespace: Kategorie:Botaniker, Category:Botanists

Versions

Current as of Wikibase 0.4 (19 Feb 2013)

+---------------+------------------+------+-----+---------+----------------+
| Field         | Type             | Null | Key | Default | Extra          |
+---------------+------------------+------+-----+---------+----------------+
| ips_row_id    | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| ips_item_id   | int(10) unsigned | NO   | MUL | NULL    |                |
| ips_site_id   | varbinary(32)    | NO   | MUL | NULL    |                |
| ips_site_page | varbinary(255)   | NO   | MUL | NULL    |                |
+---------------+------------------+------+-----+---------+----------------+

See also