Changes

Module:Message box

146 bytes added, 05:24, 29 September 2013
allow small=left for ambox
-- Find whether we are using a small message box.
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
-- Add attributes, classes and styles.
Anonymous user