mediawiki-skins-Vector/hooks.txt
Volker E eecd2a73f9 docs: Remove overqualified element-id combination selectors
Bug: T248137
Change-Id: I8b2bc0843f9151269d4dbcbf278f8ce43ee8f872
2020-03-23 13:25:45 -07:00

13 lines
499 B
Plaintext

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