|
|
| !('autoconfirmed' in user_groups) | | !('autoconfirmed' in user_groups) |
| | &!('confirmed' in user_groups) |
| &!(article_articleid == 0) | | &!(article_articleid == 0) |
| & (article_namespace == 0 | article_namespace == 10 | article_namespace == 104) | | & (article_namespace == 0 | article_namespace == 10 | article_namespace == 104) |
| & (action == 'edit') | | & (action == 'edit') |
| & ( | | & ( |
| texto:="[❤❥♡♥ღɞ❀✿❁✾✽❃❋♪♫♩♬♭♮♯★✩✮✯✰☆✡۞♠♥♣♦♡♢♤♧♡♢♤♧✌☮✆☠]|8[-=][-=]+[)db]|:-[()dp]|xd\b|\*\*\*\*\*\*|=======|______|------"; | | texto:="[❤❥♡♥ღɞ❀✿❁✾✽❃❋♪♫♩♬♭♮♯★✩✮✯✰☆✡۞♠♥♣♦♡♢♤♧♡♢♤♧✌☮✆☠]|8[-=][-=]+[)db]|:-[()dp]|xd\b|\*\*\*\*\*\*|=======|______|------"; |
| rcount(texto, lcase(added_lines)) > rcount(texto, lcase(removed_lines)) | | rcount(texto, lcase(added_lines)) > rcount(texto, lcase(removed_lines)) |
| ) | | ) |