打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
查看“模块:Lan”的源代码
←
模块:Lan
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
此页面已被保护以防止编辑和其他操作。
您可以查看和复制此页面的源代码。
local l={} local getArgs local args l.fallbackList={ ['zh']={'zh','zh-hans','zh-hant','zh-cn','zh-tw','zh-hk','zh-mo','zh-sg','zh-my'} ,['zh-hans']={'zh-hans','zh-cn','zh-sg','zh-my','zh'} ,['zh-hant']={'zh-hant','zh-tw','zh-hk','zh-mo','zh'} ,['zh-cn']={'zh-cn','zh-hans','zh-sg','zh-my','zh'} ,['zh-sg']={'zh-sg','zh-hans','zh-cn','zh-my','zh'} ,['zh-my']={'zh-my','zh-hans','zh-cn','zh-sg','zh'} ,['zh-tw']={'zh-tw','zh-hant','zh-hk','zh-mo','zh'} ,['zh-hk']={'zh-hk','zh-hant','zh-mo','zh-tw','zh'} ,['zh-mo']={'zh-mo','zh-hant','zh-hk','zh-tw','zh'} } function l._main(args, frame) local userlanguage=frame:callParserFunction{ name = 'int', args = {'Conversionname'} } --mw.message.new('Conversionname'):plain() local fallback=l.fallbackList[userlanguage] if fallback == nil then fallback=l.fallbackList['zh'] end for _,langArgName in ipairs(fallback) do if args[langArgName] ~= nil then return args[langArgName] end end return '' end function l.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end args = getArgs(frame, {parentFirst=true}) return l._main(args, frame) end return l
该页面使用的模板:
Template:Documentation
(
查看源代码
)(受保护)
Template:Documentation/docname
(
查看源代码
)
模块:Lan/doc
(
查看源代码
)
返回至
模块:Lan
。