Module:Time/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 6:
--[[-------------------------< S E T _ S A N D B O X >--------------------------------------------------------
 
Weather or not to use sandbox version of data (returnreturns /sandbox or '')
 
]]
Line 366:
local DF; -- date format flag; the |df= parameter
local is_dst_tz;
local sandbox_suffix = set_sandbox(frame)
local data = 'Module:Time/data'..sandbox_suffixset_sandbox(frame) -- make a data module name; sandbox or live
data = mw.loadData (data); -- load the data module
cfg = data.cfg; -- get the configuration table