Larr/doc
From Joomla! Documentation
< Template:Larr
This is a documentation subpage for Template:Larr.
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:Larr.
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:Larr.
This template makes use of the Arrays Extension. It must be installed for this template to work.
Ease for use of the left arrow( ← ) call in Help Screens and other articles containing instructions on how to access Administation features of Joomla! CMS when needed for RTL languages.
Functions/Features[edit]
Will render a left arrow, ← or can be used to piece together menu instructions in RTL languages, Then Click this ← Then here ← Click here
Usage[edit]
{{larr}}
Output is a one right arrow: ←
{{larr|Next Item,Item,Menu name}}
Output is a complex string: Next Item ← Item ← Menu name
{{larr|Next Item,Item,Menu name|size=1}}
Output is a complex string with arrow size control in em: Next Item ← Item ← Menu name
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.