Module:ScheduleList:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第55行: | 第55行: | ||
schedule_output = frame:expandTemplate{ | schedule_output = frame:expandTemplate{ | ||
title = "ScheduleList/date", | title = "ScheduleList/date", | ||
args = { | args = {formatted_date, "", week, ""} -- 时间和标题都为空 | ||
} | } | ||
else | else | ||
第62行: | 第62行: | ||
schedule_output = frame:expandTemplate{ | schedule_output = frame:expandTemplate{ | ||
title = "ScheduleList/date", | title = "ScheduleList/date", | ||
args = { | args = {formatted_date, time .. " (UTC+8)", week, title} -- 时间和标题正常显示 | ||
} | } | ||
end | end |