Template
Fa
From Dogcraft Wiki
FontAwesome template
This template adds a FontAwesome icon. Add wherever you need such an icon.
The https://fontawesome.com/search site can be used to search for icons. After finding a suitable one, click on it, and copy its name. (Clicking on the name copies it.) The default style used is "Solid", but it can be set using the template's second (unnamed) parameter. The icon's color can also be changed using the |color= property.
Example
{{fa|alarm-clock}}
generates:{{fa|alarm-clock|regular}}
generates:{{fa|alarm-clock|regular|color=blue}}
generates:
Template Data
Adds a FontAwesome icon
Parameter | Description | Type | Status | |
---|---|---|---|---|
Icon name | 1 | The name of the FA icon, without the "fa-" prefix.
| String | required |
Icon style | 2 | Optional parameter for setting the icon's style. Options are: solid, regular, light, thin, duotone. Solid is the default, and using it is recommended for consistency.
| String | suggested |
Icon color | color | Optional parameter for the icon's color
| String | suggested |
Further styling | style | Optional parameter for setting further CSS styles. | String | suggested |