Module:getn: Difference between revisions

Undo revision 232401 by Sware (talk)
Tag: Undo
No edit summary
Line 175: Line 175:
if spec.spec:find("^[1-9]") or spec.spec:find("^c[^-]") then
if spec.spec:find("^[1-9]") or spec.spec:find("^c[^-]") then
is_nounclass = true
is_nounclass = true
code = spec.spec:gsub("^c", "")
code = spec.spec:gsub("^c", "CL")
local text
local text