Template:Unbulleted list/doc: Difference between revisions

From Video Credit Archive
Content added Content deleted
imported>DixonDBot
m (Migrating 11 interwiki links, now provided by Wikidata on d:Q7003448)
imported>Mr. Stradivarius
(update after switch to Lua)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{template shortcut|ubl|ubt|unbullet}}


This template creates [[WP:UBLIST|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 <tt>li_style1</tt> formats the first item, <tt>li_style2</tt> the second, and so on.
This template creates [[WP:UBLIST|unbulleted lists]]. Each item in the list may have [[CSS]] styles added to it individually, by appending a numbered parameter. The parameter <code>li_style1</code> formats the first item, <code>li_style2</code> the second, and so on.


== Syntax ==
== Usage ==
;Simple
:{{tld|Unbulleted list |''entry1'' |''entry2'' ... |''entry50''|allowlinebreak=yes}}
;With CSS style
:{{tld|Unbulleted list |''entry1'' |''entry2'' ... |''entry50'' |li_style{{=}}''CSS-all''|allowlinebreak=yes}}
;With separate CSS styles for each item
:{{tld|Unbulleted list |''entry1'' |''entry2'' ... |''entry50'' |li_style1{{=}}''CSS1'' |li_style2{{=}}''CSS2'' ... |li_style50{{=}}''CSS50''|allowlinebreak=yes}}


; Basic usage
{| class="wikitable"

|+ Parameters' description
{{pre2|<nowiki>{{</nowiki>unbulleted list<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''second item''<nowiki>|</nowiki>''third item''<nowiki>|</nowiki>...<nowiki>}}</nowiki>}}
|-

! Paramter !! Description
; All parameters
|-

| {{nowrap|entry1 ... entry50}}
{{pre2|
| 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 "<nowiki>{{=}}</nowiki>"; otherwise, the affected line will not appear.
<nowiki>{{</nowiki>unbulleted list
|-
<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''second item''<nowiki>|</nowiki>''third item''<nowiki>|</nowiki>...
| {{nowrap|CSS1 ... CSS50}}
<nowiki>|class = </nowiki>''class''
| Standard [[Cascading Style Sheet]] (CSS) styles that change the look of each line. (User must know CSS syntax.)
<nowiki>|style = </nowiki>''style''
|-
<nowiki>|ul_style = </nowiki>''style for ul tag''
| CSS-all
<nowiki>|li_style = </nowiki>''style for all li tags''
| Standard CSS styles that change the look of all entries. (User must know CSS syntax.) When present, ''CSS1'' through ''CSS5'' are disregarded.
<nowiki>|li_style1 = </nowiki>''style for first li tag''<nowiki> |li_style2 = </nowiki>''style for second li tag''<nowiki> |</nowiki>...
|}
<nowiki>}}</nowiki>
}}

== Parameters ==

* Positional parameters (<code>1</code>, <code>2</code>, <code>3</code>...) - these are the list items. If no list items are present, the module will output nothing.
* <code>class</code> - a custom class for the {{tag|div}} tags surrounding the list, e.g. <code>plainlinks</code>.
* <code>style</code> - a custom css style for the {{tag|div}} tags surrounding the list, e.g. <code>font-size: 90%;</code>.
* <code>ul_style</code> - a custom css style for the {{tag|ul}} tags around the list. The format is the same as for the {{para|style}} parameter.
* <code>li_style</code> - a custom css style for all of the list items (the {{tag|li}} tags). The format is the same as for the {{para|style}} parameter.
* <code>li_style1</code>, <code>li_style2</code>, <code>li_style3</code>... - custom css styles for each of the list items. The format is the same as for the {{para|style}} parameter.


== Example ==
== Example ==
Line 40: Line 46:
| {{Unbulleted list|Winner|Runner-up|Third place|li_style1=background-color:yellow;|li_style2=background-color:silver;}}
| {{Unbulleted list|Winner|Runner-up|Third place|li_style1=background-color:yellow;|li_style2=background-color:silver;}}
|}
|}

== Redirects ==
The following redirect here:
* {{Tlc|Ubl}}
* {{Tlc|Ubt}}
* {{Tlc|Unbullet}}


== See also ==
== See also ==

Revision as of 08:24, 10 July 2013

Template:Template shortcut

This template creates unbulleted lists. 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.

Usage

Basic usage
{{unbulleted list|first item|second item|third item|...}}
All parameters
{{unbulleted list
|first item|second item|third item|...
|class     = class
|style     = style
|ul_style  = style for ul tag
|li_style  = style for all li tags
|li_style1 = style for first li tag |li_style2 = style for second li tag |...
}}

Parameters

  • Positional parameters (1, 2, 3...) - these are the list items. If no list items are present, the module will output nothing.
  • class - a custom class for the <div>...</div> tags surrounding the list, e.g. plainlinks.
  • style - a custom css style for the <div>...</div> tags surrounding the list, e.g. font-size: 90%;.
  • ul_style - a custom css style for the <ul>...</ul> tags around the list. The format is the same as for the |style= parameter.
  • li_style - a custom css style for all of the list items (the <li>...</li> tags). The format is the same as for the |style= parameter.
  • li_style1, li_style2, li_style3... - custom css styles for each of the list items. The format is the same as for the |style= parameter.

Example

Code Result
{{Unbulleted list|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}
  • entry1
  • entry2
  • entry3
  • entry4
  • entry5
  • entry6
  • entry7
  • entry8
  • entry9
{{Unbulleted list|Winner|Runner-up|Third place|li_style=color:blue;}}
  • Winner
  • Runner-up
  • Third place
{{Unbulleted list|Winner|Runner-up|Third place|li_style1=background-color:yellow;|li_style2=background-color:silver;}}
  • Winner
  • Runner-up
  • Third place

See also


Cookies help us deliver our services. By using our services, you agree to our use of cookies.