Icon
Renders a font-awesome icon element.
tip
FA icons at https://fontawesome.com/v4.7.0/icons/
note
css3 This BBCode has inline style!
pencil BBCode usage
[icon={IDENTIFIER;useContent} $forceLookahead=true]{SIMPLETEXT}[/icon]
html5 HTML replacement
<i class="icon fa-{@icon} fa-fw" aria-hidden="true"></i>
<xsl:if test="@content">
<span class="sr-only">
<xsl:value-of select="@content"/>
</span>
</xsl:if>
question Help line
Icon: [icon]text[/icon]
Examples
a. The man is the [icon]trophy[/icon] winner!
The man is the trophy winner!