Revizyonlar arasındaki farklar

Öğe08.56, 24 Mayıs 2012 üzerinden sürümü yapan Khutuck22.05, 18 Şubat 2015 üzerinden sürümü yapan Mavrikant
Temel bilgiler
Notlar:
en.wiki'den alınmıştır
en.wiki'den alınmıştır
--------------------------------
--------------------------------
 
\{\{(k|K)aynakça eklendi --Mavrikant
This filter (split from the more general filter 61, which now recognizes removal of <ref> and </ref>) recognizes all edits by new users that are not complete blankings or redirections which remove {{reflist}} or <references/> tags from an article.
 
If it's triggered without also setting off filter 61, 30 or 3, it will first warn the user it is not productive, then proceed to tag the edit for further review on their next attempt to save.
 
Articles need at least one references section, but the number and format of that section is not overly important removing false positives associated with changing references style. - DF
 
Latest trigger was caused by a duplicate reflist being removed. Exclusion now included. --Mgm
I added optional whitespace in <references\s?/>. - Ruslik
 
Greater than 2 to greater than 1 when checking if you start with duplicates (obviously) -Prodego
I added a check if any references are still present in the article. - Ruslik
 
Update filter to include new format of references. - Ruslik
 
Simplified the code. - Ruslik
 
Self rv -TS
 
Reset filter, it hit the 5% limit somehow. -- Shirik 14 May 2010
 
FP fix --Reaper 2012-05-20
Süzgeç koşulları
Şartlar:
!("autoconfirmed" in user_groups)
!("autoconfirmed" in user_groups)
& edit_delta >= -1000
& edit_delta >= -1000
& article_namespace == 0  
& article_namespace == 0  
& length(added_lines) != 0
& length(added_lines) != 0
& !("#redirect" in lcase(added_lines))
& !("#redirect" in lcase(added_lines))
/* Checks if there more references grouping tags are being removed than added*/
/* Checks if there more references grouping tags are being removed than added*/
& (line1:="(\{\{(r|R)eflist|\{\{(r|R)efs|<references\s?/>|</references\s?>)";
& (line1:="(\{\{(r|R)eflist|\{\{(r|R)efs|\{\{(k|K)aynakça|<references\s?/>|</references\s?>)";
rcount(line1, removed_lines)) > (rcount(line1, added_lines))
rcount(line1, removed_lines)) > (rcount(line1, added_lines))
/* Excludes instances where you start with duplicates in the article */
/* Excludes instances where you start with duplicates in the article */
& !(rcount(line1,(old_wikitext)) > 1) & rcount("<ref(\s|>)",new_wikitext)!=0
& !(rcount(line1,(old_wikitext)) > 1) & rcount("<ref(\s|>)",new_wikitext)!=0
Eşleştiğinde yapılacaklar
Eşleştiğinde yapılacaklar
Etiket: referans listesi kaldırıldı
Etiket: Kaynakça şablonu kaldırıldı
Uyar: abusefilter-warning
Uyar: abusefilter-warning