From: Daniel Friesen Date: Sun, 9 Oct 2011 19:42:45 +0000 (+0000) Subject: Followup r98212; Hook documentation. X-Git-Tag: 1.31.0-rc.0~27173 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=73832538161b4980c5a367ce68e18ce7b915f2df;p=lhc%2Fweb%2Fwiklou.git Followup r98212; Hook documentation. --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 0cc395731e..d33bd7ad89 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1666,6 +1666,10 @@ $checkEdit: Whether or not the action=edit query should be added if appropriate. 'SkinTemplateToolboxEnd': Called by SkinTemplate skins after toolbox links have been rendered (useful for adding more) $sk: The QuickTemplate based skin template running the hook. +$dummy: Called when SkinTemplateToolboxEnd is used from a BaseTemplate skin, + extensions that add support for BaseTemplateToolbox should watch for this dummy + parameter with "$dummy=false" in their code and return without echoing any html + to avoid creating duplicate toolbox items. 'SoftwareInfo': Called by Special:Version for returning information about the software