Changes
Jump to navigation
Jump to search
self.isSmall = if cfg.allowSmall and ( cfg.smallParam and args.small == 'yes' cfg.smallParam or not cfg.smallParam and yesno(args.small ) ) then self.isSmall =true else self.isSmall = true) and true or false end
allow small=left for ambox
-- Find whether we are using a small message box.
-- Add attributes, classes and styles.