Module:Sandbox/Dat Hack3r: Difference between revisions
Appearance
Dat Hack3r (talk | contribs) Test using Module:Error. |
Dat Hack3r (talk | contribs) New test |
||
| Line 1: | Line 1: | ||
local p = {} | local p = {} | ||
local | 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 | ||
mw_error("No Releases found. Something has gone very, very wrong.", 0) | |||
end | end | ||
end | end | ||