Template:List/doc

From Vintage Story Wiki
< Template:List
Revision as of 23:13, 17 August 2022 by Sana (talk | contribs) (Created page with "Creates an unbulleted list that plays well with other templates. List items should be separated by <code>;</code>. == Usage == <pre>{{List|<items>}}</pre> == Example == {| c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Creates an unbulleted list that plays well with other templates. List items should be separated by ;.

Usage

{{List|<items>}}

Example

Code Result
{{List|1;2;3;4;5}}

    1
    2
    3
    4
    5