Module:Template test case: Difference between revisions

    (Changed my mind, it is not that much similar, after all)
    (renderTableRows: use class and style parameters)
    Line 458: Line 458:


    local tableroot = root:tag('table')
    local tableroot = root:tag('table')
    tableroot
    :addClass(self.options.class)
    :cssText(self.options.style)


    for i, obj in ipairs(self.templates) do
    for i, obj in ipairs(self.templates) do