Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Extension:Wikibase Repository

shortcut:WBR
From mediawiki.org
Translate this page
Languages:
MediaWiki extensions manual
Wikibase Repository
Release status: stable
ImplementationAPI,Ajax, User interface,ContentHandler
DescriptionStructured data repository
Author(s)The Wikidata team
(contributors list)
Latest versioncontinuous updates
Compatibility policySnapshots releases along with MediaWiki. Master is not backward compatible.
MediaWikimaster
Database changesYes
Tableswbt_item_terms
wbt_property_terms
wbt_term_in_lang
wbt_text_in_lang
wbt_text
wbt_type
wb_changes
wb_changes_subscriptions
wb_id_counters
wb_items_per_site
wb_property_info
LicenseGNU General Public License 2.0 or later
Download
readme

  • item-term
  • property-term
  • item-merge
  • item-redirect
  • property-create
Translate the Wikibase Repository extension
IssuesOpen tasks ·Report a bug

Wikibase Repository is part ofWikibase.Wikibase Repository allows you to use your wiki as a structured data repository.Its development is part of theWikidata project.The data can in turn be used in a wiki using theWikibase Client extension.

Installation

[edit]

See thebasic installation instructions.For experienced configuration options seeAdvanced Configuration.

A complete documentation exists in the docs folder for Wikibase, and is published tothe Wikimedia documentation site.

Integration with other extensions

[edit]

Wikibase makes use of the following if they are installed:

If installed and JavaScript is supported by the user client / browser, labels, aliases and descriptions will be shown to the user in frequently used languages in addition to the user interface language. (These languages are acquired frommw.uls.getFrequentLanguageList().)
If installed, logged-in users are able to define additional languages that labels, aliases and descriptions are shown in by specifying languages on their user pages using the Babel syntax.

Available hooks

[edit]

The documentation of the available PHP and JavaScript hooks can be found in here:

For more information seeWikibase/Developing extensions.

Database

[edit]

Term store

wbt_item_terms

  • wbit_id BIGINT
  • wbit_item_id INT
  • wbit_term_in_lang_id INT

wbt_property_terms

  • wbpt_id INT
  • wbpt_property_id INT
  • wbpt_term_in_lang_id INT

wbt_term_in_lang

  • wbtl_id INT
  • wbtl_type_id INT
  • wbtl_text_in_lang_id INT

wbt_text_in_lang

  • wbxl_id INT
  • wbxl_language VARBINARY(20)
  • wbxl_text_id INT

wbt_text

  • wbx_id INT
  • wbx_text VARBINARY(255)

wbt_type

  • wby_id INT
  • wby_name VARBINARY(45)

Misc

wb_id_counters

  • id_value INT
  • id_type VARBINARY(32)

wb_items_per_site

  • ips_row_id BIGINT
  • ips_item_id INT
  • ips_site_id VARBINARY(32)
  • ips_site_page VARCHAR(310)

wb_property_info

  • pi_property_id INT
  • pi_type VARBINARY(32)
  • pi_info BLOB

See theautomated documentation

See also

[edit]
This extension is being used on one or moreWikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia'sCommonSettings.php andInitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki'sSpecial:Version page.
This extension is included in the following wiki farms/hosts and/or packages:
Retrieved from "https://www.mediawiki.org/w/index.php?title=Extension:Wikibase_Repository&oldid=7800384"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp