Ad placeholder

Module:ParseList: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 197: Line 197:
end,
end,
htmlListNoBullets = function (elements)
htmlListNoBullets = function (elements)
local result = "<ul style='list-style: none;'>\n"
local result = "<ul style='list-style: none; margin: 0;'>\n"
for i, str in ipairs(elements) do
for i, str in ipairs(elements) do
result = result .. "<li> " .. str .. "\n"
result = result .. "<li> " .. str .. "\n"

Navigation menu