47,726
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 93: | Line 93: | ||
function make_cases(data) | function make_cases(data) | ||
local cases = {"nominative", "accusative", "dative", "genitive" | local cases = {"nominative", "accusative", "dative", "genitive"} | ||
-- "instrumental", "prosecutive", "adessive<br/>comitative", "ablative<br/>elative", "illative<br/>allative" | |||
local numbers = {"singular", "paucal", "plural"} | local numbers = {"singular", "paucal", "plural"} | ||
Line 121: | Line 122: | ||
or "са", | or "са", | ||
["gen"] = "ля", | ["gen"] = "ля", | ||
["ins"] = match(pron(w_number[n_sh]), vowel .. "ː?$") and "лза" | --["ins"] = match(pron(w_number[n_sh]), vowel .. "ː?$") and "лза" | ||
-- or gsubh(w_number[n_sh], "Rлз",{["r"]="ө",["u"]="э",["ar"]="ө"}), | |||
["pro"] = gsubh(w_number[n_sh], "сRц",{["r"]="ө",["u"]="э", ["ar"]="ө"}), | --["pro"] = gsubh(w_number[n_sh], "сRц",{["r"]="ө",["u"]="э", ["ar"]="ө"}), | ||
["ade"] = "ляц", | --["ade"] = "ляц", | ||
["abl"] = gsubh(w_number[n_sh], "сRшB",{["r"]="у",["u"]="ы",["b"]="о̄̆",["f"]="э̄̆",["ar"]="у",["ab"]="э̄̆"}), | --["abl"] = gsubh(w_number[n_sh], "сRшB",{["r"]="у",["u"]="ы",["b"]="о̄̆",["f"]="э̄̆",["ar"]="у",["ab"]="э̄̆"}), | ||
["ill"] = gsubh(w_number[n_sh], "кRб",{["r"]="ү",["u"]="ы",["ar"]="ы"}), | --["ill"] = gsubh(w_number[n_sh], "кRб",{["r"]="ү",["u"]="ы",["ar"]="ы"}), | ||
} | } | ||
table.insert(ret, "| " .. show_form( | table.insert(ret, "| " .. show_form(w_number[n_sh] .. decl[c_sh]) .. "\n") | ||
end | end | ||
table.insert(ret, "|-\n") | table.insert(ret, "|-\n") | ||
Line 151: | Line 152: | ||
after_title="[[:Category:Chiingimec " .. genders[data.g] .. " nouns|" .. genders[data.g] .. "]]", | after_title="[[:Category:Chiingimec " .. genders[data.g] .. " nouns|" .. genders[data.g] .. "]]", | ||
all_cases=make_cases(data) | all_cases=make_cases(data) | ||
}) | }) .. "[[Category:Chiingimec " .. genders[data.g] .. " nouns|" .. genders[data.g] .. "]]" | ||
end | end | ||
return export | return export |