[[Cate<noinclude></noinclude>gory:Something unwanted]]
In Abuse Filter parameters, only new_text
, new_html
variables can be used, there is no variable of Template-Expanded text.
[[Cate<noinclude></noinclude>gory:Something unwanted]]
In Abuse Filter parameters, only new_text
, new_html
variables can be used, there is no variable of Template-Expanded text.
Try using added_lines_pst
or new_pst
. These represent pre-save transformed wikitext and should contain things like substitution syntax, and I presume the noinclude tags. I will warn you that the pst variables tend to be rather slow. If you're only looking within category syntax, you might first check added_lines contains "[[Category
as this is cheap, then run the more expensive check against pst.
Thanks, but how to deal this:
[[Cate{{{|gory}}}:Something unwanted]] [[Cate{{{anyname|gory}}}:Someth{{{anyname|ing unw}}}anted]]