Protospace Wiki:Wiki conventions: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "== FontAwesome == [http://fontawesome.io FontAwesome] is an open source Icon pack, we use the provided [https://www.bootstrapcdn.com/ BootstrapCDN] copy so we're not dragging...")
 
No edit summary
Line 1: Line 1:
We use [https://www.mediawiki.org/wiki/MediaWiki MediaWiki]. For additional help with editing see https://www.mediawiki.org/wiki/Help:Contents.
== FontAwesome ==
== FontAwesome ==


Line 7: Line 9:
[http://fontawesome.io/icons/ For a full list of icons available for your usage on our wiki click here.]
[http://fontawesome.io/icons/ For a full list of icons available for your usage on our wiki click here.]


We personally embed FontAwesome via LocalSettings.php & is not a MediaWiki extension.
We integrated FontAwesome in our wiki via LocalSettings.php (non-extension).
 
'''Example:''' <nowiki><i class="fa fa-smile-o"></i></nowiki>
 
'''Result:''' <i class="fa fa-smile-o"></i>
 
== EmbedVideo ==
The [https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo]  Extension is a MediaWiki extension which adds a parser function called #ev for embedding video clips from over 24 popular video sharing services in multiple languages and countries. [https://www.mediawiki.org/wiki/Extension:EmbedVideo For Advanced usage click here.]
 
Videos can be embedded in pages via a simple code shown below.
 
'''Example:''' <nowiki>{{#ev:youtube|c3NNoMc1GR8}}</nowiki>
'''Result:'''{{#ev:youtube|c3NNoMc1GR8}}

Navigation menu