Difference between revisions of "Template:Set list"

From SNIC Documentation
Jump to: navigation, search
(Created page with "<noinclude> This template takes a property name and a list of values (default comma separated), and will generate an equal number of <nowiki> </nowiki> s...")
 
Line 8: Line 8:
  
  
</noinclude><includeonly>{{#if: {{{2|}}}|{{left brackets}}{{{1}}}::{{#replace_e: {{#replace_e: {{{2}}}|\n|}}|{{{sep|,}}}|{{#ifeq: {{{quiet}}}|true|{{pipe}} }}{{right brackets}}{{{glue|}}}{{left brackets}}{{{1}}}::}}{{#ifeq: {{{quiet}}}|true|{{pipe}} }}{{right brackets}}}}</includeonly>
+
</noinclude><includeonly><onlyinclude>{{#if: {{{2|}}}|{{left brackets}}{{{1}}}::{{#replace_e: {{#replace_e: {{{2}}}|\n|}}|{{{sep|,}}}|{{#ifeq: {{{quiet}}}|true|{{pipe}} }}{{right brackets}}{{{glue|}}}{{left brackets}}{{{1}}}::}}{{#ifeq: {{{quiet}}}|true|{{pipe}} }}{{right brackets}}}}</onlyinclude></includeonly>

Revision as of 12:59, 6 July 2011

This template takes a property name and a list of values (default comma separated), and will generate an equal number of [[property name::value| ]] style assignments to that property. Line breaks in value lists are ignored, and can be safely used to break apart overly long lists. No code will be generated if {{{2}}} is empty/unassigned. Use sep (optional named parameter) to use an alternative list separator. Use glue (optional named parameter, replace_e compatible) insert additional wikitext between assignments. Use quiet=true to not generate any visible text.

Example:

 {{set list|resource|kappa, matter, neolith|quiet=true}}
 {{set list|office|House G, Room 159; Linköpings Universitet; SE-581 83 Linköping|sep=;|glue=\n:}}