Module:Infobox: Difference between revisions
m bugfix |
bugfix |
||
| Line 208: | Line 208: | ||
-- 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.header_data_pairs_to_table(args, 30) | ||