Extension:WikibaseLexeme/pl

From mediawiki.org
This page is a translated version of the page Extension:WikibaseLexeme and the translation is 21% complete.
Podręcznik rozszerzeń MediaWiki
WikibaseLexeme
Status wydania: stabilne
Opis Allows storing and modifying the structured lexicographic data in the Wikibase instance.
Autor(zy) The Wikidata team
Ostatnia wersja continuous updates
MediaWiki >= 1.42
Zmiany w bazie danych Tak
Composer wikibase/lexeme
Licencja GNU General Public License 2.0 or later
Pobieranie
readme
  • $wgLexemeLanguageCodePropertyId
  • $wgLexemeLexicalCategoryItemIds
  • $wgLexemeEnableRepo
  • $wgLexemeNamespace
  • $wgLexemeEnableDataTransclusion
Quarterly downloads 25 (Ranked 119th)
Public wikis using 826 (Ranked 313rd)
Translate the WikibaseLexeme extension
Problemy Otwarte zadania · Zgłoś błąd

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.

Zobacz też: Extension:WikibaseLexeme/Model Danych

Wymagania

Wikibase must be installed.

Installation

  • Pobierz i umieść plik(i) w katalogu o nazwie WikibaseLexeme w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikibaseLexeme
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'WikibaseLexeme' );
    
  • Define a namespace for Lexeme entities
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Zobacz też