Added documentation for VectorTemplateToolboxEnd
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Jul 2009 23:35:01 +0000 (23:35 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Jul 2009 23:35:01 +0000 (23:35 +0000)
docs/hooks.txt

index 07da32c..e2a745d 100644 (file)
@@ -1580,6 +1580,13 @@ authentification timestamp
 new toggles
 $toggles: array of toggles to add
 
+'VectorTemplateToolboxEnd': Called by Vector skin after toolbox links have
+been rendered (useful for adding more)
+Note: this is only run for the Vector skin.  To add items to the toolbox
+for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook
+instead.
+$tools: array of tools
+
 'WantedPages::getSQL': called in WantedPagesPage::getSQL(), can be used to
 alter the SQL query which gets the list of wanted pages
 &$wantedPages: WantedPagesPage object