Extension:ExternalLinkConfirm/bn
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. 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 {{Extension/bn }} infobox. |
ExternalLinkConfirm মুক্তির অবস্থা: অরক্ষণাবেক্ষণ |
|
---|---|
বিবরণ | Requires the user to confirm that they want to be sent to the external site, after clicking an external link. |
লেখক(গণ) | Pastakhov |
সর্বশেষ সংস্করণ | 1.0 |
সমর্থন নীতি | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
MediaWiki | 1.35+ |
লাইসেন্স | গ্নু জেনারেল পাবলিক লাইসেন্স ২.০ অথবা পরবর্তী |
ডাউনলোড | |
|
|
Quarterly downloads | 1 (Ranked 131st) |
Translate the ExternalLinkConfirm extension if it is available at translatewiki.net | |
Issues | Open tasks · বাগ প্রতিবেদন |
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.
ইনস্টলেশন
- ডাউনলোড করুন এবং আপনার
extensions/
ফোল্ডারেরExternalLinkConfirm
নামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ExternalLinkConfirm - আপনার LocalSettings.php -এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
wfLoadExtension( 'ExternalLinkConfirm' );
- করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।
কনফিগারেশন
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'
.
- উদাহরণ:
$wgExternalLinkConfirmWhitelist = [ '*.flickr.com', 'upload.*.gov.uk' ];
$wgExternalLinkConfirmTarget
- For determining what the target will be for the external site.
- Works similarly to $wgExternalLinkTarget.
- পূর্বনির্ধারিত:
_self