-
Notifications
You must be signed in to change notification settings - Fork 3
invalid invoke
❌ By default, this rule reports invalid {{#invoke:}} calls as errors.
This option can be configured to specify the severity of missing function names in {{#invoke:}} calls.
Examples of incorrect code for { "invalid-invoke": [ 0, { "function": 2 } ] }:
{{#invoke:Foo}}Examples of correct code for { "invalid-invoke": { "function": 0 } }:
{{#invoke:Foo}}This option can be configured to specify the severity of invalid module names in {{#invoke:}} calls.
Examples of incorrect code for { "invalid-invoke": [ 0, { "name": 2 } ] }:
{{#invoke:<foo>|bar}}Examples of correct code for { "invalid-invoke": { "name": 0 } }:
{{#invoke:<foo>|bar}}对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 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