|
|
| equals_to_any(page_prefixedtitle, "Plantilla:Portada:Actualidad", "Plantilla:Efemérides")&
| | page_namespace == 10 & ( |
| | ( /* Actualidad */ |
| | (page_prefixedtitle == "Plantilla:Portada:Actualidad") & |
| ! equals_to_any(user_name, "Jembot", "CommonsDelinker", "El abuelete") & | | ! equals_to_any(user_name, "Jembot", "CommonsDelinker", "El abuelete") & |
| ! ('sysop' in user_groups) | | ! ('sysop' in user_groups) |
| | ) | ( /* Efemérides */ |
| | (page_prefixedtitle == "Plantilla:Efemérides") & |
| | ! equals_to_any(user_name, "Jembot", "CommonsDelinker") & |
| | ! ('sysop' in user_groups) |
| | ) | ( /* Artículo destacado */ |
| | (page_prefixedtitle rlike "Plantilla:Portada:Destacado\/[A-D]") & |
| | ! equals_to_any(user_name, "CommonsDelinker", "BlaGalaxi", "Dodecaedro", "Ganímedes", "Kirito", "Link58", "Pho3niX") /* ACADs */ & |
| | ! ('sysop' in user_groups) |
| | ) |
| | ) |