Icon

https://phpbbstudio.com/ext/phpbbstudio/studio/styles/all/theme/images/studio-round-green.svg BBCodes 19-Sep-2019T04:33:23 phpBB Studio https://phpbbstudio.com/ext/phpbbstudio/studio/styles/all/theme/images/studio-round-yellow.svg https://phpbbstudio.com/ext/phpbbstudio/studio/styles/all/theme/images/studio-round-yellow.svg

Icon

Renders a font-awesome icon element.

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!