Module:Infobox: Difference between revisions

Ganaram inukshuk (talk | contribs)
try to bugfix
Ganaram inukshuk (talk | contribs)
m bugfix
Line 209: Line 209:
-- rows and/or headers. This may be increased to 40 if needed.
-- rows and/or headers. This may be increased to 40 if needed.
local rows = {}
local rows = {}
args["Rows"] = p.header_data_pairs_to_table(args, 30)
args["Rows"] = tiu.header_data_pairs_to_table(args, 30)
--[[
--[[
for i = 1, 30 do
for i = 1, 30 do