r52814 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52813‎ | r52814 | r52815 >
Date:23:35, 6 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Added documentation for VectorTemplateToolboxEnd
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -1580,6 +1580,13 @@
15811581 new toggles
15821582 $toggles: array of toggles to add
15831583
 1584+'VectorTemplateToolboxEnd': Called by Vector skin after toolbox links have
 1585+been rendered (useful for adding more)
 1586+Note: this is only run for the Vector skin. To add items to the toolbox
 1587+for all 'SkinTemplate'-type skins, use the SkinTemplateToolboxEnd hook
 1588+instead.
 1589+$tools: array of tools
 1590+
15841591 'WantedPages::getSQL': called in WantedPagesPage::getSQL(), can be used to
15851592 alter the SQL query which gets the list of wanted pages
15861593 &$wantedPages: WantedPagesPage object

Status & tagging log