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 == 'subgroup' or border == 'childnone' then
res.node(tbl)
elseif border ~== 'subgroup' or border == 'nonechild' then
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)
else -- border == 'none'
res.node(tbl)
end
"https://tamilar.wiki/w/Module:Navbox" இலிருந்து மீள்விக்கப்பட்டது