Manual:$wgThumbnailEpoch/es

Category:MediaWiki configuration settings/es#ThumbnailEpochCategory:MediaWiki configuration settings introduced in version 1.6.0/es#ThumbnailEpochCategory:MediaWiki configuration settings still in use/es#ThumbnailEpochCategory:Upload variables/es#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.
Introducido en la versión:1.6.0 (r11945)
Eliminado en la versión:aún se usa
Valores permitidos:timestamp (string)
Valor predeterminado:'20030516000000'

Detalles

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.

For a quick copy-paste you can use the following line, which was generated using {{CURRENTTIMESTAMP}}:

$wgThumbnailEpoch = 20250703211353;

If you are using a Unix-like system you can get the current date by entering the following on the command-line:

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

Véase también

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