Manual:$wgUploadThumbnailRenderMethod/de

Category:MediaWiki configuration settings/de#UploadThumbnailRenderMethodCategory:MediaWiki configuration settings introduced in version 1.25.3/de#UploadThumbnailRenderMethodCategory:MediaWiki configuration settings still in use/de#UploadThumbnailRenderMethodCategory:Thumbnail settings variables/de#UploadThumbnailRenderMethod
Vorschaubild-Einstellungen: $wgUploadThumbnailRenderMethod
The method through which the thumbnails will be prerendered for the entries in $wgUploadThumbnailRenderMap.
Eingeführt in Version:1.25.3 (Gerrit change 157157; git #623d7789)
Entfernt in Version:Weiterhin vorhanden
Erlaubte Werte:(Zeichenkette)
Standardwert:'jobqueue'

Details

The method through which the thumbnails will be prerendered for the entries in $wgUploadThumbnailRenderMap.

Die Methode kann entweder "http" oder "jobqueue" sein. The former uses an http request to hit the thumbnail's URL. This method only works if thumbnails are configured to be rendered by a 404 handler. The latter option uses the job queue to render the thumbnail.

Siehe auch

Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.25.3/de Category:MediaWiki configuration settings still in use/de Category:Thumbnail settings variables/de