Template

Difference between revisions of "Bullet/doc"

From Joomla! Documentation

< Template:Bullet
(doc instructions)
 
m (→‎Usage: fixing)
 
Line 10: Line 10:
 
Output is a one bullet: {{bullet}}
 
Output is a one bullet: {{bullet}}
 
<pre>{{bullet|Item name,2nd Item,Next Item}}</pre>
 
<pre>{{bullet|Item name,2nd Item,Next Item}}</pre>
Output is a complex string: {{bullet|Item name,Item 2,Next Item}}
+
Output is a complex string: {{bullet|Item name,2nd Item,Next Item}}
 
<pre>{{bullet|Item name,Item,Next Item|size=1}}</pre>
 
<pre>{{bullet|Item name,Item,Next Item|size=1}}</pre>
 
Output is a complex string with bullet size control in em: {{bullet|Item name,Item,Next Item|size=1}}
 
Output is a complex string with bullet size control in em: {{bullet|Item name,Item,Next Item|size=1}}
 
  
 
== Parameters ==
 
== Parameters ==

Latest revision as of 17:44, 11 August 2013

This is a documentation subpage for Template:Bullet.
It contains usage information, categories and other content that is not part of the original template page.
To view the template page itself, see Template:Bullet.
Info non-talk.png
General Information

This template makes use of the Arrays Extension. It must be installed for this template to work.

Ease for use of the bullet symbol (  ) call between an array of objects.

Functions/Features[edit]

Will render a bullet,    or can be used to piece together menu instructions, Click here  Then here  Then Click this

Usage[edit]

{{bullet}}

Output is a one bullet:   

{{bullet|Item name,2nd Item,Next Item}}

Output is a complex string: Item name  2nd Item  Next Item

{{bullet|Item name,Item,Next Item|size=1}}

Output is a complex string with bullet size control in em: Item name  Item  Next Item

Parameters[edit]

Parameter Parameter description req./opt.
{{{1}}} description of unnamed parameter 1, Array format separator "," optional
{{{size}}} Default: 1.4 which sets the font-size at 1.4em optional

Known Issues[edit]

None know, please post to the Talk page if one is found.

See also[edit]