Module:usex/templates: Difference between revisions

No edit summary
No edit summary
 
Line 10: Line 10:


function export.usex_t(frame)
function export.usex_t(frame)
local alias_of_3 = {alias_of = 3}
local boolean = {type = "boolean"}
local boolean = {type = "boolean"}
local list = {list = true}
local list = {list = true}
Line 33: Line 32:
["termlang"] = language,
["termlang"] = language,
["tr"] = true,
["tr"] = true,
["transliteration"] = {alias_of = "tr"},
["transliteration"] = {alias_of = "tr", deprecated = true},
["ts"] = true,
["ts"] = true,
["transcription"] = {alias_of = "ts"},
["transcription"] = {alias_of = "ts", deprecated = true},
["sc"] = script,
["sc"] = script,
["norm"] = true,
["norm"] = true,
["normalization"] = {alias_of = "norm"},
["normalization"] = {alias_of = "norm", deprecated = true},
["normsc"] = script,
["normsc"] = script,
["subst"] = true,
["subst"] = true,
["q"] = list,
["q"] = list,
["qualifier"] = {alias_of = "q"},
["qualifier"] = {alias_of = "q", list = false, deprecated = true},
["qq"] = list,
["qq"] = list,
["ref"] = true,
["ref"] = true,
Line 51: Line 50:
-- Translation of usex text
-- Translation of usex text
[3] = true,
[3] = true,
["t"] = alias_of_3,
["t"] = {alias_of = 3},
["translation"] = alias_of_3,
["translation"] = {alias_of = 3, deprecated = true},
["lit"] = true,
["lit"] = true,