Extension:ExternalLinkConfirm/pl
Appearance
To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Rozszerzenie }} infobox. |
ExternalLinkConfirm Status wydania: niewspierane |
|
---|---|
Opis | Requires the user to confirm that they want to be sent to the external site, after clicking an external link. |
Autor(zy) | Pastakhov |
Ostatnia wersja | 1.0 |
Polityka zgodności | Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu. |
MediaWiki | 1.35+ |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | |
|
|
Quarterly downloads | 0 |
Przetłumacz rozszerzenie ExternalLinkConfirm jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The ExternalLinkConfirm extension requires users to confirm after clicking an external link, before being sent to the external site.
This extension was created for WikiWorks.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
ExternalLinkConfirm
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ExternalLinkConfirm - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'ExternalLinkConfirm' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Konfiguracja
This extension has 2 configuration parameters which can be modified in LocalSettings.php
.
$wgExternalLinkConfirmWhitelist
- List of the sites that do not require confirmation before visiting.
- 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'
.
- Example:
$wgExternalLinkConfirmWhitelist = [ '*.flickr.com', 'upload.*.gov.uk' ];
$wgExternalLinkConfirmTarget
- For determining what the target will be for the external site.
- Works similarly to $wgExternalLinkTarget.
- Default:
_self