Page MenuHomePhabricator

{{{{{blah}}}}} in a template should include the template whose name is the value of {{{blah}}}
Closed, ResolvedPublic

Description

Author: timwi

Description:
Put the following in a template, e.g. [[Template:Testtemplate]]:

{{{{{blah}}}}}

Then put the following in a page, e.g. [[Test page]]:

{{testtemplate | blah=stub}}

EXPECTED BEHAVIOUR:

You should see the contents of [[Template:Stub]], or a link to
[[Template:Stub]] if [[Template:Stub]] doesn't exist.

ACTUAL BEHAVIOUR:

I see a link to [[Template:Stub]] whether or not it exists.

Version: 1.4.x
Severity: minor

Details

Reference
bz16
TitleReferenceAuthorSource BranchDest Branch
Include timestamp on successful stage completionrepos/releng/scap!149demonstage-complete-timestampmaster
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 6:43 PM
bzimport set Reference to bz16.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Fixed in REL1_3 and HEAD, see Bug 60