Module:getn: Difference between revisions

141 bytes removed ,  13 July 2021
no edit summary
(nice try)
Tag: Undo
No edit summary
Line 134: Line 134:
local typ = codes[code].type
local typ = codes[code].type
if typ ~= "other" and types[typ] then
if typ ~= "other" and types[typ] then
--require("Module:debug").track("gender and number/multiple")
--require("Module:debug").track("gender and number/multiple/" .. spec)
error('The gender specification "' .. spec.spec .. '" contains multiple tags of type "' .. typ .. '".')
error('The gender specification "' .. spec.spec .. '" contains multiple tags of type "' .. typ .. '".')
end
end