Podręcznik:$wgExtensionAssetsPath
Appearance
| Server URLs and file paths: $wgExtensionAssetsPath | |
|---|---|
| URL to extensions directory. |
|
| Wprowadzono w wersji: | 1.16.0 (r60885) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (string) |
| Domyślna wartość: | {$wgScriptPath}/extensions (Uwaga: Domyślna wartość tej zmiennej zależy od innych zmiennych, takich jak wartości ustawione w Setup.php po wykonaniu LocalSettings.php) |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
URL to extensions directory, defaults to "{$wgScriptPath}/extensions".
Used to provide a base URL for extension assets like extension-specific images and scripts.
Note the difference between $IP/extensions (points to the extensions directory on the server filesystem) and $wgScriptPath/extensions (points to the URL of the extensions directory).
Zobacz też
$wgExtensionDirectory- the filesystem path for loading extensions.$wgStyleDirectory– filesystem path for skins$wgStylePath– the URL for skins.- Manual:Extensions
- Manual:Extension registration - instructions for both building and loading skins and extensions.