ပင်မ
ကျပန်း
အနီးအနား
အကောင့်ဝင်ရန်
အပြင်အဆင်များ
လှူဒါန်းမှု
ဝီကီပီးဒီးယား အကြောင်း
သတိပြုစရာများ
ရှာဖွေရန်
Viewing abuse filter ၁၁: User adds link containing username
ပင်မ
လတ်တလော စိစစ်မှုစနစ် အပြောင်းအလဲများ
ယခင်တည်းဖြတ်မှုများကို စစ်ဆေးရန်
အလွဲသုံးစားပြုမှု မှတ်တမ်း
စိစစ်မှုစနစ် ၁၁ ကို တည်းဖြတ်နေသည်
စိစစ်မှုစနစ် ပါရာမီတာများ
စိစစ်မှု အိုင်ဒီ:
၁၁
ဖော်ပြချက်:
(လူတိုင်း ကြည့်ရှုနိုင်)
စာရင်းအင်း:
နောက်ဆုံး ၁၀၂ လုပ်ဆောင်ချက်များထဲတွင် ဤစိစစ်မှုသည် ၀ (၀%) နှင့် ကိုက်ညီသည်။ ပျမ်းမျှအားဖြင့် မောင်းနှင်ချိန်မှာ ၀.၁၈ မီလီစက္ကန့်ဖြစ်ပြီး အခြေနေကန့်သတ်ချက်၏ အခြေနေ ၃.၂ ခုကို သုံးစွဲသည်။
အခြေနေများ:
user_editcount < 40 & page_namespace == 0 & user_age > 0 & ( normalUserName := rmwhitespace(rmspecials(lcase(user_name))); normalPageTitle := rmwhitespace(rmspecials(lcase(page_title))); normalUserName in lcase(rmwhitespace(rmspecials(added_lines))) & normalUserName in lcase(rmwhitespace(rmspecials(added_links))) & !(normalUserName in normalPageTitle) & !(normalPageTitle in normalUserName) & length(normalUserName) >= 3 )
user_editcount < 40 & page_namespace == 0 & user_age > 0 & ( normalUserName := rmwhitespace(rmspecials(lcase(user_name))); normalPageTitle := rmwhitespace(rmspecials(lcase(page_title))); normalUserName in lcase(rmwhitespace(rmspecials(added_lines))) & normalUserName in lcase(rmwhitespace(rmspecials(added_links))) & !(normalUserName in normalPageTitle) & !(normalPageTitle in normalUserName) & length(normalUserName) >= 3 )
မှတ်စုများ:
+warning - nakon +tag - nakon optimize ordering. -DF +exempt IP editors - nakon really exempt IP editors - nakon I created a special warning message for this filter. - Ruslik Exclud when the username matches the article title, partly covered by filter 188. The rationale: a user who is a fan of something could choose it as his/her username, which causes FPs. -Sole Soul Format. -DF Attempt to improve performance, this filter is slowing down editing for some users. Link (requires logstash access): https://logstash.wikimedia.org/app/kibana#/doc/logstash-*/logstash-2017.11.22/mediawiki?id=AV_ksjkkgaOKEclNGXGT ~MA Check if the username is in added_lines first, which will cancel out most edits before running the more expensive added_links ~MA Skip usernames shorter than 3 characters, suggested at [[Special:PermaLink/945563751#Special:AbuseLog/26225194]] --Suffusion of Yellow 20:36 14 Mar 2020 rmspecials -> rmwhitespace(rmspecials) to maintain current behavior per phab:T263024 -GN 2020-10-13
Flags:
ဤစိစစ်မှုစနစ်၏အသေးစိတ်ကို လူမြင်ကွင်းမှ ဝှက်ထားရန်
ဤစီစစ်မှုကို လုပ်ခွင့်ပြုမည်
Enable the use of [https://www.mediawiki.org/wiki/Special:MyLanguage/Extension:AbuseFilter/Rules_format#Protected_variables protected variables] in this filter
ဖျက်ပြီးကြောင်း မှတ်သားရန်
နောက်ဆုံးပြုပြင်ခဲ့သော စိစစ်မှုစနစ်-
Ninjastrikers
(
ဆွေးနွေး
|
ပံ့ပိုး
)
မှ
၀၈:၃၃၊ ၁၁ မတ် ၂၀၂၂
တွင် ပြုပြင်ခဲ့သည်
ရာဇဝင်:
ဤစိစစ်မှု၏ ရာဇဝင်အား ကြည့်ရှုရန်
ကိရိယာများ:
Export this filter to another wiki
{"data":{"rules":"user_editcount \u003C 40 \u0026\r\npage_namespace == 0 \u0026\r\nuser_age \u003E 0 \u0026 (\r\n normalUserName := rmwhitespace(rmspecials(lcase(user_name)));\r\n normalPageTitle := rmwhitespace(rmspecials(lcase(page_title)));\r\n\r\n normalUserName in lcase(rmwhitespace(rmspecials(added_lines))) \u0026\r\n normalUserName in lcase(rmwhitespace(rmspecials(added_links))) \u0026\r\n !(normalUserName in normalPageTitle) \u0026\r\n !(normalPageTitle in normalUserName) \u0026\r\n length(normalUserName) \u003E= 3\r\n)","name":"User adds link containing username","comments":"+warning - nakon\r\n+tag - nakon\r\n\r\noptimize ordering. -DF\r\n\r\n+exempt IP editors - nakon\r\nreally exempt IP editors - nakon\r\nI created a special warning message for this filter. - Ruslik\r\n\r\nExclud when the username matches the article title, partly covered by filter 188. The rationale: a user who is a fan of something could choose it as his/her username, which causes FPs. -Sole Soul\r\n\r\nFormat. -DF\r\n\r\nAttempt to improve performance, this filter is slowing down editing for some users. Link (requires logstash access): https://logstash.wikimedia.org/app/kibana#/doc/logstash-*/logstash-2017.11.22/mediawiki?id=AV_ksjkkgaOKEclNGXGT ~MA\r\n\r\nCheck if the username is in added_lines first, which will cancel out most edits before running the more expensive added_links ~MA\r\n\r\nSkip usernames shorter than 3 characters, suggested at [[Special:PermaLink/945563751#Special:AbuseLog/26225194]] --Suffusion of Yellow 20:36 14 Mar 2020\r\n\r\nrmspecials -\u003E rmwhitespace(rmspecials) to maintain current behavior per phab:T263024 -GN 2020-10-13","group":"default","actions":{"tag":["coi-spam"],"warn":["abusefilter-warning-links-containing-username"]},"enabled":true,"deleted":false,"privacylevel":0,"global":false},"actions":{"tag":["coi-spam"],"warn":["abusefilter-warning-links-containing-username"]}}
ကိုက်ညီပါက လုပ်ဆောင်ချက်များ ပြုလုပ်ရန်
Trigger actions only if the user trips a rate limit
Number of actions to allow:
အချန်အပိုင်းအခြား (စက္ကန့်ဖြင့်):
Group throttle by:
user
the documentation on mediawiki.org
ကိုကြည့်ပါ။
Trigger these actions after giving the user a warning
System message to use for warning:
abusefilter-warning
အခြားမက်ဆေ့
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
အခြားမက်ဆေ့
Page name of other message:
(without "MediaWiki:" prefix)
Show/Hide preview of selected message
Revoke the user's autoconfirmed status
Tag the edit for further review
Tags
to apply:
coi-spam
Require the user to complete a CAPTCHA in order to proceed with the action. Users with permission to skip a CAPTCHA are exempt.