Extension:WikibaseLexeme/fi

From Linux Web Expert

Revision as of 01:30, 13 July 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MediaWikin laajennukset-ohje
WikibaseLexeme
Julkaisustatus: vakaa
Kuvaus Allows storing and modifying the structured lexicographic data in the Wikibase instance.
Tekijä(t) The Wikidata team
Viimeisin versio continuous updates
MediaWiki
Tietokantamuutokset Kyllä
Lisenssi Ei määriteltyä lisenssiä
Lataa
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').
Käännä laajennus WikibaseLexeme
Ongelmat Avoimet tehtävät · Raportoi ongelmasta

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.

See also: Extension:WikibaseLexeme/Data Model

Vaatimukset

Wikibase must be installed.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/WikibaseLexeme/fi</tvar>|Download]] and move the extracted <tvar name=name>WikibaseLexeme/fi</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%2Ffi
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'WikibaseLexeme/fi' );
    
  • 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>

See also