Template:Rarr
From Joomla! Documentation
(Difference between revisions)
m (upgrading template for ease in menu setting in Help Screens) |
m (tweaking the span font-size calls) |
||
| Line 1: | Line 1: | ||
| − | {{#if:{{{1|}}}|{{#arraydefine:menu|'''{{{1|}}}'''}}{{#arrayprint:menu|<span style="font-size:{{{ | + | {{#if:{{{1|}}}|{{#arraydefine:menu|'''{{{1|}}}'''}}{{#arrayprint:menu|<span style="font-size:{{{size|1.40}}}em;"> '''→''' </span>|}}{{#arrayreset:menu}}|<span style="font-size:{{{size|1.40}}}em;"> '''→''' </span>}}<noinclude> |
{{documentation}} | {{documentation}} | ||
[[Category:Formatting templates]] | [[Category:Formatting templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 21:53, 5 November 2012
→
This documentation is transcluded from Template:Rarr/doc.
To discuss this template as a whole, please see JDOC:WTP. If you wish to discuss general wordings, rather than the wording or formatting of this specific template, don't post here, or else what you say will probably go unnoticed.
| This template makes use of the Arrays Extension. It must be installed for this template to work. |
Ease for use of the right arrow( → ) call in Help Screens and other articles containing instructions on how to access Administation features of Joomla! CMS.
[edit] Functions/Features
Will render a right arrow, → or can be used to piece together menu instructions, Click here → Then here → Then Click this
[edit] Usage
{{rarr}}
Output is a one right arrow: →
{{rarr|Menu name,Item,Next Item}}
Output is a complex string: Menu name → Item → Next Item
{{rarr|Menu name,Item,Next Item|size=1}}
Output is a complex string with arrow size control in em: Menu name → Item → Next Item
[edit] Parameters
| 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 |
[edit] Known Issues
None know, please post to the Talk page if one is found.