Module:Infobox: Difference between revisions
m wrong function name |
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. | args["Rows"] = tiu.numbered_header_data_args_to_table(args, 30) | ||
local result = p._infobox(args) | local result = p._infobox(args) | ||