-
Notifications
You must be signed in to change notification settings - Fork 3
unescaped
Bhsd edited this page Oct 17, 2025
·
4 revisions
❌ By default, this rule reports unescaped = characters in external URLs in template parameters as errors.
Examples of incorrect code for { "unescaped": 2 }:
{{Foo|http://example.com/?bar=baz}}{{Foo|http://example.com/?bar{{=}}baz&qux=quux}}Examples of correct code for { "unescaped": 2 }:
{{Foo|http://example.com/?bar{{=}}baz}}{{Foo|1=http://example.com/?bar=baz}}对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 VS Code 扩展
A command-line tool that performs linting on Wikitext in bulk
A lightweight Wikitext template parser
An implementation of the Language Server Protocol for Wikitext
VS Code extension for Wikitext