Template:Make list
Template that allows the creation of a list (<ul>...</ul>) with potential custom class or style, from a delimited list of strings.
{{Make list|Joppa, Kyakukya, Grit Gate}}
- Joppa
- Kyakukya
- Grit Gate
| Parameter | Description |
|---|---|
| 1 | A delimited list |
| 2 | The delimiter. Comma by default. |
| class | A CSS class to apply to the outer <ul>. This should be just the content that goes inside of the class attribute quotes, i.e. class="<this stuff>".
|
| style | A CSS style to apply to the outer <ul>. This should be just the content that goes inside of the style attribute quotes, i.e. style="<this stuff>".
|