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.
-- 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