https://bugzilla.wikimedia.org/show_bug.cgi?id=29319
--- Comment #2 from Chris <[email protected]> 2011-06-08 20:34:10 UTC --- Okay meanwhile I'm sure that it's a caching issue. Following setup: Template B: {{#var:v}} Page A: {{#vardefine:v|1}}{{B}} {{#vardefine:v|2}}{{B}} Output: 1 1 An easy workaround is to add a pseudo unnamed parameter: Page A: {{#vardefine:v|1}}{{B|}} {{#vardefine:v|2}}{{B|}} Output: 1 2 Maybe there's some possibility to automatically disable caching if the page contains a variable parser hook. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
