1,251 bytes added
, 19:17, 8 July 2021
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
== Usage ==
This module transliterates Ancient Greek text. It is based on an old version of the [[wikt:Module:grc-translit|Ancient Greek transliteration module]] on Wiktionary, with minor modifications to make it callable through a template.
<pre>{{#invoke:Ancient Greek|translit|οἷος}}</pre>
* {{#invoke:Ancient Greek|translit|οἷος}}
The code below uses the basic string functions (for instance, {{code|str:gsub(...)|lua}}) when possible. Ustring functions have to be used when patterns contain sets with multiple-byte characters (for instance, {{code|"[αΑ]"|lua}}), or quantifiers that act on multiple-byte characters ({{code|"α+"|lua}}). And they must be used to correctly get a substring of the <var>i</var>th to the <var>j</var>th Unicode character. In other situations, basic string functions can be used, and are preferred for efficiency's sake, as they don't have to parse the string into codepoints before operating on it.
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Language-related modules]]
}}</includeonly>