查看“模块:Lyrics/hover”的源代码
←
模块:Lyrics/hover
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
local module = {} local getArgs = require('Module:Arguments').getArgs local buildLyrics = require('Module:Lyrics')._lyrics local initHandler = require('Module:HooksHandler').init local preSplit = function (original, translated, customArgs) -- 旧的示例里面翻译部分也有加,但是实际上没有必要 return original, mw.ustring.gsub(mw.ustring.gsub(translated, '#HoverWithNextLine', ''), '#NoHover', '') end local preParse = function (original, translated, customArgs) customArgs.noHover = {} customArgs.hoverWithNextLine = {} for idx, val in ipairs(original) do val = mw.ustring.gsub(val, '#NoHover', function() customArgs.noHover[idx] = true return '' end) original[idx] = mw.ustring.gsub(val, '#HoverWithNextLine', function() customArgs.hoverWithNextLine[idx] = true return '' end) end end local postParse = function (lines, customArgs) local index, all, add, start = 1, #lines, 0, nil local warp = function (_start) if not _start then _start = start end table.insert(lines, _start, '<div class="bg_hover">') table.insert(lines, index + 2, '</div>') index = index + 2 add = add + 2 start = nil end repeat if not customArgs.noHover[index - add] then if not customArgs.hoverWithNextLine[index - add] then warp(start or index) else start = start or index end elseif start then warp() end index = index + 1 until index > all + add if start then warp() end end function module.initHooks(args, hooksHandler, customArgs) return hooksHandler({ preSplit = preSplit, preParse = preParse, postParse = postParse }) end function module.main(frame) local args = getArgs(frame, {wrappers='Template:LyricsKai/colors/hover/Sandbox'}) local hooksHandler, customArgs = initHandler(), {} local hookTrigger = module.initHooks(args, hooksHandler, customArgs) return buildLyrics(args, hookTrigger, customArgs) end return module
该页面使用的模板:
模块:Lyrics/hover/doc
(
查看源代码
)
返回至
模块:Lyrics/hover
。
导航菜单
个人工具
登录
名字空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
随机页面
最近更改
最新文件
常用
上传多个文件
工具
链入页面
相关更改
特殊页面
页面信息