I think this template should support new system with backward compatibility.
class MyHandler implements \MediaWiki\Hook\MyHook {
public function onMyHook( $x, $y ) { ... }
}
Possibly related to phab:T252060.
Previous discussion was archived at Template talk:MediaWikiHook/Archive 1 on 19 March 2019.
I think this template should support new system with backward compatibility.
class MyHandler implements \MediaWiki\Hook\MyHook {
public function onMyHook( $x, $y ) { ... }
}
Possibly related to phab:T252060.
Three years have passed and nothing has happened... :-(
Things have dramatically changed with REL1_35.--WikiForMen (talk) 10:33, 17 September 2024 (UTC)
Anyone feel like doing this? The wikitext code is a bit complex. :-)