Changes
Jump to navigation
Jump to search
self.date = format(" <small>''(%s)''</small>", args.date)
self.date = lang:formatDate('F Y') end if date then self.date = format(" <small>''(%s)''</small>", date)
fix date formatting order
-- Get other values.
self.fix = args.fix
local date
if args.date and args.date ~= '' then
elseif args.date == '' and self.isTemplatePage then
end
self.info = args.info