Handbuch:$wgUploadStashScalerBaseUrl
Appearance
Deprecated: Diese veraltete Funktion sollte nicht mehr verwendet werden, ist jedoch noch für Gründe der Abwärtskompatibilität verfügbar. |
| Server-URLs und Dateipfade: $wgUploadStashScalerBaseUrl | |
|---|---|
| To enable remote on-demand scaling, set this to the thumbnail base URL. |
|
| Eingeführt in Version: | 1.17.0 (r86169) |
| Veraltet in Version: | 1.36.0 (Gerrit change 664086; git #d08c5ba3) |
| Entfernt in Version: | Weiterhin vorhanden |
| Erlaubte Werte: | (Zeichenkette) oder false |
| Standardwert: | false |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
Details
To enable remote on-demand scaling, set this to the thumbnail base URL.
Full thumbnail URL will be like $wgUploadStashScalerBaseUrl/e/e6/Foo.jpg/123px-Foo.jpg where 'e6' are the first two characters of the MD5 hash of the file name.
If this is set to false, thumbs are rendered locally as needed.