Module:Sandbox/CanonNi

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>CanonNi at 09:06, 15 June 2024 (testing). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
-- 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