Erweiterung:Wikibase Repository

shortcut: WBR
From mediawiki.org
This page is a translated version of the page Extension:Wikibase Repository and the translation is 61% complete.
Outdated translations are marked like this.
MediaWiki-Erweiterungen
Wikibase Repository
Freigabestatus: stabil
Einbindung API , Ajax, Benutzer-Schnittstelle, ContentHandler
Beschreibung Strukturiertes Datenrepository
Autor(en) The Wikidata team
(contributors list)
Letzte Version continuous updates
Kompatibilitätspolitik Snapshots werden zusammen mit MediaWiki veröffentlicht. Der Master ist nicht abwärtskompatibel.
MediaWiki master
Datenbankänderungen Ja
Tabellen wbt_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
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
readme

  • item-term
  • property-term
  • item-merge
  • item-redirect
  • property-create
Übersetze die Wikibase Repository-Erweiterung
Probleme Offene Aufgaben · Einen Fehler melden

Wikibase Repository ist Teil von Wikibase. Wikibase Repository erlaubt es dir, dein Wiki als strukturierte Datenablage zu verwenden. Seine Entwicklung ist Teil des Wikidata-Projekts. Die Daten können im Gegenzug in einen Wiki mit Hilfe der Wikibase -Erweiterung verwendet werden. Wikibase Repository allows you to use your wiki as a structured data repository. Its development is part of the Wikidata project. The data can in turn be used in a wiki using the Erweiterung:Wikibase Client extension.

Installation

Siehe Grundlegende Installationsanweisungen For experienced configuration options see Advanced Configuration.

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

Anforderungen

Wenn installiert, verwendet Wikibase:

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.

(Diese Sprachen werden erworben mw.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.

Verfügbare Hooks

Die Dokumentation des Verfügbaren PHP- und JavaScript-Hooks können hier gefunden werden:

For more information see Wikibase/Developing extensions .

Datenbank

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

Siehe die automatisierte Dokumentation

Siehe auch