Manual:$wgUploadThumbnailRenderMethod

This page is a translated version of the page Manual:$wgUploadThumbnailRenderMethod and the translation is 40% complete.
サムネイルの設定: $wgUploadThumbnailRenderMethod
The method through which the thumbnails will be prerendered for the entries in $wgUploadThumbnailRenderMap.
導入されたバージョン:1.25.3 (Gerrit change 157157; git #623d7789)
除去されたバージョン:使用中
許容される値:(文字列)
既定値:'jobqueue'

詳細

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

The method can be either "http" or "jobqueue". 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.

関連項目