Module:Template test case: Difference between revisions

renderTableRows: use class and style parameters
(Changed my mind, it is not that much similar, after all)
(renderTableRows: use class and style parameters)
Line 458:
 
local tableroot = root:tag('table')
tableroot
:addClass(self.options.class)
:cssText(self.options.style)
 
for i, obj in ipairs(self.templates) do
Anonymous user