Last modified: 2007-01-08 00:24:08 UTC
I have a template with conditional inclusion in categories, something like this: {{#ifeq: {{{var}}}|A|[[Category: A]]|}} {{#ifeq: {{{var}}}|B|[[Category: B]]|}} When opening page with such template used, correct category is shown. But when you go to category page for any of these categories, all pages using this template are listed there. It looks like queue process, which adds links to categories, doesn't run ParserFunctions, but simply looks at code, ignoring any conditions.
*** This bug has been marked as a duplicate of 8446 ***