Page MenuHomePhabricator

[Template] "section" repeats based on parameters.
Closed, ResolvedPublic

Description

Author: egingell-wiki

Description:
First off, my apologies if this has already been seen and rejected.

Allow repeatable sections in templates.

For example: If a template called "Template:TemplateName" were to contain this:
{{{sectionName}}}

Hello {{{place}}}!

{{{/sectionName}}}
and you called it like this:
{{TemplateName|sectionName:place=World|sectionName:place=Springfield}}}
The resulting output would look like this:
Hello World! Hello Springfield!


Version: unspecified
Severity: enhancement

Details

Reference
bz9653

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:36 PM
bzimport set Reference to bz9653.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of 1689 ***