hooks.txt 506 B

123456789101112
  1. Hooks provided by the Vector skin.
  2. 'VectorAfterToolbox': Called after rendering the toolbox portlet (div#p-tb).
  3. You can use this to inject items (such as ads or a hit counter, for example)
  4. from an extension.
  5. This is the Vector couterpart to the MonoBookAfterToolbox hook in the MonoBook
  6. skin.
  7. 'VectorBeforeFooter': Called before the footer (div#footer) is output, but after
  8. div#mw-navigation has been closed.
  9. You can use this to inject items (such as ads or a hit counter, for example)
  10. from an extension.