Template:Hlist: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly><div class="bg3wiki-horizontlist">{{{1|}}}</div></includeonly><noinclude>{{documentation|content=Adds an unbulleted list. == Example == <pre>{{horizontal list| * item 1 * item 2 }}</pre> {{horizontal list| * item 1 * item 2 }} Category:Templates Category:List templates == Template data == <templatedata> { "params": { "1": { "label": "Text", "description": "Format as a bulleted list.", "required": true } } } </templatedata>}} </noinc...") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div class="bg3wiki-horizontlist">{{{1|}}}</div></includeonly><noinclude>{{documentation|content=Adds an unbulleted list. | <includeonly><div class="bg3wiki-horizontlist">{{{1|}}}</div></includeonly><noinclude>{{documentation|content=Adds an unbulleted list. | ||
== Example == | == Examples == | ||
=== Example 1 === | |||
<pre>{{horizontal list| | <pre>{{horizontal list| | ||
* item 1 | * item 1 | ||
Line 10: | Line 11: | ||
* item 1 | * item 1 | ||
* item 2 | * item 2 | ||
}} | |||
=== Examples 2 === | |||
<pre>{{horizontal list| | |||
; term : definition | |||
; term : definition | |||
}}</pre> | |||
{{horizontal list| | |||
; term : definition | |||
; term : definition | |||
}} | }} | ||
Revision as of 16:24, 15 December 2023
Template documentation
Adds an unbulleted list.
Examples
Example 1
{{horizontal list| * item 1 * item 2 }}
- item 1
- item 2
Examples 2
{{horizontal list| ; term : definition ; term : definition }}
- term
- definition
- term
- definition
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Format as a bulleted list. | Unknown | required |