Module:Infobox: Difference between revisions
m rename args |
m todo |
||
| Line 7: | Line 7: | ||
local p = {} | local p = {} | ||
-- TODO ( | -- TODO (high priority): | ||
-- - Add the following backwards-compatibility feature: if rows are entered as | -- - Add the following backwards-compatibility feature: if rows are entered as | ||
-- a jagged array instead of the expected format of header-data pairs, convert | -- a jagged array instead of the expected format of header-data pairs, convert | ||
-- it from a jagged array to a table of header-data pairs. | -- it from a jagged array to a table of header-data pairs. | ||
-- TODO (medium priority): use templatestyles | |||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||