Module:DateTitleList: Difference between revisions
No edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
-- 构造最终输出 | -- 构造最终输出 | ||
local category = string.format("[[:Category:%s %d|%s]]", month_full, day, category_link) | local category = string.format("[[:Category:%s %d|%s]]", month_full, day, category_link) | ||
local page_link = string.format("[[Streaming_Records/vedal987_Channel/%s %s %d|%s]]", month_full, day, year_in_date, title) | local page_link = string.format("[[Streaming_Records/vedal987_Channel/%s %s, %d|%s]]", month_full, day, year_in_date, title) | ||
-- 如果有 CSS 类,则将其应用到最外层 li | -- 如果有 CSS 类,则将其应用到最外层 li |