Extension:SpamRegex/zh
![]() 發布狀態: 穩定版本 |
|
---|---|
![]() |
|
实现 | 特殊页面 |
描述 | Adds a special page to filter out unwanted expressions. |
作者 | |
最新版本 | 1.7.0 (2020-03-10) |
MediaWiki | 1.39+ |
数据库更改 | 是 |
许可协议 | GNU通用公眾授權條款2.0或更新版本 |
下載 | |
Quarterly downloads | 8 (Ranked 164th) |
Public wikis using | 1,170 (Ranked 213rd) |
翻譯SpamRegex扩展,若在translatewiki.net可用 | |
問題 | 尚未完成的工作 · 报告錯誤 |
The SpamRegex extension creates a new page, "Special:SpamRegex", to filter out unwanted links or text. A full list of currently blocked links or text can be viewed on this same special page. The spamregexed expressions cannot be used in page content, edit summaries or page move summaries, depending on what was chosen by the user who blocked links or text.
Installation
- 下载文件,并将其放置在您
extensions/
文件夹中的SpamRegex
目录内。 - 将下列代码放置在您的
LocalSettings.php
的底部:wfLoadExtension( 'SpamRegex' );
- 运行更新脚本,它将自动创建此扩展必须依赖的数据库表。
- This extension uses Memcached - please check if Memcached is configured properly in Global/LocalSettings.php .
- Ensure the
spamregex
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).
完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
Usage
- Go to "Special:SpamRegex"
- Enter the phrase to be blocked into the "Phrase to block" box
- Supply a reason for blocking the phrase
- Select one or both of the available options: block phrase in page text & block phrase in summary (edit summaries, page move summaries)
- Press the "Block this phrase" button
See also
Categories:
- Stable extensions/zh
- Special page extensions/zh
- GPL licensed extensions/zh
- Extensions in Wikimedia version control/zh
- Comments::isSpam extensions/zh
- EditFilter extensions/zh
- LoadExtensionSchemaUpdates extensions/zh
- MovePageCheckPermissions extensions/zh
- RenameUserComplete extensions/zh
- All extensions/zh
- Extensions by Fandom/zh
- Extensions by ShoutWiki/zh
- Spam management extensions/zh