Template:Ublist/doc

From Sea of Thieves Wiki
Jump to navigation Jump to search
Template-info.png Documentation

Usage

Creates unbulleted lists.

{{ublist
 |class =
 |style =
 |list_style =
 |item_style =
 |1 =
 |2 =
 |3 =
}}

Template parameters

Parameter Description Type Status
Wrapper <div> – `class` Attribute class The value of the `class` attribute of the wrapper <div> tag. String optional
Wrapper <div> – `style` Attribute style The value of the `style` attribute of the wrapper <div> tag. String optional
<ul> Tag – `style` Attribute list_style The value of the `style` attribute of the <ul> tag. String optional
<li> Tags – `style` Attribute item_style The value of the `style` attribute for all inner <li> tags. String optional
Items 1-10 1 (use 1-10) The contents of the 1-10 <li> tags. String optional
Item 1 – `style` Attribute item1_style (use 1-10) The value of the `style` attribute of the 1-10 <li> tags. String optional
Item # – `value` Attribute item1_value (use 1-10) The value of the `value` attribute of the 1-10 <li> tags. String optonal

See also

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.