| Filter ID: | 1,325 | 
Description:
 
- (publicly viewable)
 
  | 
  | 
| Filter hits: | 8,011 hits | 
| Statistics: | Of the last 197,855 actions, this filter has matched 14 (0.01%).
On average, its run time is 0.13 ms, and it consumes 1.2 conditions of the condition limit. | 
Conditions: 
(documentation) | equals_to_any(page_namespace, 0, 118) &
!contains_any(user_groups, "bot") &
(
  /* Remember to escape whitespace! */
  stringy := "(?xi)(?:
    \b(?:
        (?:(?:stand|serve)s?\ as|is)\ a\ testament
        |I\ hope\ this\ helps
        |as\ (?:an\ AI|a\ large)\ language\ model
        |as\ of\ my
        |here(?:[\x{0027}\x{2019}]s|\ is)\ (?:a|the)\ corrected\ version
        |in\ (?:conclusion|summary),?
        |it\ is\ (?:important\ to\ note|worth\ noting)
        |must-(?:visit|see)
        |rich\ (?:cultural\ heritage|history|tapestry)
        |stunning\ natural\ beauty
        |underscor(?:es|ing)\ the\ importance
        |would\ you\ like
    )\b|(?:^|\\n)(?:['=]{2,}|)(?:
        [\x{1F300}-\x{1F6FF}\x{1F900}-\x{1F9FF}\x{1FA70}-\x{1FAFF}]\ 
    )
  )";
  added_lines rlike stringy &
  !(removed_lines rlike stringy) &
  !(summary irlike "^(?:restore|revert|rv|und(?:id|o))") &
  !(
    cite_exemption_pattern := "(?i)\b(?:quote|title(?![^\|\}]{120})|url|website)\s*=\s*[^\n\|\}]*\b(?:in summary|it is important to note|must-see|must-visit|rich history|rich tapestry|would you like)\b";
    cite_exemption_count := rcount(cite_exemption_pattern, added_lines);
    cite_exemption_count > 0 &
    cite_exemption_count >= rcount(stringy, added_lines)
  )
)
  | 
| Notes: | 
  | 
| Flags: |  | 
| Filter last modified: | 22:07, 12 October 2025 by PharyngealImplosive7 (talk | contribs) | 
| History: | View this filter's history | 
| Tools: | Export this filter to another wiki 
  |