mwstake/mediawiki-lib-nodes

Provides an infrastructure to tokenize content into nodes

2.0.0 2025-06-04 01:23 UTC

This package is auto-updated.

Last update: 2025-06-04 03:42:20 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"
	}
}