模块:Message box:修订间差异

imported>Quest for Truth
无编辑摘要
imported>Quest for Truth
无编辑摘要
第270行: 第270行:


-- Get other values.
-- Get other values.
self.fix = args.fix ~= '' and args.fix or nil
local date
local date
if args.date and args.date ~= '' then
if args.date and args.date ~= '' then
第281行: 第280行:
if date then
if date then
self.date = format("<small>(%s)</small>", date)
self.date = format("<small>(%s)</small>", date)
end
if args.fix and args.fix ~= '' then
self.fix = format("<small>(%s)</small>", args.fix)
else
self.fix = ''
end
end
self.info = args.info
self.info = args.info