變更

增加 78 位元組 、 2014年1月23日 (四) 02:47
無編輯摘要
第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