mwstake / mediawiki-component-notifications
Provides common user interface elements and customizeable stylings
Package info
github.com/hallowelt/mwstake-mediawiki-component-notifications
pkg:composer/mwstake/mediawiki-component-notifications
2.0.4
2025-02-13 15:54 UTC
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-22 01:50:23 UTC
README
Notifications for MediaWiki
This code is meant to be executed within the MediaWiki application context. No standalone usage is intended.
Use in a MediaWiki extension
Add "mwstake/mediawiki-component-notifications": "~2.0" to the require section of your composer.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 customcallbackmethod
See also mwstake/mediawiki-componentloader.