12,275
edits
TheNightAvl (talk | contribs) (Added auto decatting of accusative with verbs) |
TheNightAvl (talk | contribs) No edit summary |
||
Line 138: | Line 138: | ||
if language and pos and data[form] then | if language and pos and data[form] then | ||
if not (data[form].label == "accusative" and pos == "verb") then | if not (data[form].label == "accusative" and pos == "verb") then | ||
temp_append("[[Category:" .. language.name .. " " .. pluralize(pos) .. " governing the " .. data[form].label .. "]]") | temp_append("[[Category:" .. language.name .. " " .. pluralize(pos) .. " governing the " .. data[form].label .. "|" .. mw.title.getCurrentTitle().subpageText .. "]]") | ||
end | end | ||
end | end |