-
Notifications
You must be signed in to change notification settings - Fork 3
BoundingRect
Bhsd edited this page Apr 18, 2026
·
5 revisions
This is an internal document. For visitors, you can now go back to the home page.
// BoundingRect (Node.js)
var {BoundingRect} = require("../lib/rect");
var token = Parser.parse("{{a\n|b=1\n}}").querySelector("parameter"),
rect = new BoundingRect(token, 5);
assert.equal(token, "b=1\n");
assert.strictEqual(rect.start, 5);
assert.strictEqual(rect.top, 1);
assert.strictEqual(rect.left, 1);对维基文本批量执行语法检查的命令行工具
轻量级的维基模板解析器
维基文本语言服务器协议实现
用于维基文本的 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