X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=docs%2Fhooks.txt;h=48b76bb31922051754395f87a52e4a596880aa9b;hb=c451267578170ac1af29730119e8fd85e4889638;hp=fcd3e07e51884fff2fe5ceb57cc82d0e65da3197;hpb=21fb9bb32b82f13a436238a7dca9bac1464baf80;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/hooks.txt b/docs/hooks.txt index fcd3e07e51..48b76bb319 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1835,6 +1835,9 @@ just modify a few things using call-by-reference. includes/Linker.php for Linker::makeImageLink &$time: Timestamp of file in 'YYYYMMDDHHIISS' string form, or false for current &$res: Final HTML output, used if you return false +$parser: Parser instance +&$query: Query params for desc URL +&$widthOption: Used by the parser to remember the user preference thumbnailsize 'ImageOpenShowImageInlineBefore': Call potential extension just before showing the image on an image page.