Difference between revisions of "Template:Br separated entries/doc"

From blackwiki
Jump to navigation Jump to search
imported>Pigsonthewing
(Unbulleted list)
imported>Plastikspork
(Spelling)
Line 2: Line 2:
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
This template is used primarily in infoboxes to create a <code>&lt;br&gt;</code> delimited collection of items, with up to three entries, only adding the <code>&lt;br&gt;</code> tags where needed. for lists if items, without bullets, use {{Tl|Unbulleted list}}.
+
This template is used primarily in infoboxes to create a <code>&lt;br&gt;</code> delimited collection of items, with up to three entries, only adding the <code>&lt;br&gt;</code> tags where needed.
 +
 
 +
For lists of items, without bullets, use {{Tl|Unbulleted list}}.
  
 
== Usage ==
 
== Usage ==
Line 33: Line 35:
 
* {{tl|multi-column numbered list}}
 
* {{tl|multi-column numbered list}}
 
* {{tl|pagelist}}
 
* {{tl|pagelist}}
 +
* {{tl|unbulleted list}}
  
 
<includeonly>
 
<includeonly>

Revision as of 23:26, 26 May 2010

This template is used primarily in infoboxes to create a <br> delimited collection of items, with up to three entries, only adding the <br> tags where needed.

For lists of items, without bullets, use {{Unbulleted list}}.

Usage

{{br separated entries|entry1|entry2|entry3}}

Example

Code Result
{{br separated entries|entry1|entry2|entry3}} entry1
entry2
entry3
{{br separated entries| |entry2|entry3}} entry2
entry3
{{br separated entries|entry1| |entry3}} entry1
entry3
{{br separated entries|entry1|entry2| }} entry1
entry2
{{br separated entries|entry1| | }} entry1
{{br separated entries| |entry2| }} entry2
{{br separated entries| | |entry3}}} entry3
{{br separated entries| | | }}}

See also