Module:Navbox: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
don't need a special function for the list1 row, and fix for border=none |
clarify |
||
வரிசை 314:
-- render the appropriate wrapper around the navbox, depending on the border param
local res = HtmlBuilder.create()
if border == '
res.node(tbl)▼
res
.tag('/div', {unclosed = true})
.done()
.node(tbl)
.tag('div', {unclosed = true})
else
▲ elseif border ~= 'none' then
res
.tag('table')
வரி 332 ⟶ 334:
.css('padding', '2px')
.node(tbl)
▲ res.node(tbl)
end
| |||