Content deleted Content added
No edit summary |
m prevent duplication of frame call |
||
Line 177:
['circularR'] = {}
}
local _args = frame:getParent().args
for k, v in pairs(
local a = string.match(k, '(%a+)%d+')
if not a then
Line 235:
}
return rows[
end
|