Module:Infobox: Difference between revisions
m todo |
adopt template input utils function |
||
| Line 235: | Line 235: | ||
-- These functions are kept in the meantime to support older infoboxes and WILL | -- These functions are kept in the meantime to support older infoboxes and WILL | ||
-- be entirely deleted later! Please switch to the new functions! | -- be entirely deleted later! Please switch to the new functions! | ||
-- Original function signature, kept for legacy support (for now). | -- Original function signature, kept for legacy support (for now). | ||
| Line 257: | Line 241: | ||
["Adjacent Links"] = { (prev_link or ""), (next_link or "") }, | ["Adjacent Links"] = { (prev_link or ""), (next_link or "") }, | ||
["Title"] = title, | ["Title"] = title, | ||
["Rows"] = | ["Rows"] = tiu.jagged_array_to_header_data_rows(entries) | ||
} | } | ||
| Line 268: | Line 252: | ||
["Adjacent Links"] = adjacent_links, | ["Adjacent Links"] = adjacent_links, | ||
["Title"] = title, | ["Title"] = title, | ||
["Rows"] = | ["Rows"] = tiu.jagged_array_to_header_data_rows(entries) | ||
} | } | ||