查看“模块:Lyrics”的源代码
←
模块:Lyrics
跳转至:
导航
,
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于这些用户组的用户使用:
用户
,
管理员
,Editor
您可以查看与复制此页面的源代码。
local p = {} local getArgs = require('Module:Arguments').getArgs local lang = require('Module:Lang') function p._lyrics(args) local orig = mw.text.split(args.original or '', '\n') local tran = mw.text.split(args.translated or '', '\n') local llang = args.llang or 'ja' local rlang = args.rlang or 'zh' local lstyle = 'width:49.85%;min-width:360px;display:inline-block;white-space:pre-wrap;' .. (args.lstyle or '') local rstyle = 'width:49.85%;min-width:360px;display:inline-block;white-space:pre-wrap;' .. (args.rstyle or '') if args.original:match('<ruby') then lstyle = 'line-height:2.1;' .. lstyle rstyle = 'line-height:2.1;' .. rstyle else lstyle = 'vertical-align:top;' .. lstyle rstyle = 'vertical-align:top;' .. rstyle end local html = mw.html.create() for i, v in pairs(orig) do html: tag('div') :tag('div') :cssText(lstyle) :tag('div') :css('max-width', '100vw') :node(lang.wrap(v, llang)) :done() :done() :tag('div') :cssText(rstyle) :tag('div') :css('max-width', '100vw') :node(lang.wrap(tran[i], rlang)) :done() :done() end -- Clear the floating html:tag('div'):cssText('clear:both') return tostring(html) end function p.lyrics(frame) local args = getArgs(frame, {wrappers='Template:LyricsKai'}) return p._lyrics(args) end return p
该页面使用的模板:
模板:Tl
(
查看源代码
)
模块:Lyrics/doc
(
查看源代码
)
返回至
模块:Lyrics
。
导航菜单
个人工具
创建账户
登录
命名空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
讨论版
提问求助区
帮助
帮助
沙盒
编辑教程
创建新条目
工具
链入页面
相关更改
特殊页面
页面信息