今天是2024年7月3日 第27周 星期三

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

更改

跳到导航 跳到搜索
添加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

导航菜单