From: Jdlrobson Date: Fri, 7 Feb 2014 20:11:38 +0000 (+0000) Subject: Merge "Document SkinVectorStyleModules hook" X-Git-Tag: 1.31.0-rc.0~16978 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=98a617eda9d0d1572dea2a1905f4503d425b50c3;hp=57551f4252246fa5843fc1306f7323d1106ea792;p=lhc%2Fweb%2Fwiklou.git Merge "Document SkinVectorStyleModules hook" --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 37ac2bea06..390da77546 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2243,6 +2243,11 @@ $dummy: Called when SkinTemplateToolboxEnd is used from a BaseTemplate skin, dummy parameter with "$dummy=false" in their code and return without echoing any HTML to avoid creating duplicate toolbox items. +'SkinVectorStyleModules': Called when defining the list of module styles to be +loaded by the Vector skin. +$skin: SkinVector object +&$styles: Array of module names whose style will be loaded for the skin + 'SoftwareInfo': Called by Special:Version for returning information about the software. $software: The array of software in format 'name' => 'version'. See