Geekahedron (talk | contribs) No edit summary |
Geekahedron (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Examples: | Examples: | ||
<pre>Title | <pre>Title << item 1, item 2, item 3>></pre> | ||
{{NamedGroup|Title | {{NamedGroup|Title << item 1, item 2, item 3>>}} | ||
<pre>item 1, item 2, item 3 | Title</pre> | <pre>item 1, item 2, item 3 | Title</pre> | ||
{{NamedGroup|item 1, item 2, item 3 | Title}} | {{NamedGroup|item 1, item 2, item 3 | Title}} | ||
<pre>this list, has no title, will default to "list"</pre> | <pre>this list, has no title, will default to "list"</pre> | ||
{{NamedGroup|this list, has no title, will default to "list"}} | {{NamedGroup|this list, has no title, will default to "list"}} |
Revision as of 19:58, 13 April 2022
This template takes a list of items with an optional name and formats them for insertion into a table. Used to process individual list from within the Template:NamedList template.
Examples:
Title << item 1, item 2, item 3>>
Title||item 1,item 2,item 3
item 1, item 2, item 3 | Title
Title||item 1,item 2,item 3
this list, has no title, will default to "list"
List||this list,has no title,will default to "list"