Extension:RegexBlock/hi
From Linux Web Expert
RegexBlock प्रकाशन की स्थिति: स्थिर |
|
---|---|
File:RegexBlock.png | |
कार्यान्वयन | सदस्य अधिकार , विशेष पृष्ठ |
विवरण | निर्दिष्ट नामों के अनुसार, रेगुलर एक्सप्रेशन की मदद से सदस्यनामों और IP पतों को अवरोधित करने, देखने, और अवरोध हटाने के लिए एक नया विशेष पृष्ठ जोड़ देता है |
लेखक |
|
नवीनतम संस्करण | 1.7 (2019-05-08) |
MediaWiki | 1.39+ |
लाइसेंस | कोई लाइसेंस नहीं दिया गया है |
डाउनलोड करें | |
|
|
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
RegexBlock एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है |
RegexBlock एक एक्सटेंशन है जो रेगुलर एक्सप्रेशन की मदद से सदस्यनामों और IP पतों को अवरोधित करने, देखने, और अवरोध हटाने वाले एक इंटरफ़ेस के साथ एक विशेष पृष्ठ जोड़ देता है। It was originally written by Bartek Łapiński for Fandom .
स्थापना
This extension works best when used along with setting shared database and memcached .
- <translate> [[<tvar name=2>Special:ExtensionDistributor/RegexBlock/hi</tvar>|Download]] and move the extracted <tvar name=name>
RegexBlock/hi
</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/RegexBlock%2Fhi - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'RegexBlock/hi' );
- <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
- Ensure that the
regexblock
user right is given to a group that exists; by default this user right is given to thestaff
user group (which does not exist in a default MediaWiki installation). For example, this could be given to thesysop
group:
$wgGroupPermissions['sysop']['regexblock'] = true;
- 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>
सदस्य अधिकार
सदस्य अधिकार का नाम | समूह जिसे यह अधिकार डिफ़ॉल्ट से दिया जाता है | विवरण |
---|---|---|
regexblock
|
staff | User right required to view and thus use Special:RegexBlock for managing blocks. |
regexblock-exempt
|
staff | Users who have this right are exempt from RegexBlock blocks. |
उपयोग
- Go to
Special:RegexBlock
- Enter the IP address or the username to be blocked to the "IP address or username" field
- Enter an optional reason. If no reason is provided by the blocker, a generic reason will be shown to the blocked user.
- Select expiry time
- Select if you want to block the creation of new accounts and if the match needs to be exact or regex one
- Press "Block this user"
पैरामीटर्स
कॉन्फ़िगरेशन वेरिएबल का नाम | डिफ़ॉल्ट वैल्यू | विवरण |
---|---|---|
$wgContactLink
|
Special:Contact
|
Displayed to regexblocked users in the regexblock-reason-* interface messages. You might want to customize it if the ContactPage extension isn't installed on your wiki. |
$wgRegexBlockDatabase
|
false
|
Set this to the database to use for blockedby and stats_blockedby tables. If you want to use the local database, set this to false . Otherwise you could set this to $wgSharedDB , for example.
|
उदाहरण
To block all users except local ones (192.168.xx.xx): \b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?([0]|[2-9])[0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b
ये भी देखें
- Extension:SpamRegex — रेगुलर एक्सप्रेशन की मदद से पृष्ठ की सामग्री (आदि) में शब्दों को अवरोधित करने के लिए एक एक्सटेंशन
- Extension:TitleBlacklist
- BulkBlock Extension — an extension that allows administrators to easily block multiple users at once on a MediaWiki website.
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions/hi
- User rights extensions/hi
- Special page extensions/hi
- Extensions with manual MediaWiki version
- Extensions with no license specified/hi
- Extensions in Wikimedia version control/hi
- Extensions which add rights/hi
- All extensions/hi
- Extensions not in ExtensionJson
- Extensions by Fandom/hi
- Extensions by ShoutWiki/hi