「Module:Topic list」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要
imported>=海豚= 無編輯摘要 |
imported>=海豚= 無編輯摘要 |
||
| 第139行: | 第139行: | ||
return {userNum = userNum, uniqueUserNum = uniqueUserNum, firstUser = userList[1], lastUser = userList[#userList]} | return {userNum = userNum, uniqueUserNum = uniqueUserNum, firstUser = userList[1], lastUser = userList[#userList]} | ||
end | end | ||
function generateTable(pageName, talkTitle, talkText) | function generateTable(pageName, talkTitle, talkText) | ||
local body = { | local body = { | ||
| 第167行: | 第161行: | ||
serialStyle = close(talkText[i]) | serialStyle = close(talkText[i]) | ||
-- 组装表格一个话题的部分 | -- 组装表格一个话题的部分 | ||
table.insert( | table.insert( | ||
body, | body, | ||
| 第194行: | 第181行: | ||
return table.concat(body, '\n') | return table.concat(body, '\n') | ||
end | end | ||
function p.main(frame) | function p.main(frame) | ||
local args = getArgs(frame) | local args = getArgs(frame) | ||