Manual:$wgExtensionDirectory/pt

From Linux Web Expert

Revision as of 13:29, 10 April 2024 by imported>Vinickw
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Server URLs and file paths</translate>: $wgExtensionDirectory
O caminho do sistema de ficheiros para a diretoria de extensões.
<translate> Introduced in version:</translate>1.25.0 (Gerrit change 209216; git #cf2678e2)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(caminho relativo)
<translate> Default value:</translate>null (1.38+)
"{$IP }/extensions" (1.25-1.37)

Detalhes

O caminho do sistema de ficheiros para a diretoria de extensões (caminho relativo). Isto controla onde o MediaWiki irá procurar por extensões no próprio servidor.

This is set to "{$IP}/extensions" by Setup.php before loading local settings.
Ignored when the exact path to a particular template's .json configuration file is given to the wfLoadTemplate() function.
Example: wfLoadTemplate( 'TemplateName', '/path/to/TemplateName/template.json' );

Ver também