Manual:Hooks/ImagePageFileHistoryLine
From MediaWiki.org
| ImagePageFileHistoryLine | |
|---|---|
| Available from version 1.13.0 Called when a file history line is contructed. |
|
*Define function: |
function fnMyHook( $imagepage, $file, $line, $css ) { ... }
|
*Attach hook: |
$wgHooks['ImagePageFileHistoryLine'][] = 'fnMyHook'; |
| Called from: | ImagePage.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:ImagePageFileHistoryLine extensions.
[edit] Details
- $imagepage: an instance of ImagePage object
- $file: the file
- $line: the HTML of the history line
- $css: the line CSS class