Manual:$wgThumbUpright/pl
Appearance
| Thumbnail settings: $wgThumbUpright | |
|---|---|
| Scaling factor applied to width of images when parameter 'upright' is used. |
|
| Wprowadzono w wersji: | 1.11.0 (r22305) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (decimal) |
| Domyślna wartość: | 0.75 |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
This is a scaling factor applied to image thumbnails when the 'upright' parameter is used. The user's preferred thumbnail width is multiplied by this scaling factor.
This allows a nicer look for upright (portrait) images without the need to specify a hardcoded pixel width in the page markup. The scaled images' widths will be rounded to the nearest 10 pixels for cache health.
For example, assume File:Portrait.jpg has dimensions 400×800.
User X's preference is to see thumbnails that are 300px wide.
When User X views [[File:Portrait.jpg|thumb|upright]], they will see a thumbnail of width (300 × $wgThumbUpright).
By default that would be (300 × 0.75) = 225 pixels wide.