|
|
| /* 새 문서면서 */ | | /* 새 문서면서 */ |
| article_articleid == 0 & article_namespace == 0 | | article_articleid == 0 & article_namespace == 0 |
|
| |
|
| /* 분류를 포함하지 않고 */ | | /* 분류를 포함하지 않고 */ |
| & !added_lines irlike ("\[\[(\s|_)*(category|분류)(\s|_)*:.+\]\]") | | & !added_lines irlike ("\[\[(\s|_)*(category|분류)(\s|_)*:.+\]\]") |
|
| |
|
| /* 넘겨주기나 동음이의 문서가 아니고 */ | | /* 넘겨주기나 동음이의 문서가 아니고 */ |
| & !added_lines irlike ("^\#\s*(redirect|넘겨주기)\s*\[\[.+\]\]") | | & !added_lines irlike ("^\#\s*(redirect|넘겨주기)\s*\[\[.+\]\]") |
| & !added_lines irlike ("{{(\s|_)*(틀(\s|_)*:|template(\s|_)*:)*(" + | | & !added_lines irlike ("{{(\s|_)*(틀(\s|_)*:(\s|_)*|template(\s|_)*:(\s|_)*)*(" + |
| "disambig|disambiguation|동음이의|동음이의어|동명이인|" + | | "disambig|disambiguation|동음이의|동음이의어|동명이인|" + |
| "색인(\s|_)+모음(\s|_)+문서|색인|집합색인|색인모음|" + | | "색인(\s|_)+모음(\s|_)+문서|색인|집합색인|색인모음|" + |
| "색인(\s|_)+모음|집합(\s|_)+색인|" + | | "색인(\s|_)+모음|집합(\s|_)+색인|" + |
| "위키낱말사전(\s|_)+넘겨주기|wiktionary(\s|_)+redirect" + | | "위키낱말사전(\s|_)+넘겨주기|wiktionary(\s|_)+redirect" + |
| ")(\s|_)*(\||}})") | | ")(\s|_)*(\||}})") |
|
| |
|
| /* 86번 필터의 편집 금지 항목과 중복되는 경우 제외 */ | | /* 86번 필터의 편집 금지 항목과 중복되는 경우 제외 */ |
| & ! ( !("autoconfirmed" in user_groups) & new_size <= 100) | | & ! ( !("autoconfirmed" in user_groups) & new_size <= 100) |