跳转到内容

Module:Official websites/sandbox:修订历史

2022年9月13日 (星期二)

  • 当前先前 18:042022年9月13日 (二) 18:04 Vozhuo 留言 贡献 800字节 +800 建立内容为“local makeUrl = require('Module:URL')._url local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._main(args) local arg, linkArg = {}, {} local i, j, leadStr for i, v in ipairs(args) do table.insert(arg, v) end if table.getn(arg) <= 1 then return require('Module:Official_website')._main(args) end if table.getn(arg) % 2 == 0 then…”的新页面