Manual:$wgUploadMissingFileUrl/ru

From mediawiki.org
This page is a translated version of the page Manual:$wgUploadMissingFileUrl and the translation is 8% complete.
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

Usage

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.

Версия MediaWiki:
1.19

$wgUploadNavigationUrl was used before this setting was introduced (1.16 and below), and will be used if $wgUploadMissingFileUrl is not defined (from 1.19 onwards). For 1.17 and 1.18 you have to set $wgUploadMissingFileUrl.

См. также