模块:Ruby:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2022年4月8日 (星期五)

  • 当前之前 11:402022年4月8日 (五) 11:40Root 讨论 贡献 1,827字节 −2 无编辑摘要 标签手工回退
  • 当前之前 11:382022年4月8日 (五) 11:38Root 讨论 贡献 1,829字节 +2 无编辑摘要 标签已被回退
  • 当前之前 11:252022年4月8日 (五) 11:25Root 讨论 贡献 1,827字节 +1,827 创建页面,内容为“local module = {} local g_frame function get_arg(name, plain) if g_frame.args[name] and (mw.text.trim(g_frame.args[name]) ~= '' or plain) then return mw.text.trim(g_frame.args[name]) end end function module.ruby(frame) local parent = frame:getParent() if parent and (parent:getTitle() == "Template:Ruby" or parent:getTitle() == "Template:Ruby/Sandbox") then frame = parent end g_frame = frame local class = get_arg('class') local id = get_arg('id')…”