Extension:WikibaseLexeme/fi

This page is a translated version of the page Extension:WikibaseLexeme and the translation is 7% complete.
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 >= 1.42
Tietokantamuutokset Kyllä
Composer wikibase/lexeme
Lisenssi GNU General Public License 2.0 tai myöhempi
Lataa
readme
  • $wgLexemeLanguageCodePropertyId
  • $wgLexemeLexicalCategoryItemIds
  • $wgLexemeEnableRepo
  • $wgLexemeNamespace
  • $wgLexemeEnableDataTransclusion
Quarterly downloads 20 (Ranked 124th)
Public wikis using 826 (Ranked 312nd)
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

  • Download and move the extracted WikibaseLexeme folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseLexeme
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikibaseLexeme' );
    
  • Define a namespace for Lexeme entities
  •   TehtyNavigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also