Author: vlakoff
Description:
When rendering a page, the result of a template with the same given parameters is only calculated the first time, and other same transclusions are taken from a cache.
This is usually fine, but may be undesirable, in rare cases.
For example, consider this case:
lorem ipsum 1<ref>AAA</ref>
{{reflist}}
lorem ipsum 2<ref>BBB</ref>
{{reflist}}
Here, the 2nd transclusion gives a wrong result.
I think it may be nice to implement a keyword, like NOTEMPLATECACHE which, as its name implies, would make template re-rendered. Of course, this option wouldn't (and has not to) be used often, but it would be useful in some edge cases.
Version: unspecified
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=46815