Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 63: Line 63:
["m"] = {list = true},
["m"] = {list = true},
["head"] = {default = PAGENAME},
["head"] = {default = PAGENAME},
["cat"] = {list = true},
["decl"] = {},
}
}
Line 75: Line 75:
data.inflections[1].label = "marked"
data.inflections[1].label = "marked"
if args.cat then table.insert(data.categories, args.cat) end
if args.decl then table.insert(data.categories, "Siwa " .. args.decl .. "-declension nouns") end
end
end