mwstake/mediawiki-lib-nodes

Provides an infrastructure to tokenize content into nodes

2.0.1 2025-07-03 04:05 UTC

README

WikiText for MediaWiki

Provides an infrastructure to tokenize content into nodes

Compatibility

  • 2.0.x -> MediaWiki 1.43
  • 1.0.x -> MediaWiki 1.39

Use in a MediaWiki extension

Require this component in the composer.json of your extension:

{
	"require": {
		"mwstake/mediawiki-lib-nodes": "~2"
	}
}