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...")
(No difference)

Revision as of 09:17, 5 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:}}