Module:Infobox: Difference between revisions

Ganaram inukshuk (talk | contribs)
m rename args
Ganaram inukshuk (talk | contribs)
m todo
Line 7: Line 7:
local p = {}
local p = {}


-- TODO (medium priority):
-- 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


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------