2024年5月30日 (星期四)
2023年12月31日 (星期日)
2023年12月30日 (星期六)
2023年12月22日 (星期五)
2023年12月21日 (星期四)
2023年12月18日 (星期一)
2023年12月15日 (星期五)
修复+优化
小−137
创建页面,内容为“local p = {} local getArgs = require('Module:Arguments').getArgs local function getTextList(txt,add,mod) local t = {}; local isValid = false; for i in string.gmatch(txt .. add,mod) do isValid = isValid or (i ~= '') if isValid then table.insert(t,i);end end return t; end local function delbr(txt) local t = txt; while true do local a = string.sub(t,-4) if a ~= '<br>' then break;end t = string.s…”
+3,386