打开主菜单
首页
随机
登录
设置
关于BanG Dream! Wiki
免责声明
BanG Dream! Wiki
搜索
查看“Module:Lang”的源代码
←
Module:Lang
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local p = {} function p.quote(text, lang) if lang == 'zh' then return text else return '-{' .. text .. '}-' end end function p.wrap(text, lang) local span = mw.html.create('span') :attr('lang', lang) :wikitext(p.quote(text, lang)) return span end return p
本页使用的模板:
Module:Lang/doc
(
查看源代码
)
返回至“
Module:Lang
”。