Jump to content
MediaWiki

Manual:Hooks/ImagePageShowTOC

From mediawiki.org
ImagePageShowTOC
Available from version 1.16.0
Called when fetching the file associed with an image page.
Define function:
public static function onImagePageShowTOC( $page, &$toc ) { ... }
Attach hook: In extension.json:
{
"Hooks":{
"ImagePageShowTOC":"MediaWiki\\Extension\\MyExtension\\Hooks::onImagePageShowTOC"
}
}
Called from: File(s): Page/ImagePage.php
Interface: ImagePageShowTOCHook.php

For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:ImagePageShowTOC extensions.

Details

[edit ]
  • $page: ImagePage object
  • &$toc: Array of <li> strings

AltStyle によって変換されたページ (->オリジナル) /