|
|
| page_namespace == 10 & ( | | page_namespace == 10 & ( |
| ( /* Actualidad */ | | ( /* Actualidad */ |
| (page_prefixedtitle == "Plantilla:Portada: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 */ | | ) | ( /* Efemérides */ |
| (page_prefixedtitle == "Plantilla:Efemérides") & | | (page_prefixedtitle == "Plantilla:Efemérides") & |
| ! equals_to_any(user_name, "Jembot", "CommonsDelinker") & | | ! equals_to_any(user_name, "Jembot", "CommonsDelinker") & |
| ! ('sysop' in user_groups) | | ! ('sysop' in user_groups) |
| ) | ( /* Artículo destacado */ | | ) | ( /* Artículo destacado */ |
| (page_prefixedtitle rlike "Plantilla:Portada:Destacado\/[A-D]") & | | (page_prefixedtitle rlike "Plantilla:Portada:Destacado\/[A-D]") & |
| ! equals_to_any(user_name, "CommonsDelinker", "BlaGalaxi", "Dimartz", "Kirito", "Link58", "Pho3niX") /* ACADs */ & | | ! equals_to_any(user_name, "CommonsDelinker", "BlaGalaxi", "RageJam", "Kirito", "Link58", "Pho3niX") /* ACADs */ & |
| ! ('sysop' in user_groups) | | ! ('sysop' in user_groups) |
| ) | | ) |
| ) | | ) |