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 Wikibase extension to manage structured metadata of media files
Autor(zy) The Wikidata team
Ostatnia wersja continuous updates
MediaWiki master
PHP 5.5.9+
Zmiany w bazie danych Tak
Composer wikibase/lexeme
Licencja GNU General Public License 2.0 lub późniejsza
Pobieranie
readme
  • $wgLexemeLanguageCodePropertyId
  • $wgLexemeLexicalCategoryItemIds
  • $wgLexemeEnableRepo
  • $wgLexemeNamespace
  • $wgLexemeEnableDataTransclusion
Quarterly downloads 18 (Ranked 155th)
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/.
  • 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ż