Extension:WikibaseLexeme/de

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MediaWiki-Erweiterungen
WikibaseLexeme
Freigabestatus: stabil
Beschreibung Allows storing and modifying the structured lexicographic data in the Wikibase instance.
Autor(en) Das Wikidata-Team
Letzte Version Laufende Aktualisierungen
MediaWiki
Datenbankänderungen Ja
Lizenz Keine Lizenz angegeben
Herunterladen
readme
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Übersetze die WikibaseLexeme-Erweiterung
Probleme Offene Aufgaben · Einen Fehler melden

The Wikibase Lexeme extension provides improved modeling for lexical entities such as words and phrases. While it would be theoretically possible to model these things using Items, a more expressive specialized model helps to reduce complexity, and improve re-use and mappings to other vocabularies.

Siehe auch: Erweiterung:WikibaseLexeme/Datenmodell

Voraussetzungen

Wikibase must be installed.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/WikibaseLexeme/de</tvar>|Download]] and move the extracted <tvar name=name>WikibaseLexeme/de</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseLexeme%2Fde
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'WikibaseLexeme/de' );
    
  • Define a namespace for Lexeme entities
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Siehe auch