Jump to content

Manual:$wgExtensionAssetsPath/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgExtensionAssetsPath and the translation is 17% complete.
Server URLs and file paths: $wgExtensionAssetsPath
URL to extensions directory.
이 변수가 소개된 버전:1.16.0 (r60885)
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(string)
기본값:{$wgScriptPath }/extensions
(Note: The default value of this variable depends on other variables, such as the values set in Setup.php , after LocalSettings.php is executed.)

상세

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).

같이 보기