Last edited 2 years ago
by Anonymous user

SocialEntity:29 and Reference:ParserHooks: Difference between pages

(Difference between pages)
No edit summary
 
m (1 revision imported)
 
Line 1: Line 1:
{
{{BSExtensionInfobox
    "social-profile-title": null,
|desc=adds a OOP and declarative parser hook interface.
    "social-profile-name": null,
|status=stable
    "social-profile-email": null,
|developer=Jeroen De Dauw
    "social-profile-department": "",
|type=MediaWiki
    "social-profile-function": "",
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
    "social-profile-location": "",
|active=Yes
    "social-profile-phone": "",
|compatible=MediaWiki
    "description": "",
|category=Infrastructure
    "parentid": 0,
|license=GPL v2+
    "id": 29,
|docu=https://www.mediawiki.org/wiki/Extension:ParserHooks
    "ownerid": 8,
|package=SemanticData
    "type": "profile",
}}
    "archived": false,
[[de:Referenz:{{PAGENAME}}]][[en:Reference:{{PAGENAME}}]]
    "tags": [
 
        "User:Fbaeckmann"
 
    ],
'''ParserHooks''' is a PHP library for MediaWiki extensions. It does not in itself add or enhance functionality of your wiki.
    "resolved": false
OOP interface for creating parser hooks in a declarative fashion.
}
 
For more information please visit [https://github.com/JeroenDeDauw/ParserHooks#parserhooks GitHub].
[[Category:BlueSpice_pro]]
[[Category:MediaWiki]]
[[Category:Extension]]

Revision as of 12:34, 20 December 2021

Extension: ParserHooks

all extensions

Overview
Description: adds a OOP and declarative parser hook interface.
State: stable Dependency: MediaWiki
Developer: Jeroen De Dauw License: GPL v2+
Type: MediaWiki Category: Infrastructure
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.



ParserHooks is a PHP library for MediaWiki extensions. It does not in itself add or enhance functionality of your wiki. OOP interface for creating parser hooks in a declarative fashion.

For more information please visit GitHub.