跳转到内容
主菜单
主菜单
移至侧栏
隐藏
导航
首页
分类索引
最近更改
随便看看
灵兰秘典
捐助本站
帮助
帮助
联系我们
关于本站
MediaWiki帮助
中医百科
搜索
搜索
外观
登录
个人工具
登录
查看“︁Module:Lan”︁的源代码
模块
讨论
English
阅读
查看源代码
查看历史
工具
工具
移至侧栏
隐藏
操作
阅读
查看源代码
查看历史
清除缓存
常规
链入页面
相关更改
特殊页面
页面信息
Cargo数据
短URL
外观
移至侧栏
隐藏
←
Module: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
该页面使用的模板:
Module:Arguments
(
查看源代码
)
Module:Documentation
(
查看源代码
)(受保护)
Module:Documentation/config
(
查看源代码
)
Module:Documentation/styles.css
(
查看源代码
)
Module:Lan
(
查看源代码
)
Module:Lan/doc
(
查看源代码
)
Module:Redirect
(
查看源代码
)
返回
Module:Lan
。