2014-08-24 18:06:18 -04:00
|
|
|
Hooks provided by the MonoBook skin.
|
|
|
|
|
2017-01-06 11:47:05 -05:00
|
|
|
'MonoBookAfterContent': Called after div#content has been closed but right
|
|
|
|
before div#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 (div#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.
|
2018-12-06 06:46:00 -05:00
|
|
|
$template: the MonoBookTemplate class instance
|
2017-01-06 11:47:05 -05:00
|
|
|
|
2014-08-24 18:06:18 -04:00
|
|
|
'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
|
|
|
|
SkinTemplateToolboxEnd hook instead, which works for all "SkinTemplate"-type
|
|
|
|
skins.
|
|
|
|
$tools: array of tools
|