Module:MOS modes: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 83: Line 83:
-- For n headers, the number of entries must match the number of modes times the number of headers
-- For n headers, the number of entries must match the number of modes times the number of headers
-- or else column data won't be added
-- or else column data won't be added
local headers_unparsed = frame.args['Headers']
local headers_unparsed = frame.args['Table Headers']
local headers = p.parse_entries(headers_unparsed)
local headers = p.parse_entries(headers_unparsed)
local entries_unparsed = frame.args['Entries']
local entries_unparsed = frame.args['Table Entries']
local entries = p.parse_entries(entries_unparsed)
local entries = p.parse_entries(entries_unparsed)