|
|
| !('confirmed' in user_groups) | | !('confirmed' in user_groups) |
| & !(page_namespace == 10) | | & !(page_namespace == 10) |
| & !("Zona de pruebas" in page_title) | | & !("Zona de pruebas" in page_title) |
| & !("Taller" in page_title) | | & !("Taller" in page_title) |
| & (action == 'edit') | | & (action == 'edit') |
| & ( | | & ( |
| texto:="(\S{1,10}(?=\s+)(?:\s+\S{1,10}(?=\s+)){0,10})(?:\s+\1){6}"; | | texto:="(\S{1,10}(?=\s+)(?:\s+\S{1,10}(?=\s+)){0,10})(?:\s+\1){6}"; |
| tabla:="\{\|[\s\S]*" + texto + "[\s\S]*\|\}"; | | tabla:="\{\|[\s\S]*" + texto + "[\s\S]*\|\}"; |
| tabla0:="\{\|"; | | tabla0:="\{\|"; |
| math:= "<math>[\s\S]*" + texto + "[\s\S]*</math>"; | | math:= "<math>[\s\S]*" + texto + "[\s\S]*</math>"; |
| math0:="<math>"; | | math0:="<math>"; |
| !rcount(math, lcase(new_wikitext)) > rcount(math0, lcase(old_wikitext)) & | | rcount(texto, lcase(added_lines)) > rcount(texto, lcase(removed_lines)) & |
| !rcount(tabla, lcase(new_wikitext)) > rcount(tabla0, lcase(old_wikitext)) & | | !(rcount(tabla, lcase(new_wikitext)) > rcount(tabla0, lcase(old_wikitext))) & |
| rcount(texto, lcase(added_lines)) > rcount(texto, lcase(removed_lines)) | | !(rcount(math, lcase(new_wikitext)) > rcount(math0, lcase(old_wikitext))) |
| | summary rlike texto | | | summary rlike texto |
| ) | | ) |