https://bugzilla.wikimedia.org/show_bug.cgi?id=48547
Erik Bernhardson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Erik Bernhardson <[email protected]> --- I took a look through the code to double check what is available in the LinksUpdateAfterInsert hook which page-linked notifications are fired from. Unfortunately I'm also not seeing any way to differentiate between links generated from a template and links generated due to other means. The parser itself replaces templates with static wiki text fairly early in the rendering process, so it has no clue where the links came from and cant tell us. I briefly looked at if we could do something based on a list of templates that are used in the page, but since templates have conditionals i don't see it viable to attempt to look at the templates to determine what links to not generate notifications for. There may be ways to do it, but nothing is jumping out at me. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
