Last modified: 2007-04-25 21:08:29 UTC
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!
*** This bug has been marked as a duplicate of 1689 ***