Skin:MonoBook/Hooks/MonoBookTemplateToolboxEnd
Appearance
Deprecated: This feature is deprecated and should no longer be used, however it is still available for reasons of backwards compatibility . |
MonoBookTemplateToolboxEnd | |
---|---|
Available from version 1.6.0 Called by Monobook skin after toolbox links have been rendered (useful for adding more) |
|
Define function: | public static function onMonoBookTemplateToolboxEnd( $this ) { ... }
|
Attach hook: | $wgHooks['MonoBookTemplateToolboxEnd'][] = 'MyExtensionHooks::onMonoBookTemplateToolboxEnd';
|
Called from: | File(s): MonoBook / MonoBook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:MonoBookTemplateToolboxEnd extensions.
Usage
[edit]Usage is discouraged. Per-skin hooks are evil. Extensions should use SkinTemplateToolboxEnd.
The hook is deprecated since r67623 (version 1.17)
See also: