Module:Infobox ET: Difference between revisions

Plumtree (talk | contribs)
Raising max_n to 43 for consistency limit computation
Plumtree (talk | contribs)
m Including 0ed<...> for links
Line 55: Line 55:
local prev_one = ''
local prev_one = ''
if size > 1 then
if size > 0 then
prev_one = '[[' .. (size - 1) .. suffix .. '|← ' .. (size - 1) .. suffix .. ']]'
prev_one = '[[' .. (size - 1) .. suffix .. '|← ' .. (size - 1) .. suffix .. ']]'
end
end