8,856
editsAd placeholder
Template:Hlist: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(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 | |||
}} | }} | ||