Jump to content

Module:Sandbox/Dat Hack3r: Difference between revisions

Dat Hack3r (talk | contribs)
Test using Module:Error.
Dat Hack3r (talk | contribs)
New test
Line 1: Line 1:
local p = {}
local p = {}


local error = require('Module:Error')
local mw_error = require('Module:Error').error


local first_date = os.time{year=2024, month=9, day=8}
local first_date = os.time{year=2024, month=9, day=8}
Line 34: Line 34:
end
end
end
end
error("No Releases found. Something has gone very, very wrong.", 0)
mw_error("No Releases found. Something has gone very, very wrong.", 0)
end
end
end
end