Модул:Cans-translit/док
Ово је документациона подстраница за Модул:Cans-translit
This module will transliterate text in the Canadian syllabics текст.
The module should preferably not be called directly from templates or other modules.
To use it from a template, use {{xlit}}
.
Within a module, use Module:languages#Language:transliterate.
For testcases, see Module:Cans-translit/док/testcases.
Functions
tr(text, lang, sc)
- Transliterates a given piece of
text
written in the script specified by the codesc
, and language specified by the codelang
. - When the transliteration fails, returns
nil
.
{
[5] = {
[1] = {
[1] = "ᑊ",
[2] = "p",
},
[2] = {
[1] = "ᐟ",
[2] = "t",
},
[3] = {
[1] = "ᐠ",
[2] = "k",
},
[4] = {
[1] = "ᐨ",
[2] = "c",
},
[5] = {
[1] = "ᒼ",
[2] = "m",
},
[6] = {
[1] = "ᐣ",
[2] = "n",
},
[7] = {
[1] = "ᐢ",
[2] = "s",
},
[8] = {
[1] = "ᐧ",
[2] = "y",
},
[9] = {
[1] = "ᐤ",
[2] = "w",
},
[10] = {
[1] = "ᐦ",
[2] = "h",
},
[11] = {
[1] = "ᕁ",
[2] = "hk",
},
[12] = {
[1] = "ᕽ",
[2] = "hk",
},
[13] = {
[1] = "ᓫ",
[2] = "l",
},
[14] = {
[1] = "ᕑ",
[2] = "r",
},
[15] = {
[1] = "ᑉ",
[2] = "p",
},
[16] = {
[1] = "ᑦ",
[2] = "t",
},
[17] = {
[1] = "ᒡ",
[2] = "c",
},
[18] = {
[1] = "ᒃ",
[2] = "k",
},
[19] = {
[1] = "ᒻ",
[2] = "m",
},
[20] = {
[1] = "ᓐ",
[2] = "n",
},
[21] = {
[1] = "ᔅ",
[2] = "s",
},
[22] = {
[1] = "ᔥ",
[2] = "š",
},
[23] = {
[1] = "ᔾ",
[2] = "y",
},
[24] = {
[1] = "ᓪ",
[2] = "l",
},
[25] = {
[1] = "ᕐ",
[2] = "r",
},
[26] = {
[1] = "ᕪ",
[2] = "ð",
},
[27] = {
[1] = "‡",
[2] = "ð",
},
[28] = {
[1] = "ᒄ",
[2] = "kw",
},
[29] = {
[1] = "ᔉ",
[2] = "sk",
},
[30] = {
[1] = "ᖅ",
[2] = "q",
},
[31] = {
[1] = "ᖕ",
[2] = "ng",
},
[32] = {
[1] = "ᖖ",
[2] = "nng",
},
[33] = {
[1] = "ᕝ",
[2] = "v",
},
[34] = {
[1] = "ᖦ",
[2] = "l",
},
[35] = {
[1] = "ᕀ",
[2] = "y",
},
[36] = {
[1] = "ᕻ",
[2] = "h",
},
[37] = {
[1] = "ᕼ",
[2] = "h",
},
},
}