The FontAwesome extension to MediaWiki provides parser functions to insert Font Awesome Free icons into the wiki text.
Currently Font Awesome Free, version 6.2.1 is included.
Using Composer is the recommended way to install this extension.
Run the following commands from the MediaWiki installation directory:
COMPOSER=composer.local.json php composer.phar require --no-update mediawiki/font-awesome ^2.0
php composer.phar update --no-dev mediawiki/font-awesome
To update the extension run the last command again.
extensions
directory of your MediaWiki installationFontAwesome-...
to FontAwesome
To update the extension delete the FontAwesome
folder completely and re-install.
Add the following line to your LocalSettings.php
:
wfLoadExtension( 'FontAwesome' );
There are two render modes available for FontAwesome icons:
The render mode can be selected by setting the variable $wgFaRenderMode
in
LocalSettings.php. Allowed values are: webfonts
(default) and javascript
.
Example: $wgFaRenderMode = 'javascript';
For a discussion of the advantages and drawbacks of the render modes see Performance & Font Awesome on fontawesome.com.
This extension defines three parser functions:
{{#far:...}}
to insert an icon from the FontAwesome Regular font{{#fas:...}}
to insert an icon from the FontAwesome Solid font{{#fab:...}}
to insert an icon from the FontAwesome Brands fontExample:
{{#fab:wikipedia-w}}
will insert the Wikipedia-W
For valid icon names see https://fontawesome.com/v6/search.
The FontAwesome extension is maintained by Professional Wiki. You can contract us to help you with installation or customization of FontAwesome. We also do development work.
GNU General Public License, Version 3 or later.
The Font Awesome Free package is included in the extension. See its license file for details.
Released on January 27, 2023.
Released on January 25, 2023.
Released on October 20, 2019.