Module:Navbox: Difference between revisions

Ganaram inukshuk (talk | contribs)
m put back default title
Ganaram inukshuk (talk | contribs)
m minor renaming
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
local p = {}
local p = {}


-- TODO: bugfix headerless data row and dataless header row to make sure they
-- TODO (medium priority): add/use navbox/styles.css
-- work properly, especially with nested navboxes


-- TODO (medium priority): nest and refactor helper functions
-- TODO (medium priority): nest and refactor helper functions
Line 218: Line 217:
-- Preprocess individual entries for headers and data
-- Preprocess individual entries for headers and data
local rows = tiu.header_data_pairs_to_table(args, 30)
local rows = tiu.numbered_header_data_args_to_table(args, 30)
args["Rows"] = rows
args["Rows"] = rows