47,726
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
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 |