From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>2NumForIce at 06:58, 30 August 2024 . The present address (URL) is a permanent link to this version.Revision as of 06:58, 30 August 2024 by imported>2NumForIce (diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation
Jump to search
-- os.date &w is Sun/Mon/.../Fri/Sat, 0-5. Use UTC!
local p = {} --p stands for package
function p.wb_sw_time( frame )
if frame.args[1] == "true" and tonumber(os.date("%H")) >= 6 and tonumber(os.date("%H")) <= 14 then
return "User:2NumForIce/UserStatusShort/sleeping"
else
return "HIDDEN"
end end return p