Module:Navbox: Difference between revisions
refactor row helper function; only the row helper needed immediate refactoring |
m todo |
||
| Line 6: | Line 6: | ||
local yesno = require("Module:Yesno") | local yesno = require("Module:Yesno") | ||
-- TODO: add an option for a dataless header row, to mirror the option of having | -- TODO (low priority): add an option for a dataless header row, to mirror the | ||
-- option of having a headerless data row. Requires changing row content from | |||
-- | -- a regular array to an associative array. | ||
-- | -- TODO (medium priority): nest and refactor helper functions | ||
-- Navbox row helper function | -- Navbox row helper function | ||