Module:Navbox/sandbox: Difference between revisions

Content deleted Content added
inconsequential tweak
revert the material tweak - I didn't want the interpreter to need to interpret the size every time through the loop. (there's probably other perf work for us to do on navbox /shrug)
Line 372:
renderTitleRow(tbl)
renderAboveRow(tbl)
local listnums_size = #listnums
for i, listnum in ipairs(listnums) do
renderListRow(tbl, i, listnum, #listnumslistnums_size)
end
renderBelowRow(tbl)