跳转到内容

Module:Portal image banner:修订历史

2022年5月3日 (星期二)

  • 当前先前 05:272022年5月3日 (二) 05:27 Chubit 留言 贡献 3,049字节 +3,049 建立内容为“local p = {} local randomModule = require('Module:Random') p.main = function(frame) local parent = frame.getParent(frame) local parentArgs = parent.args local args = cleanupArgs(parentArgs) local output = p._main(args) return frame:preprocess(output) end function cleanupArgs(argsTable) local cleanArgs = {} for key, val in pairs(argsTable) do if type(val) == 'string' then val = val:match('^%s*(.-)%s*$') if val ~= '' then cle…”的新页面