打开/关闭搜索
搜索
打开/关闭菜单
10
29
3
584
大天使虫洞百科
导航
首页
加入EVE Online
资助甲虫
最近更改
随机页面
特殊页面
上传文件
外部链接
zKillboard
大天使对外频道(QQ)
大天使边境要塞(Discord)
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
创建账号
登录
查看“︁Module:Lan2”︁的源代码
来自大天使虫洞百科
查看
阅读
查看源代码
查看历史
associated-pages
模块
讨论
更多操作
←
Module:Lan2
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
local l = {} local getArgs 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.extend (target, ...) local tabs = {...} if not target or not tabs then return target or {} end for i = 1, #tabs do if tabs and type(tabs) == 'table' then for k, v in pairs(tabs[i]) do if type(k) ~= 'number' and v then if type(target[k]) == 'table' and type(v) == 'table' then target[k] = l.extend(target[k], v) else target[k] = v end end end for k, v in ipairs(tabs[i]) do if v then target[#target + 1] = v end end else break end end return target end function l.main(args, lang, fallbackList) local userlanguage = lang and lang:lower() or mw.getCurrentFrame():callParserFunction{ name = 'int', args = {'Conversionname'} } fallbackList = fallbackList and l.extend(fallbackList, l.fallbackList) or l.fallbackList local fallback = fallbackList[userlanguage] args = args or {} if fallback == nil then fallback = fallbackList['def'] or fallbackList['zh'] or l.fallbackList['zh'] end for _,langArgName in ipairs(fallback) do if args[langArgName] ~= nil then return args[langArgName] end end return '' end return l
返回
Module:Lan2
。
查看“︁Module:Lan2”︁的源代码
来自大天使虫洞百科