Module:Infobox: Difference between revisions

Ganaram inukshuk (talk | contribs)
m wrong function name
Ganaram inukshuk (talk | contribs)
m minor renaming
Line 235: Line 235:
-- Set row count to 30, under the reasoning that an infobox may need more
-- Set row count to 30, under the reasoning that an infobox may need more
-- rows and/or headers. This may be increased to 40 if needed.
-- rows and/or headers. This may be increased to 40 if needed.
args["Rows"] = tiu.header_data_pairs_to_table(args, 30)
args["Rows"] = tiu.numbered_header_data_args_to_table(args, 30)
local result = p._infobox(args)
local result = p._infobox(args)