-
Notifications
You must be signed in to change notification settings - Fork 3
invalid ref
Bhsd edited this page Jun 2, 2026
·
1 revision
❌ By default, this rule reports invalid <ref> tags as errors.
Examples of incorrect code for { "invalid-ref": 2 }:
<ref/><ref follow=1>content</ref><ref name=name follow=name>content</ref><references><ref name=name/></references><references><ref>content</ref></references>Examples of correct code for { "invalid-ref": 2 }:
<ref>content</ref><ref name=name /><ref follow=name>content</ref><references><ref name=name>content</ref></references>对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 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