Extension:WikiHiero/hi
![]() प्रकाशन की स्थिति: स्थिर |
||||||
---|---|---|---|---|---|---|
![]() |
||||||
कार्यान्वयन | टैग | |||||
विवरण | Enables the use of hieroglyphs with additional syntaxes | |||||
लेखक | Guillaume Blanchard, Max Semenik and others | |||||
नवीनतम संस्करण | continuous updates | |||||
संगतता नीति | मीडियाविकि के साथ प्रकाशित स्नैपशॉट्स। मास्टर में पीछे की तरफ से संगतता नहीं है। | |||||
MediaWiki | >= 1.35.0 | |||||
डेटाबेस बदलता है | नहीं | |||||
लाइसेंस | GNU साधारण सार्वजनिक लाइसेंस 2.0 या उसके बाद | |||||
डाउनलोड करें | README |
|||||
उदाहरण |
|
|||||
<hiero> |
||||||
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.
In brief:
-
separator:
subdivision*
juxtaposition!
end of line
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 .
स्थापना
- फाइलों को डाउनलोड करें और अपने
extensions/
फोल्डर केwikihiero
नामक डिरेक्ट्री में डालें। - अपनी
LocalSettings.php
के नीचे निम्नलिखित कोड जोड़ें:wfLoadExtension( 'wikihiero' );
- पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।
मीडिया 1.26 या इससे पहले के सदस्यों के लिए:
ऊपर दिए गए निर्देश wfLoadExtension()
का उपयोग करके इस एक्सटेंशन को स्थापित करने के नए तरीके का वर्णन करते हैं।
अगर आप इस एक्सटेंशन को पहले के इन संस्करणों (मीडियाविकि 1.26 और उससे पहले) में स्थापित करना चाहते हैं, wfLoadExtension( 'wikihiero' );
की जगह इसका इस्तेमाल करें:
require_once "$IP/extensions/wikihiero/wikihiero.php";
Testing
Test with some example wiki text.
The following code:
<hiero>A1</hiero>
should produce the following output:
|
लाइसेंस
- Sources are copyrighted G. Blanchard and released under GNU Public License.
- Hieroglyph pictures are copyrighted S. Rosmorduc, G. Watson and J. Hirst and released under GNU Free Documentation License.
इसे भी देखें
- Manuel de Codage
- Egyptopedia - the international Egyptology project
- WikiHiero's syntax
- WikiHiero test text
इस एक्सटेंशन का इस्तेमाल एक या अधिक विकिमीडिया परियोजनाओं पर किया जा रहा है। इसका शायद मतलब है कि एक्सटेंशन स्थिर है और इस तरह के अधिक दर्शकों वाले वेबसाइटों द्वारा उपयोग किए जाने के लिए पर्याप्त रूप से काम करता है। विकिमीडिया की CommonSettings.php और InitialiseSettings.php कॉन्फ़िगरेशन फ़ाइलों में इस एक्सटेंशन का नाम खोजें, और यह वहीं स्थापित होगा। किसी विशिष्ट विकि पर स्थापित एक्सटेंशन्स की पूरी सूची को विकि के Special:Version पृष्ठ पर देखा जा सकता है। |