Template:Ubl/doc: Difference between revisions
DaVinci030 (talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template creates unbulleted lists. Up to 50 entries are ...") |
mNo edit summary |
||
Line 52: | Line 52: | ||
<includeonly> | <includeonly> | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
</includeonly> | </includeonly> |
Latest revision as of 03:53, 9 July 2016
{{#invoke:Message box|mbox}}
This template creates unbulleted lists. Up to 50 entries are supported. Each item in the list may have CSS styles added to it individually, by appending a numbered parameter. The parameter li_style1 formats the first item, li_style2 the second, and so on.
Syntax
- Simple
- Template:Tld
- With CSS style
- Template:Tld
- With separate CSS styles for each item
- Template:Tld
Paramter | Description |
---|---|
entry1 ... entry50 | These unnamed parameters are individual list items that appear as separate lines. They can be words or full sentences. However, all instance of equal sign (=) must be replaced with "{{=}}"; otherwise, the affected line will not appear. |
CSS1 ... CSS50 | Standard Cascading Style Sheet (CSS) styles that change the look of each line. (User must know CSS syntax.) |
CSS-all | Standard CSS styles that change the look of all entries. (User must know CSS syntax.) When present, CSS1 through CSS5 are disregarded. |
Example
Code | Result |
---|---|
{{Unbulleted list|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}
|
|
{{Unbulleted list|Winner|Runner-up|Third place|li_style=color:blue;}}
|
|
{{Unbulleted list|Winner|Runner-up|Third place|li_style1=background-color:yellow;|li_style2=background-color:silver;}}
|
|
Redirects
- {{ubl}}
See also
- {{nowrap begin}}/{{nowrap end}}
- {{plainlist}}
- {{multi-column numbered list}}
- {{pagelist}}