Module:Infobox: Difference between revisions

fix text alignment
(Created page with '-- -- This module will implement {{Infobox}} -- local p = {} local HtmlBuilder = require('Module:HtmlBuilder') local args local root function union(t1, t...')
 
(fix text alignment)
Line 60:
local dataCell = row.tag('td')
if not rowArgs.label then dataCell.attr('colspan', 2) end
dataCell
.attr('colspan', 2)
.css('text-align', 'center')
end
dataCell
.addClass(rowArgs.class)
Anonymous user