Extension:MagicNoCache/it

From Linux Web Expert

Manuale sulle Estensioni MediaWiki
MagicNoCache
Stato della release: stabile
Implementazione Page action
Descrizione Permette di disabilitare il caching per singole pagine
Autore(i)
Versione 1.6.0 (2020-02-23)
MediaWiki 1.32+
PHP 7.0+
Modifiche al Database No
Licenza Nessuna licenza specificata
Scaricare
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Traduci l'estensione MagicNoCache se è disponibile su translatewiki.net
Problemi Compiti aperti · Riportare un bug

L'estensione MagicNoCache crea una nuova magic word __NOCACHE__ e impedisce di tenere in cache la pagina in cui viene inserita. Questo assicura che alcune specifiche pagine non siano mai messe in cache, essendo aggiornate molto di frequente.

Installazione

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/MagicNoCache/it</tvar>|Download]] and move the extracted <tvar name=name>MagicNoCache/it</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MagicNoCache%2Fit
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'MagicNoCache/it' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>