模块:Message box:修订间差异
imported>Quest for Truth 无编辑摘要 |
imported>Quest for Truth 无编辑摘要 |
||
| 第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(' | date = lang:formatDate('Y年n月j日') | ||
elseif args.time and args.time ~= '' then | elseif args.time and args.time ~= '' then | ||
date = lang:formatDate(' | date = lang:formatDate('Y年n月j日', time) | ||
end | end | ||
if date then | if date then | ||