Module:Sandbox/ChaoticShadow/InfoboxBuilder: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 203:
-- The current object
function InfoboxBuilder:addHeader(arg)
self:addSpacer()
local _cell = self.infobox:tag('tr'):tag('th')
_cell:css({
Line 214 ⟶ 216:
end
if arg.colspan then
_cell:attr('colspan', arg.colspan or 30)
end
if arg.rowspan then
Line 224 ⟶ 226:
_cell:wikitext(arg.content)
self:addSpacer()
return self
439

edits