Module:Sandbox/CanonNi: Difference between revisions

Content deleted Content added
testing
test
Line 1:
-- This module implements {{UserStatus}} and {{UserStatusShort}}
-- Read documentation for more info
 
local p = {}
 
function p.main(frame)
local full = {
local s = frame.args[1]
['online'] = {color = '00FF00', icon = 'Symbol support vote.svg'}
end
}
 
return p