Extension:WikiHiero/zh

From mediawiki.org
This page is a translated version of the page Extension:WikiHiero and the translation is 7% complete.
MediaWiki扩展手册
WikiHiero
发行状态: 稳定版
实现 标签
描述 Enables the use of hieroglyphs with additional syntaxes
作者 Guillaume Blanchard, Max Semenik and others
最新版本 持續更新
兼容性政策 快照跟随MediaWiki发布。 master分支不向后兼容。
MediaWiki >= 1.42.0
数据库更改
许可协议 GNU通用公眾授權條款2.0或更新版本
下載
README
示例
A2B4C6D8
‎<hiero>
正在使用的公开wiki数 1,500 (Ranked 196th)
前往translatewiki.net翻譯WikiHiero扩展
問題 开启的任务 · 报告错误

The WikiHiero extension allows the addition of Ancient Egyptian hieroglyphs from text written in accordance with the Hieroglyph coding manual syntax.

用法

See the Hieroglyph coding manual for details. [need link]

In brief:

- - separator
: - subdivision
* - juxtaposition
! - end of line
\ - reverse an asymmetric character
V - rotate character [only a few are supported, e.g. Y1, Y1V]

Each hieroglyph is given a unique code:

  • A letter [A-Z + Aa] that represents the hieroglyph category (human, god, bird, etc.)
  • A number that represents the rank in this category [1-...]

This unique code is an extension of Gardiner's list of hieroglyphs.

The Hieroglyph coding manual allows the use of the more common phonemes as well as unique code.

For details, see WikiHiero's syntax .

Installation

  • 下载文件,并将其放置在您extensions/文件夹中的wikihiero目录内。
    开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/wikihiero
  • 将下列代码放置在您的LocalSettings.php 的底部:
    wfLoadExtension( 'wikihiero' );
    
  • Yes 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。


Testing

Test with some example wiki text.

The following code:

<hiero>A1</hiero>

should produce the following output:

A1

License

See also