Manual:$wgGenerateThumbnailOnParse/ko
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgGenerateThumbnailOnParse and the translation is 22% complete.
| Thumbnail settings: $wgGenerateThumbnailOnParse | |
|---|---|
| Allow thumbnail rendering on page view. |
|
| 이 변수가 소개된 버전: | 1.7.0 (r15342) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (boolean) |
| 기본값: | true |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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.