今天是2025年十二月18日 第51周 星期四
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
變更
跳至導覽
跳至搜尋
行 275:
行 275:
− +
+
+
− +
無編輯摘要
date = args.date
date = args.date
elseif args.date == '' and self.isTemplatePage then
elseif args.date == '' and self.isTemplatePage then
date = lang:formatDate('F Y')
date = lang:formatDate('Y 年n月')
elseif args.time and args.time ~= '' then
date = lang:formatDate('Y年n月', time)
end
end
if date then
if date then
self.date = format(" <small>''(%s)''</small>", date)
self.date = format("<small> (%s )</small>", date)
end
end
self.info = args.info
self.info = args.info