Module:Message box: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(move the removal notice inline)
(allow all templates to disable the plainlinks class)
Line 158: Line 158:
-- Add attributes, classes and styles.
-- Add attributes, classes and styles.
self.id = args.id
self.id = args.id
if yesno(args.plainlinks) ~= false then
self:addClass(
self:addClass('plainlinks')
cfg.usePlainlinksParam and yesno(args.plainlinks or true) and 'plainlinks'
)
end
for _, class in ipairs(cfg.classes or {}) do
for _, class in ipairs(cfg.classes or {}) do
self:addClass(class)
self:addClass(class)