https://bugzilla.wikimedia.org/show_bug.cgi?id=29319
Chris <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal --- Comment #1 from Chris <[email protected]> 2011-06-08 18:42:10 UTC --- Complete version details: MediaWiki 1.16.5 PHP 5.3.5 MySQL 5.5.8 ParserFunctions 1.3.0 Variables 1.3.1 No other parser hooks installed. I created Template D {{#vardefineecho:v|{{#expr:{{#var:v}}+3}}}} and added d:{{D}} on Page A. Now I get a:2 b:3 b:3 a:7 c:9 b:3 d:12. Thus I think the problem is the transcluded pages are cached and therefore the parsing is only done once for all transclusions which would also explain why the changes are visible after the first transclusion but not applied twice or thrice. Maybe a related variable is $wgTranscludeCacheExpiry? -- 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
