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},
}
}
Line 73: Line 74:
data.inflections[1] = args.m
data.inflections[1] = args.m
data.inflections[1].label = "marked"
data.inflections[1].label = "marked"
if args.cat then table.insert(data.categories, args.cat) end
end
end