Geekahedron (talk | contribs) (Created page with "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: <pre>Title { item 1, item 2, item 3}</pre> <pre>item 1, item 2, item 3 | Title</pre> <pre>this list, has no title, will default to "list"</pre>") |
Geekahedron (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
Examples: | Examples: | ||
<pre>Title { item 1, item 2, item 3}</pre> | <pre>Title { item 1, item 2, item 3}</pre> | ||
{{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}} | |||
<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"}} |
Revision as of 19:49, 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}
List||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"