Template:Unbulleted List: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{Unbulleted List | <noinclude> | ||
Basic usage | |||
<pre>{{unbulleted list|first item|second item|third item|...}}</pre> | |||
All parameters | |||
<pre>{{unbulleted list | |||
|first item|second item|third item|... | |||
|class = class | |||
|style = style | |||
|list_style = style for ul tag | |||
|item_style = style for all li tags | |||
|item1_style = style for first li tag |item2_style = style for second li tag |... | |||
}}</pre> | |||
</noinclude><includeonly>{{Unbulleted List | |||
|first item|second item|third item|... | |first item|second item|third item|... | ||
|class = class | |class = class | ||
Revision as of 13:05, 20 April 2024
Basic usage
{{unbulleted list|first item|second item|third item|...}}
All parameters
{{unbulleted list
|first item|second item|third item|...
|class = class
|style = style
|list_style = style for ul tag
|item_style = style for all li tags
|item1_style = style for first li tag |item2_style = style for second li tag |...
}}