Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Contribute
Help
Learn to edit
Community portal
Recent changes
Upload file
Special pages
Search
Search
Appearance
Donate
Create account
Log in
Personal tools
Donate
Create account
Log in
Viewing filter 894: Self-published sources
Help
Home
Recent filter changes
Examine past edits
Edit filter log
English
Tools
Tools
move to sidebar
hide
Actions
General
Upload file
Printable version
Get shortened URL
In other projects
Appearance
move to sidebar
hide
Editing filter 894
Filter parameters
Filter ID:
894
Description:
(publicly viewable)
Filter hits:
31,515 hits
Statistics:
Of the last 171,885 actions, this filter has matched 1 (0%). On average, its run time is 0.12 ms, and it consumes 0.6 conditions of the condition limit.
Conditions:
(
documentation
)
/* Please apply any general improvements here to filter 893 as well. */ equals_to_any(page_namespace, 0, 2, 10, 118) & !contains_any(user_groups, "bot") & ( pattern := "(?xi) # publishers (?:publisher|work)\s*[=,:]\s*(?:Author\s*House|CreateSpace|Edwin\s*Mellen\s*Press|Grosvenor\s*House\s*Publishing|Lulu|Trafford\s*Publishing|XLibris|iUniverse)\b # links |\b(?:authorhouse\.com|createspace\.\w{2,3}|grosvenorhousepublishing\.com|iuniverse\.com|lulu\.com|mellenpress\.com|trafford\.com|xlibris\.com)\b "; added_lines rlike pattern & rcount(pattern, added_lines) > rcount(pattern, removed_lines) & !(summary rlike "\#UCB_Gadget|\breFill\b|(?i)\b(?:ban)?revert|\brv[vt]?\b|\bund(?:id|o)|^restor(?:ed?|ing)\b") & new_content_model == "wikitext" )
/* Please apply any general improvements here to filter 893 as well. */ equals_to_any(page_namespace, 0, 2, 10, 118) & !contains_any(user_groups, "bot") & ( pattern := "(?xi) # publishers (?:publisher|work)\s*[=,:]\s*(?:Author\s*House|CreateSpace|Edwin\s*Mellen\s*Press|Grosvenor\s*House\s*Publishing|Lulu|Trafford\s*Publishing|XLibris|iUniverse)\b # links |\b(?:authorhouse\.com|createspace\.\w{2,3}|grosvenorhousepublishing\.com|iuniverse\.com|lulu\.com|mellenpress\.com|trafford\.com|xlibris\.com)\b "; added_lines rlike pattern & rcount(pattern, added_lines) > rcount(pattern, removed_lines) & !(summary rlike "\#UCB_Gadget|\breFill\b|(?i)\b(?:ban)?revert|\brv[vt]?\b|\bund(?:id|o)|^restor(?:ed?|ing)\b") & new_content_model == "wikitext" )
Notes:
Moving here from 861. -Crow 12/23/17 Changed the warning message from abusefilter-warning to abusefilter-warning-selfpublished -JJE 2 January 2018 Exclude Bots via usergroup check - C 7Jan18 !("bot" in user_groups) is most likely to evaluate to true, so putting it as the last condition in hopes to reduce overall condition count ~MA Converted to parameterised and added Mellen + Grosvenor House - JzG 2019-08-24 Split publisher= and domain masks Fix order of operations bug and typo in first regex --Suffusion of Yellow 19:57 26 Feb 2020 Avoid matches on lulu.jpg, trafford.gov.uk, etc. --Suffusion of Yellow 20:05 26 Feb 2020 Add CreateSpace to first regex (was dropped accidentally). --Suffusion of Yellow 19:00 27 Feb 2020 Also check User: and Template: namespaces; exclude more summaries (logged at 1081) --Suffusion of Yellow 20:36 30 Aug 2020 Exclude deletion/copyvio templates --Suffusion of Yellow 19:35 3 Sep 2020 Check content model so as not to trip on user scripts. --Suffusion of Yellow 21:48 27 Jan 2021 Fix Twinkle summary check. --Suffusion of Yellow 20:57 12 Feb 2022 Exclude the "citation expander" gadget. -- 0xDeadbeef 2023-10-15 Add Publifye, update description to include AI-generated sources, updated exceptions. --Daniel Quinlan 23 May 2026 Moving Publifye to 893. --Daniel Quinlan 23 May 2026
Flags:
Suppress this filter so that only suppressors can view it and its logs
Hide details of this filter from public view
Enable this filter
Mark as deleted
Filter last modified:
21:36, 23 May 2026
by
Daniel Quinlan
(
talk
|
contribs
)
History:
View this filter's history
Tools:
Export this filter to another wiki
{"data":{"rules":"/* Please apply any general improvements here to filter 893 as well. */\r\nequals_to_any(page_namespace, 0, 2, 10, 118) \u0026 \r\n!contains_any(user_groups, \"bot\") \u0026\r\n(\r\n pattern := \"(?xi)\r\n # publishers\r\n (?:publisher|work)\\s*[=,:]\\s*(?:Author\\s*House|CreateSpace|Edwin\\s*Mellen\\s*Press|Grosvenor\\s*House\\s*Publishing|Lulu|Trafford\\s*Publishing|XLibris|iUniverse)\\b\r\n # links\r\n |\\b(?:authorhouse\\.com|createspace\\.\\w{2,3}|grosvenorhousepublishing\\.com|iuniverse\\.com|lulu\\.com|mellenpress\\.com|trafford\\.com|xlibris\\.com)\\b\r\n \";\r\n added_lines rlike pattern \u0026\r\n rcount(pattern, added_lines) \u003E rcount(pattern, removed_lines) \u0026\r\n !(summary rlike \"\\#UCB_Gadget|\\breFill\\b|(?i)\\b(?:ban)?revert|\\brv[vt]?\\b|\\bund(?:id|o)|^restor(?:ed?|ing)\\b\") \u0026\r\n new_content_model == \"wikitext\"\r\n)","name":"Self-published sources","comments":"Moving here from 861. -Crow 12/23/17\r\n\r\nChanged the warning message from abusefilter-warning to abusefilter-warning-selfpublished -JJE 2 January 2018\r\nExclude Bots via usergroup check - C 7Jan18\r\n\r\n!(\"bot\" in user_groups) is most likely to evaluate to true, so putting it as the last condition in hopes to reduce overall condition count ~MA\r\n\r\nConverted to parameterised and added Mellen + Grosvenor House - JzG 2019-08-24\r\n\r\nSplit publisher= and domain masks\r\n\r\nFix order of operations bug and typo in first regex --Suffusion of Yellow 19:57 26 Feb 2020\r\n\r\nAvoid matches on lulu.jpg, trafford.gov.uk, etc. --Suffusion of Yellow 20:05 26 Feb 2020\r\n\r\nAdd CreateSpace to first regex (was dropped accidentally). --Suffusion of Yellow 19:00 27 Feb 2020\r\n\r\nAlso check User: and Template: namespaces; exclude more summaries (logged at 1081) --Suffusion of Yellow 20:36 30 Aug 2020\r\n\r\nExclude deletion/copyvio templates --Suffusion of Yellow 19:35 3 Sep 2020\r\n\r\nCheck content model so as not to trip on user scripts. --Suffusion of Yellow 21:48 27 Jan 2021\r\n\r\nFix Twinkle summary check. --Suffusion of Yellow 20:57 12 Feb 2022\r\n\r\nExclude the \"citation expander\" gadget. -- 0xDeadbeef 2023-10-15\r\n\r\nAdd Publifye, update description to include AI-generated sources, updated exceptions. --Daniel Quinlan 23 May 2026\r\n\r\nMoving Publifye to 893. --Daniel Quinlan 23 May 2026","group":"default","actions":{"tag":["self-published source"],"warn":["abusefilter-warning-selfpublished"]},"enabled":true,"deleted":false,"privacylevel":0,"global":false},"actions":{"tag":["self-published source"],"warn":["abusefilter-warning-selfpublished"]}}
Actions to take when matched
Trigger actions only if the user trips a rate limit
Number of actions to allow:
Period of time (in seconds):
Group throttle by:
user
See
the documentation on mediawiki.org
.
Trigger these actions after giving the user a warning
System message to use for warning:
abusefilter-warning
Other message
Page name of other message:
(without "MediaWiki:" prefix)
Show/Hide preview of selected message
Prevent the user from performing the action in question
System message to use for disallowing:
abusefilter-disallowed
Other message
Page name of other message:
(without "MediaWiki:" prefix)
Show/Hide preview of selected message
Revoke the user's autoconfirmed status
Tag the edit in contributions lists and page histories
Tags to apply:
(see
Wikipedia:Tags
for use and formatting)
(please don't rename a tag here, see link above)
(one per line, no commas, publicly visible)
self-published source
Require CAPTCHA verification to perform the action
Selecting this will affect users who are otherwise exempt from CAPTCHAs.
Search
Search
Viewing filter 894: Self-published sources
Add topic