今天是2024年11月5日 第45周 星期二
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
更改
跳到导航
跳到搜索
←上一编辑
下一编辑→
模块:Documentation
(查看源代码)
2020年6月15日 (一) 02:20的版本
删除25字节
、
2020年6月15日 (一) 02:20
attempt to remove requirement for TNT
第1行:
第1行:
−
-- This module implements {{documentation}}.
+
-- This module implements
a Mediawiki-style
{{documentation}}
with Lua.
+
-- Modified from the original to strip requirement for TNT
.
-- Get required modules.
-- Get required modules.
第33行:
第34行:
expectType = expectType or 'string'
expectType = expectType or 'string'
if type(msg) ~= expectType then
if type(msg) ~= expectType then
−
error
(require
('
Module:TNT').format('I18n/Documentation', '
cfg-error-msg-type'
, cfgKey, expectType, type(msg))
, 2)
+
error('
dummy error message -
cfg-error-msg-type', 2)
end
end
if not valArray then
if not valArray then
第41行:
第42行:
local function getMessageVal(match)
local function getMessageVal(match)
match = tonumber(match)
match = tonumber(match)
−
return valArray[match] or error
(require
('
Module:TNT').format('I18n/Documentation', '
cfg-error-msg-empty'
, '$' .. match, cfgKey)
, 4)
+
return valArray[match] or error('
dummy error message -
cfg-error-msg-empty', 4)
end
end
One-Six
161
个编辑
导航菜单
个人工具
创建账户
登录
名字空间
模块
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
沙盒
互助客栈
QQ交流群
方针与指引
工具
上传文件
特殊页面
可打印版本