48,355
edits
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
local a = 0 | local a = 0 | ||
if frame.args[" | if frame.args["offset"] or frame.args["older"] then | ||
local offset = frame.args["older"] and 1 or tonumber(frame.args["offset"]) | |||
local offset = tonumber(frame.args["offset"]) | |||
for i=1,offset do | for i=1,offset do | ||