Module:pollasena-roots: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 34: Line 34:
local a = 0
local a = 0
if frame.args["older"] then
if frame.args["offset"] or frame.args["older"] then
params[1] = {}
local offset = frame.args["older"] and 1 or tonumber(frame.args["offset"])
params[2] = {list = true}
a = 2
elseif frame.args["offset"] then
local offset = tonumber(frame.args["offset"])
for i=1,offset do
for i=1,offset do

Navigation menu