Module:Xpsoc:修订历史

来自有兽档案馆

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2023年7月20日 (星期四)

  • 当前之前 17:232023年7月20日 (四) 17:23Chiyansama 留言 贡献 973字节 +973 创建页面,内容为“-- This module implements {{xpsoc}}. local mTemplateInvocation = require('Module:Template invocation') local p = {} function p._main(args, frame) frame = frame or mw.getCurrentFrame() -- Get the invocation arguments. local name = args[1] if not name then error('no template name passed to xpsoc', 2) end local invArgs = {} for k, v in pairs(args) do if k ~= 1 then if type(k) == 'number' then invArgs[k - 1] = v else local num = k:match…”