今天是2024年11月20日 第47周 星期三
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
第270行:
第270行:
− self.fix = args.fix ~= '' and args.fix or nil
第281行:
第280行:
+
+
+
+
+
无编辑摘要
-- Get other values.
-- Get other values.
local date
local date
if args.date and args.date ~= '' then
if args.date and args.date ~= '' then
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