Manual:Hooks/SkinTemplateBuildContentActionUrlsAfterSpecialPage
From MediaWiki.org
| This feature was removed completely in version 1.18.0. |
| SkinTemplateBuildContentActionUrlsAfterSpecialPage | |
|---|---|
| Available from version 1.6.0 Removed in version 1.18.0 After the single tab when showing a special page |
|
Define function: |
public static function onSkinTemplateBuildContentActionUrlsAfterSpecialPage( $sktemplate, $content_actions ) { ... }
|
Attach hook: |
$wgHooks['SkinTemplateBuildContentActionUrlsAfterSpecialPage'][] = 'MyExtensionHooks::onSkinTemplateBuildContentActionUrlsAfterSpecialPage'; |
| Called from: | SkinTemplate.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:SkinTemplateBuildContentActionUrlsAfterSpecialPage extensions.
| MediaWiki 1.18 now uses the vector style hook for all skins, please see Manual:Hooks/SkinTemplateNavigation::SpecialPage for the vector and 1.18 equivalent of this hook. |
Details [edit]
- $sktemplate: SkinTemplate object
- $content_actions: array of tabs