扩展:WikibaseLexeme

This page is a translated version of the page Extension:WikibaseLexeme and the translation is 64% complete.
MediaWiki的扩展的手冊
WikibaseLexeme
發佈狀態: 穩定版本
描述 用于管理媒体文件结构化元数据的Wikibase扩展
作者 维基数据团队
最新版本 持续更新
MediaWiki master
PHP 5.5.9+
数据库更改
Composer wikibase/lexeme
许可协议 GNU通用公眾授權條款2.0或更新版本
下載
readme
  • $wgLexemeLanguageCodePropertyId
  • $wgLexemeLexicalCategoryItemIds
  • $wgLexemeEnableRepo
  • $wgLexemeNamespace
  • $wgLexemeEnableDataTransclusion
季度下載量 18 (Ranked 156th)
公開的wiki使用 826 (Ranked 313rd)
翻譯WikibaseLexeme的扩展
問題 尚未完成的工作 · 报告錯誤

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.

參見: 扩展:WikibaseLexeme/数据模型

Requirements

Wikibase must be installed.

安裝

  • 下载文件,并将其放置在您extensions/文件夹中的WikibaseLexeme目录内。
  • 将下列代码放置在您的LocalSettings.php 的底部:
    wfLoadExtension( 'WikibaseLexeme' );
    
  • Define a namespace for Lexeme entities
  •   完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。

參見