Module:Infobox regtemp: Difference between revisions
did more work |
should be -arx if 3.5.(not 7) |
||
| Line 76: | Line 76: | ||
local cot = lowermap[1] | local cot = lowermap[1] | ||
if tonumber(string.char(string.byte(subgroup, 3))) == 5 then | if tonumber(string.char(string.byte(subgroup, 1))) == 3 then | ||
if tonumber(string.char(string.byte(subgroup, 3))) == 5 then | |||
if tonumber(string.char(string.byte(subgroup, 5))) == 7 then | |||
local cot = lowermap[2] | |||
end | |||
end | end | ||
end | end | ||