LLWiki正在建设中,欢迎加入我们

“模块:首页/日期”的版本间差异

跳转到导航 跳转到搜索
function p.main(frame)
local args = getArgs(frame, {removeBlanks = false})
local n = #args
if n % 5 >= 3 then
table.insert(args, '')
end
if n % 5 == 3 then
table.insert(args, '')
end
local text = '<div class="mainpage-news"><div class="mainpage-news-time">'
local hasTime = false