Module:Sandbox/CanonNi: Difference between revisions

Content deleted Content added
testing
testing
Line 1:
-- this module outputs 000000 or FFFFFF based on the color code inputted
 
local p = {}
 
local full = {
function p.main()
['online'] = {abbrev = 'ol', color = '00FF00', icon = 'Symbol support vote.svg'}
for i=1, 10 do
}
table.insert(p, i)
end
end
 
return p