Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /var/www/html/w/includes/skins/Skin.php at line 1639] in /var/www/html/w/includes/debug/MWDebug.php on line 386
"WikiHiero" is a PHP script to render Egyptian hieroglyphs as png images. Since Egyptian hieroglyphs are currently only partially supported by Unicode this is the only way of rendering hieroglyphics in article texts short of uploading custom images.
The script is invoked by the <hiero> tag. For example, <hiero>A</hiero> gets you the "Aleph" hieroglyph,
The <hiero> tag produces an HTML table (of class='mw-hierotable') that will separate the surrounding text into paragraphs. For inline WikiHiero images, manually add a surrounding <div> tag, as in the following example:
<div>''[[Aleph]] is thought to be derived from the West Semitic word for "[[ox]]", and its shape is ultimately based on a [[Egyptian hieroglyphs|hieroglyph]] depicting an ox's head, <div style="display:inline;"> <hiero> F1 </hiero> </div>, in Egyptian reading a [[Egyptian biliteral signs|biliteral sign]] with the phonetic value ''{{lang|egy-Latn|ı͗ḥ}}''.''</div>
Aleph is thought to be derived from the West Semitic word for "ox", and its shape is ultimately based on a hieroglyph depicting an ox's head,
, in Egyptian reading a biliteral sign with the phonetic value ı͗ḥ.
Template {{hiero}} is intended for boxes containing hieroglyphic script.
The official hieroglyph separator is the hyphen character ("-", also called block separator) but you are also allowed to use a space because it is a widespread practice.
To juxtapose hieroglyphs, use the asterisk character ("*"). Juxtaposing hieroglyphs is only relevant when they are part of a block which is superposed.
To make a new line of text, use the exclamation character ("!"). Normally, the "end-of-line" must be surrounded by separators (as -!-), but space or nothing are also allowed.