Manual:$wgGenerateThumbnailOnParse

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> Thumbnail settings</translate>: $wgGenerateThumbnailOnParse
Allow thumbnail rendering on page view.
<translate> Introduced in version:</translate>1.7.0 (r15342)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(boolean)
<translate> Default value:</translate>true

Details

Allow thumbnail rendering on page view. If this is false, a valid thumbnail URL is still outputted, but no file will be created at the target location. This may save some time if you have a thumb.php or 404 handler set up which is faster than the regular webserver(s).

Setting this to true is equivalent to setting the transformVia404 property in $wgLocalFileRepo and $wgForeignFileRepos to false.

See also