打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

“模块:切换显示”的版本历史

来自OGAS数据中枢

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

2026年5月10日 (星期日)

  • 当前之前 17:012026年5月10日 (日) 17:01 秋绘君 留言 贡献 4,362字节 +4,362 创建页面,内容为“local module = {} local getArgs = require('Module:Arguments').getArgs local sortedArgs = require('Module:SortArgs').sortedArgs local initSpan = function(className, templateName, frame) local args = getArgs(frame, { wrappers = 'Template:' .. templateName }) local span = mw.html.create('span') span:attr('class', className) if className == 'textToggleDisplayButtons' then -- 自Template:切换显示调用。 local operators = {} -- 操作参数。 local…”