Download the PHP package mwstake/mediawiki-component-wikitext without Composer
On this page you can find all versions of the php package mwstake/mediawiki-component-wikitext. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mwstake/mediawiki-component-wikitext
More information about mwstake/mediawiki-component-wikitext
Files in mwstake/mediawiki-component-wikitext
Download mwstake/mediawiki-component-wikitext
More information about mwstake/mediawiki-component-wikitext
Files in mwstake/mediawiki-component-wikitext
Vendor mwstake
Package mediawiki-component-wikitext
Short Description Provides wikitext handling and tree parsing
License GPL-3.0-only
Package mediawiki-component-wikitext
Short Description Provides wikitext handling and tree parsing
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package mediawiki-component-wikitext
MediaWiki Stakeholders Group - Components
WikiText for MediaWiki
This code is meant to be executed within the MediaWiki application context. No standalone usage is intended.
Use in a MediaWiki extension
MediaWiki 1.35
- Add
"mwstake/mediawiki-component-wikitext": "~5"
to therequire
section of yourcomposer.json
file.
MediaWiki 1.39
- Add
"mwstake/mediawiki-component-wikitext": "~6"
to therequire
section of yourcomposer.json
file.
Since 2.0 explicit initialization is required. This can be achived by
- either adding
"callback": "mwsInitComponents"
to yourextension.json
/skin.json
- or calling
mwsInitComponents();
within you extensions/skins customcallback
method
See also mwstake/mediawiki-componentloader
.
Available Services
MWStakeWikitextParserFactory
MWStakeWikitextNodeProcessorRegistryFactory
Using the MenuParser
All versions of mediawiki-component-wikitext with dependencies
PHP Build Version
Package Version
Requires
mwstake/mediawiki-componentloader Version
~1
mwstake/mediawiki-component-manifestregistry Version ~3.0
mwstake/mediawiki-lib-nodes Version ~1.0
mwstake/mediawiki-component-manifestregistry Version ~3.0
mwstake/mediawiki-lib-nodes Version ~1.0
The package mwstake/mediawiki-component-wikitext contains the following files
Loading the files please wait ....