ウィキベース/スキーマ/wb_items_per_site
Appearance
この表は、項目からクライアント記事へのリンクを保持しています。
フィールド
ips_row_id
ユニークロー ID です。
ips_item_id
項目の QId の番号です。
これは、page.page_title
から Q を引いたものです。
ips_site_id
リンク先のサイトの ID です。
- 例:
enwiki
,commonswiki
,be_x_oldwiki
ips_site_page
リンク先のページ名です。 これは正規化されていないため、アンダースコアの代わりにスペースを使用し、名前空間名を含めることができます。
- 例:
"Weird Al" Yankovic: The Videos
- 名前空間を使用した例:
Kategorie:Botaniker
,Category:Botanists
バージョン
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 | | +---------------+------------------+------+-----+---------+----------------+
関連項目
- Quarry: wb_items_per_site — describe table, sample data, query examples
- meta database — on WMF labs, the automatically maintained
meta_p.wiki
database holds further details about sites, such as url, language, and if it has closed.