Module:Error:修订历史

跳转到导航 跳转到搜索

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年9月20日 (星期六)

  • 当前之前 18:042025年9月20日 (六) 18:04 ZheiZhei 留言 贡献 1,158字节 +1,158 创建页面,内容为“local p = {} local function _error(args) local message = args.message or args[1] or error('没有指定的-{zh-hans:信息; zh-hant:資訊}-', 2) message = tostring(message) local tag = mw.ustring.lower(tostring(args.tag)) -- 弄清楚我们应该使用什么html标签。 if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- 生成html。 local root = mw.html.create(tag) root :addC…”