Manual:$wgThumbnailEpoch/it

Category:MediaWiki configuration settings/it#ThumbnailEpochCategory:MediaWiki configuration settings introduced in version 1.6.0/it#ThumbnailEpochCategory:MediaWiki configuration settings still in use/it#ThumbnailEpochCategory:Upload variables/it#ThumbnailEpoch
Files and file uploads: $wgThumbnailEpoch
If rendered thumbnail files are older than this timestamp, they will be re-rendered on demand as if the file didn't already exist.
Introdotto nella versione:1.6.0 (r11945)
Rimosso nella versione:Still in use
Valori concessi:timestamp (string)
Valore predefinito:'20030516000000'

Details

If rendered thumbnail files are older than this timestamp, they will be re-rendered on demand as if the file didn't already exist. Update if there is some need to force thumbs and SVG rasterizations to re-render, such as fixes to rendering bugs.

Per un copiaincolla veloce puoi usare la riga seguente, che è stata generata usando {{CURRENTTIMESTAMP}}:

$wgThumbnailEpoch = 20250703211225;

Se usi un sistema Unix-like puoi ottenere la data attuale inserendo il seguente comando:

date +%Y%m%d%H%M%S

See also

Category:MediaWiki configuration settings/it Category:MediaWiki configuration settings introduced in version 1.6.0/it Category:MediaWiki configuration settings still in use/it Category:Upload variables/it