Module:Cslist and Module:Cslist/sandbox: Difference between pages
(Difference between pages)
imported>MusikBot II m Changed protection settings for "Module:Cslist": High-risk template or module: 2504 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite)) |
imported>Frietjes No edit summary |
||
| Line 14: | Line 14: | ||
local embedded = args.embedded | local embedded = args.embedded | ||
if embedded then embedded = embedded:lower() end | if embedded then embedded = embedded:lower() end | ||
local bold = args.bold | |||
local out = "" | local out = "" | ||
| Line 38: | Line 39: | ||
if embedded then | if embedded then | ||
listclass = listclass .. " cslist-embedded" | listclass = listclass .. " cslist-embedded" | ||
end | |||
if bold then | |||
listclass = listclass .. " cslist-bold" | |||
end | end | ||
if out ~= "" then | if out ~= "" then | ||