Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1666,6 +1666,10 @@ |
1667 | 1667 | 'SkinTemplateToolboxEnd': Called by SkinTemplate skins after toolbox links have |
1668 | 1668 | been rendered (useful for adding more) |
1669 | 1669 | $sk: The QuickTemplate based skin template running the hook. |
| 1670 | +$dummy: Called when SkinTemplateToolboxEnd is used from a BaseTemplate skin, |
| 1671 | + extensions that add support for BaseTemplateToolbox should watch for this dummy |
| 1672 | + parameter with "$dummy=false" in their code and return without echoing any html |
| 1673 | + to avoid creating duplicate toolbox items. |
1670 | 1674 | |
1671 | 1675 | 'SoftwareInfo': Called by Special:Version for returning information about |
1672 | 1676 | the software |