模块:Message box:修订间差异
imported>Shizhao 无编辑摘要 |
imported>Shizhao 无编辑摘要 |
||
| 第293行: | 第293行: | ||
-- Get other values. | -- Get other values. | ||
local date | local date | ||
if args. | if args.date and args.date ~= '' then | ||
date = args. | 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日') | ||