-
Notifications
You must be signed in to change notification settings - Fork 3
url encoding
Bhsd edited this page May 22, 2026
·
5 revisions
Examples of incorrect code for { "url-encoding": 2 }:
[[Foo%20Bar]][[Foo#%3B]]Examples of correct code for { "url-encoding": 2 }:
[[Foo#%3C]]This option can be configured to specify the severity of URL encoding in file links.
Examples of incorrect code for { "url-encoding": [ 0, { "file": 2 } ] }:
[[File:Example.jpg|link=Foo%20Bar]][[File:Example.jpg|link=Foo#%3B]]Examples of correct code for { "url-encoding": { "file": 0 } }:
[[File:Example.jpg|link=Foo%20Bar]][[File:Example.jpg|link=Foo#%3B]]对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 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