Module:siwa-noun/data: Difference between revisions

no edit summary
(Replaced content with "local data = {} local sub = mw.ustring.sub data["a"] = { params = { [1] = {}, }, } setmetatable(data["a"], {__call = function(self, args, data) local stem = args[1]...")
Tag: Replaced
No edit summary
Line 13: Line 13:
table.insert(data.categories, "Siwa a-declension nouns")
table.insert(data.categories, "Siwa a-declension nouns")
data.forms["unm"] = {stem}
data.forms["u"] = {stem}
end
end
})
})