提供: Japanese Scratch-Wiki

不正利用フィルターのメニュー (ホーム | フィルターの最近の更新 | 過去の編集の試験)

版間での差分

項目2018年9月15日 (土) 23:59Apple502j による版2019年7月26日 (金) 04:26Apple502j による版
フィルター条件
条件:
/* Userpages Edit Blocker by apple502j */
/* Userpages Edit Blocker by apple502j */
(
(
  action == "edit" & (
  action == "edit" & (
   article_namespace == 2 & (
   article_namespace == 2 & (
   strpos(article_text, user_name) !== 0 & (
   strpos(article_text, user_name) !== 0 & (
     !("sysop" in user_groups) & (
     !("sysop" in user_groups) &
    !("extendedconfirmed" in user_groups) & (
     !(lcase(old_wikitext) contains "<!-- allow editing -->")
     !(lcase(old_wikitext) contains "<!-- allow editing -->")
     )
     )
   )
   )
   )
   )
  )
  )
) | (
) | (
  action == "edit" & (
  action == "edit" & (
   article_namespace == 4 & (
   article_namespace == 4 & (
   strpos(article_text, "エイプリルフール/利用者:") === 0 & (
   strpos(article_text, "エイプリルフール/利用者:") === 0 & (
     strpos(article_text, "エイプリルフール/利用者:" + user_name) !== 0 & (
     strpos(article_text, "エイプリルフール/利用者:" + user_name) !== 0 & (
     !("sysop" in user_groups) & (
     !("sysop" in user_groups) &
    !("extendedconfirmed" in user_groups) & (
       !(lcase(old_wikitext) contains "<!-- allow editing -->")
       !(lcase(old_wikitext) contains "<!-- allow editing -->")
     )
     )
     )
     )
   )
   )
   )
   )
  )  
  )  
) | (
) | (
  action == "move" & (
  action == "move" & (
   moved_to_namespace == 2 & (
   moved_to_namespace == 2 & (
   strpos(moved_to_prefixedtext, "利用者:" + user_name) !== 0 & (
   strpos(moved_to_prefixedtext, "利用者:" + user_name) !== 0 & (
     strpos(moved_from_prefixedtext,"利用者:"+user_name) !== 0 & (
     strpos(moved_from_prefixedtext,"利用者:"+user_name) !== 0 & (
     !("sysop" in user_groups)
     !("sysop" in user_groups)
     )
     )
   )
   )
   )
   )
  )
  )
)
)
Cookieは私達のサービスを提供するのに役立ちます。このサービスを使用することにより、お客様はCookieの使用に同意するものとします。