更改
小第293行:
第293行:
− +
− +
− +
无编辑摘要
-- Get other values.
-- Get other values.
local date
local date
if args.date and args.date ~= '' then
if args.time and args.time ~= '' then
date = args.date
date = args.time
elseif args.date == '' and self.isTemplatePage then
elseif args.time == '' and self.isTemplatePage then
date = lang:formatDate('Y年n月j日')
date = lang:formatDate('Y年n月j日')
elseif args.time and args.time ~= '' then
elseif args.time and args.time ~= '' then