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