手册:$wgExtensionAssetsPath
Appearance
| 服务器URL及文件路徑: $wgExtensionAssetsPath | |
|---|---|
| 扩展目录的 URL。 |
|
| 引进版本: | 1.16.0(r60885) |
| 移除版本: | 仍在使用 |
| 允许的值: | (字符串) |
| 默认值: | {$wgScriptPath}/extensions (注: 此变量的默认值取决于其他变量,例如执行LocalSettings.php后在Setup.php中设置的值) |
| 其他设置: 按首字母排序 | 按功能排序 | |
详情
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).
参阅
$wgExtensionDirectory- 用于加载扩展的文件系统路径。$wgStyleDirectory– 用于皮肤的文件系统路径$wgStylePath– the URL for skins.- Manual:Extensions
- Manual:Extension registration - instructions for both building and loading skins and extensions.