Module:Infobox: Difference between revisions
unnecessary for current design
(__dump) |
(unnecessary for current design) |
||
Line 186:
Adds a blank row of padding spanning the given number of columns
--]]
--[[function Infobox:pad(colspan, class)
local tr = self.rtable:tag('tr'):tag('td'):attr('colspan', colspan or 1):addClass('infobox-padding')
if class then
Line 193:
return self
end
--]]
--[[
|