變更

大小無變化 、 2019年2月21日 (四) 22:54
無編輯摘要
第293行: 第293行:  
-- Get other values.
 
-- Get other values.
 
local date
 
local date
if args.time and args.time ~= '' then
+
if args.date and args.date ~= '' then
date = args.time
+
date = args.date
 
elseif args.time == '' and self.isTemplatePage then
 
elseif args.time == '' and self.isTemplatePage then
 
date = lang:formatDate('Y年n月j日')
 
date = lang:formatDate('Y年n月j日')
匿名用戶