Content deleted Content added
BrandonXLF (talk | contribs) No edit summary |
BrandonXLF (talk | contribs) No edit summary |
||
Line 349:
data = mw.loadData (data); -- load the data module
cfg = data.cfg; -- get the configuration table
local formats = data.formats;
local tz_aliases = {}
local aliases_table = data.tz_aliases; -- get the aliases table
Line 468 ⟶ 469:
end
if not
return error_msg ('bad_format', DF);
end
time_string = mw.language.getContentLanguage():formatDate (
if not is_set (tz.article) then -- if some but not all not all parts then emit error message
|