Module:ScheduleList:修订间差异

跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
第49行: 第49行:
     local formatted_date = format_date(date)
     local formatted_date = format_date(date)
     local ruby_output = frame:expandTemplate{
     local ruby_output = frame:expandTemplate{
         title = "ruby",
         title = "ScheduleList/date",
         args = {formatted_date, time .. " (UTC+8)", week, title} -- 将 week 和 title 作为 ruby 模板的第三和第四参数
         args = {formatted_date, time .. " (UTC+8)", week, title} -- 将 week 和 title 作为 ruby 模板的第三和第四参数
     }
     }