mediawiki-skins-Insurgency/hooks.txt
Ammar Abdulhamid 5fa6a6a339 MonoBook: Drop SkinTemplateToolboxEnd hook
This hook is not in use in any deployed code.

Bug: T253783
Change-Id: I5b636f005bdcdafabbb22ea3c5acef2a49c7c5c5
2020-06-05 20:29:18 +01:00

19 lines
877 B
Text

Hooks provided by the MonoBook skin.
'MonoBookAfterContent': Called after #content has been closed but right
before #column-content is closed. You can use this to inject items (such as
ads, for example) from an extension.
'MonoBookAfterToolbox': Called in toolbox() after the toolbox portlet (#p-tb)
has been generated. You can use this to inject items (such as ads or a hit
counter, for example) from an extension.
This is the MonoBook couterpart to the VectorAfterToolbox hook in the Vector
skin.
$template: the MonoBookTemplate class instance
'MonoBookTemplateToolboxEnd': DEPRECATED. Called by Monobook skin after toolbox
links have been rendered (useful for adding more). Note: this is only run for
the Monobook skin. To add items to the toolbox you should use the
SidebarBeforeOutput hook instead, which works for all "SkinTemplate"-type
skins.
$tools: array of tools