Difference between revisions of "Module:Tree chart"

Jump to navigation Jump to search
m
no edit summary
(Brought over from Wikipedia module and template of the same name for making production chain charts)
 
m
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
require('strict')
local p = {}
local p = {}


Line 19: Line 17:
else
else
top:tag('td')
top:tag('td')
:attr{ colspan = v.colspan or cell_args.colspan or 6,
:attr{ colspan = v.colspan or cell_args.colspan or 10,
rowspan = v.rowspan or cell_args.rowspan or 2 }
rowspan = v.rowspan or cell_args.rowspan or 2 }
:css{ padding = '0.2em',
:css{ padding = '0.2em',
606

edits

Navigation menu