Extension:WikiHiero

Category:GPL licensed extensions
MediaWiki extensions manual
WikiHiero
Release status: stableCategory:Stable extensions
Implementation Tag Category:Tag extensions
Description Enables the use of hieroglyphs with additional syntaxes
Author(s) Guillaume Blanchard, Max Semenik and others
Latest version continuous updates
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
README
Example
A2B4C6D8
<hiero>
Public wikis using 1,500 (Ranked 196th)
Translate the WikiHiero extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

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

Usage

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

  • Download and move the extracted wikihiero 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/wikihiero
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'wikihiero' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Testing

Test with some example wiki text.

The following code:

<hiero>A1</hiero>

should produce the following output:

A1

License

See also

Category:Extensions used on Wikimedia#WikiHiero Category:Extensions with VisualEditor support
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions included in MyWikis Category:Extensions included in WikiForge Category:Extensions used on Wikimedia Category:Extensions with VisualEditor support Category:Extensions with release branches compatibility policy Category:GPL licensed extensions Category:Pages using the WikiHiero extension Category:ParserFirstCallInit extensions Category:Stable extensions Category:Tag extensions