Changes

Module:Message box

71 bytes added, 01:33, 3 October 2013
fix date formatting order
-- Get other values.
self.fix = args.fix
local date
if args.date and args.date ~= '' then
self.date = format(" <small>''(%s)''</small>", args.date)
elseif args.date == '' and self.isTemplatePage then
self.date = lang:formatDate('F Y') end if date then self.date = format(" <small>''(%s)''</small>", date)
end
self.info = args.info
Anonymous user