Jump to content

Module:Sandbox/CanonNi

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by CanonNi (talk | contribs) at 08:06, 15 June 2024 (testing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- This module implements {{UserStatus}} and {{UserStatusShort}}
-- Read documentation for more info

local p = {}

local full = {
	['online'] = {color = '00FF00', icon = 'Symbol support vote.svg'}
}

return p