Manual:$wgThumbnailEpoch/it

From mediawiki.org
This page is a translated version of the page Manual:$wgThumbnailEpoch and the translation is 22% complete.
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 = 20240319044211;

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

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

See also