Content deleted Content added
No edit summary |
No edit summary |
||
Line 20:
v = mw.text.trim(v)
if v ~= "" then
out = out ..
end
end
Line 39:
if embedded then
listclass = listclass .. " cslist-embedded"
end
if bold then
listclass = listclass .. " cslist-bold"
end
if out ~= "" then
|