Manual:$wgUploadMissingFileUrl/ko
Appearance
| Files and file uploads: $wgUploadMissingFileUrl | |
|---|---|
| Point wikilinks to missing files ("red file links") to a custom URL. |
|
| 이 변수가 소개된 버전: | 1.17.0 (r69997) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (URL) or false |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
사용법
Use this setting to point wikilinks to missing files ("red file links") to a custom URL, as with $wgUploadNavigationUrl.
The URL will get (?|&)wpDestFile=<filename> appended to it as appropriate.
If false, the value of $wgUploadNavigationUrl is used.
If that too is false, Special:Upload is used.
| 미디어위키 버전: | ≤ 1.19 |
$wgUploadNavigationUrl was used before this setting was introduced (1.16 and below), and will be used if this setting is not defined (from 1.19 onwards).
For 1.17 and 1.18 you have to set $wgUploadMissingFileUrl.
같이 보기
- $wgEnableUploads - set this to false to disable uploads completely.