Extension:WikiHiero/ru

From Linux Web Expert

Справка по расширениям MediaWiki
WikiHiero
Статус релиза: стабильно
File:Wikihiero.png
Реализация Тег
Описание Enables the use of hieroglyphs with additional syntaxes
Автор(ы) Guillaume Blanchard, Max Semenik and others
Последняя версия continuous updates
Политика совместимости Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki
Изменения в БД Нет
Лицензия GNU General Public License 2.0 или позднее
Скачать
README
Пример <hiero>A2 B4 C6 D8</hiero>
‎<hiero>
Ежеквартальные загрузки Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Использование общедоступными вики Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Переведите расширение WikiHiero, если оно доступно на translatewiki.net
Проблемы Открытые задачи · Сообщить об ошибке

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:

- - разделитель
: - subdivision
* - juxtaposition
! - конец строки
\ - reverse an asymmetric character
V - rotate character [only a few are supported, e.g. Y1, Y1V]

Каждый иероглиф имеет уникальный код:

  • Буква [A-Z + Aa], которая обозначает категорию иероглифа (человек, бог, птица и т. д.)
  • Число, которое обозначает ранг в этой категории [1-...]

Уникальный код — расширение списка иероглифов Гардинера.

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

Подробнее: синтаксис WikiHiero .

Установка

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/wikihiero</tvar>|Download]] and move the extracted <tvar name=name>wikihiero</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/wikihiero
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'wikihiero' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>


Тестирование

Test with some example wiki text.

Следующий код:

<hiero>A1</hiero>

долже выглядить так: <hiero>A1</hiero>

Лицензия

См. также

This message box is using an invalid "type=tag" parameter and needs fixing.