Changes
Jump to navigation
Jump to search
local border = trim(args.border or args[1]or '')
fix handling of the border param
local gutterRow = '<tr style="height:2px;"><td></td></tr>'
local border
local listnums = {}
local ret = {}
end
end
end
function trim(s)
return (mw.ustring.gsub(s, "^%s*(.-)%s*$", "%1"))
end
table.sort(listnums)
if border == 'subgroup' or border == 'child' then
add('</div>')