Module:Infobox: Difference between revisions
add jagged-array preprocess function |
m wrong function name |
||
| Line 258: | Line 258: | ||
["Adjacent Links"] = { (prev_link or ""), (next_link or "") }, | ["Adjacent Links"] = { (prev_link or ""), (next_link or "") }, | ||
["Title"] = title, | ["Title"] = title, | ||
["Rows"] = tiu. | ["Rows"] = tiu.jagged_array_to_header_data_pairs(entries) | ||
} | } | ||