Module:Message box: Difference between revisions

remove cfg.allowId
(bring in changes from sandbox)
(remove cfg.allowId)
Line 154:
 
-- Add attributes, classes and styles.
self.id = args.id
if cfg.allowId then
self.id = args.id
end
self:addClass(
cfg.usePlainlinksParam and yesno(args.plainlinks or true) and 'plainlinks'
Anonymous user