Extension:ExternalLinkConfirm/ru
<translate> This extension is currently not actively maintained!</translate> <translate> Although it may still work, any bug reports or feature requests will more than likely be ignored.</translate> <translate> If you are interested in taking on the task of developing and maintaining this extension, [[<tvar name=request>Special:MyLanguage/Gerrit/Privilege policy#Requesting Gerrit privileges</tvar>|you can request repository ownership]].</translate> <translate> As a courtesy, you may want to contact the author.</translate> <translate> You should also remove this template and list yourself as maintaining the extension in the page's <tvar name=extension>{{Шаблон:Extension }}</tvar> infobox.</translate> |
ExternalLinkConfirm Статус релиза: не поддерживается |
|
---|---|
Описание | Requires the user to confirm that they want to be sent to the external site, after clicking an external link. |
Автор(ы) | Pastakhov |
Последняя версия | 1.0 |
Политика совместимости | В расширении есть соответствуюшая ветвь для каждого релиза MediaWiki, который является релизом долгосрочной поддержки (Long Term Support release). |
MediaWiki | 1.35+ |
Лицензия | GNU General Public License 2.0 или позднее |
Скачать | |
|
|
Ежеквартальные загрузки | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Использование общедоступными вики | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Переведите расширение ExternalLinkConfirm, если оно доступно на translatewiki.net | |
Проблемы | Открытые задачи · Сообщить об ошибке |
The ExternalLinkConfirm extension requires users to confirm after clicking an external link, before being sent to the external site.
Это расширение было создано для WikiWorks.
Установка
- <translate> [[<tvar name=2>Special:ExtensionDistributor/ExternalLinkConfirm/ru</tvar>|Download]] and move the extracted <tvar name=name>
ExternalLinkConfirm/ru
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ExternalLinkConfirm%2Fru - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'ExternalLinkConfirm/ru' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Настройка
В этом расширении есть два параметра конфигурации, которые могут быть изменены в LocalSettings.php
.
$wgExternalLinkConfirmWhitelist
- Список сайтов, не требующих подтверждения перед посещением.
- Per default, no domains are whitelisted.
- The domains in the whitelist can include wildcard characters (
*
) in place of any of the domain levels, e.g.'*.flickr.com'
or'upload.*.gov.uk'
.
- Пример:
$wgExternalLinkConfirmWhitelist = [ '*.flickr.com', 'upload.*.gov.uk' ];
$wgExternalLinkConfirmTarget
- For determining what the target will be for the external site.
- Works similarly to $wgExternalLinkTarget.
- По умолчанию:
_self