hooks.txt 889 B

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