|
|
| (20 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| − | == Problem == | + | == X == |
| − | Including nested templates no longer works with MW 1.12s new parser behaviour.
| + | === Y === |
| − | | + | z |
| − | === Pre 1.12 behaviour ===
| |
| − | | |
| − | <nowiki>{{#dpl:title=Random|include={Template Name}:Parameter}}</nowiki>
| |
| − | | |
| − | | |
| − | == Reply == | |
| − | This is surprising! As far as I understand the new MW parser version will never allow the kind of constructs you mention.
| |
| − | http://svn.wikimedia.org/svnroot/mediawiki/tags/REL1_12_0RC1/phase3/RELEASE-NOTES contains a chapter on parser changes which states that the parsing sequence has intentionally been changed and now no longer supports the construction of template code by other templates.
| |