47,697
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
Tags: Undo Reverted |
No edit summary Tag: Manual revert |
||
Line 71: | Line 71: | ||
data.g = genders[g] | data.g = genders[g] | ||
data.nopl = parent_args["nopl"] and true or false | data.nopl = parent_args["nopl"] and true or false | ||
data.pt = parent_args["pt"] and true or false | |||
if data.proper then data.nopl = true end | if data.proper then data.nopl = true end | ||
data.decl_type = decl_type | data.decl_type = decl_type | ||
Line 133: | Line 134: | ||
local case_short = sub(case, 1, 3) | local case_short = sub(case, 1, 3) | ||
table.insert(ret, '|- \n! style="background-color:#FFF0DC" | ' .. case .. '\n') | table.insert(ret, '|- \n! style="background-color:#FFF0DC" | ' .. case .. '\n') | ||
table.insert(ret, '| ' .. link(show_form(data.forms[case_short .. '_s'])) .. '\n') | if not data.pt then | ||
table.insert(ret, '| ' .. link(show_form(data.forms[case_short .. '_s'])) .. '\n') | |||
end | |||
if not data.nopl then | if not data.nopl then | ||
table.insert(ret, '| ' .. link(show_form(data.forms[case_short .. '_p'])) .. '\n') | table.insert(ret, '| ' .. link(show_form(data.forms[case_short .. '_p'])) .. '\n') | ||
Line 151: | Line 154: | ||
|- | |- | ||
! | ! | ||
]=] .. (data.pt and "\n" or [=[ | |||
! style="background-color:#F4E6AC" | Singular | ! style="background-color:#F4E6AC" | Singular | ||
]=] .. (data.nopl and "\n" or [=[ | ]=]) .. (data.nopl and "\n" or [=[ | ||
! style="background-color:#F4E6AC" | Plural | ! style="background-color:#F4E6AC" | Plural | ||
]=]) .. make_cases(data) .. [=[ | ]=]) .. make_cases(data) .. [=[ |