Template:Br separated entries: Difference between revisions

From BoyWiki
(Reverted edits by Etenne (Talk) to last version by Jk)
No edit summary
 
Line 1: Line 1:
{{{1|}}}{{{{{|safesubst:}}}#if:{{{1|}}}|{{{{{|safesubst:}}}#if:{{{2|}}}{{{3|}}}|<br />}}}}{{{2|}}}{{{{{|safesubst:}}}#if:{{{2|}}}|{{{{{|safesubst:}}}#if:{{{3|}}}|<br />}}}}{{{3|}}}<noinclude>
{{{1|}}}{{{{{|safesubst:}}}#if:{{{1|}}}|{{{{{|safesubst:}}}#if:{{{2|}}}{{{3|}}}|<br />}}}}{{{2|}}}{{{{{|safesubst:}}}#if:{{{2|}}}|{{{{{|safesubst:}}}#if:{{{3|}}}|<br />}}}}{{{3|}}}
{{documentation}}
 
<noinclude>
{{documentation}}  
[[Category:General wiki templates]]
</noinclude>
</noinclude>

Latest revision as of 12:39, 11 December 2012



BoyWiki Template documentation (for the above template, sometimes hidden or invisible)

Template:Shortcut 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.

Note: For lists of items, without bullets, do not use this template, but use {{plainlist}} instead, for better accessibility.

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| | | }}


Nesting

For more than three entries, this template can be nested, although excessive nesting is discouraged due to template transclusion depth limits imposed by the server.

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



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



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



{{br separated entries|entry1|entry2|{{br separated entries||entry4|entry5}}}} entry1
entry2
entry4
entry5



{{br separated entries|entry1||{{br separated entries|entry3|entry4|entry5}}}} entry1
entry3
entry4
entry5



{{br separated entries||entry2|{{br separated entries|entry3|entry4|entry5}}}} entry2
entry3
entry4
entry5



See also

{{comma separated entries}}

{{plainlist}}

{{flatlist}}

{{pagelist}}

{{multi-column numbered list}}

\

Visit Template:Br separated entries/doc to edit this template's description!
Done making changes?   Refresh   Also see:  Portal:Template index  and   Help:Templates