This is a documentation subpage for Template:NamedGroup.It contains usage information, categories, and other content that is not part of the original template page.
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.
Titled group with << >> list:
{{NamedGroup|Title << item 1, item 2, item 3>>}}
Title||item 1,item 2,item 3
Group with title parameter and ~~ delimiter:
{{NamedGroup|item 1, item 2, item 3 | Title|~~}}
Title~~item 1,item 2,item 3
Group with no title and "-" list delimiter:
{{NamedGroup|item 1, item2, item 3}}
item 1-item2-item 3
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | List of items in group (optionally << >> encapsed with group name in front) | Unknown | optional |
2 | 2 | Title of group (if not included in parameter 1) | Unknown | optional |
3 | 3 | Delimiter between group title and list of items | Unknown | optional |
4 | 4 | Delimiter between list items | Unknown | optional |