https://bugzilla.wikimedia.org/show_bug.cgi?id=31834

       Web browser: ---
             Bug #: 31834
           Summary: Add an option to disable template caching
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Templates
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


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.

-- 
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

Reply via email to