Rozdíly mezi verzemi

PoložkaVerze z 27. 4. 2020, 13:52 od uživatele Matěj SuchánekVerze z 2. 7. 2023, 12:25 od uživatele Matěj Suchánek
Základní informace
Poznámky:
Poslední dobou trend mezi nováčky. --Matěj Suchánek
Poslední dobou trend mezi nováčky. --Matěj Suchánek


Značka. --MS
Značka. --MS
Update.  --MS
Podmínky filtru
Podmínky:
page_namespace === 0
! string(user_groups) rlike '\bbot\b'
& page_namespace === 0
& (
& (
  rcount("\[[1-9]\]", added_lines) > 1
  (
|
  what := "\[[1-9]\]";
  count('#cite note', added_lines) > count('#cite note', removed_lines)
  rcount(what, string(added_lines)) > 1
  & (
  trim_regex := '<(math|ref)\b[^>]*>(?:(?!</\1>).)*</\1>|<!--[\s\S]*?-->';
  rcount(what, str_replace_regexp(new_wikitext, trim_regex, ''))
  > rcount(what, str_replace_regexp(old_wikitext, trim_regex, ''))
  )
  &! '{{Pavouk' in new_wikitext
  )
| count('#cite note', string(added_lines)) > count('#cite note', string(removed_lines))
)
)