Module:government: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
(Added auto decatting of accusative with verbs)
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

Navigation menu