Vorlage:Icon: Unterschied zwischen den Versionen

Aus BrandWiki
Wechseln zu:Navigation, Suche
Zeile 3: Zeile 3:
 
The template includes the following recommended code, see [https://getbootstrap.com/docs/3.3/components/ glyphicons bootstrap]:
 
The template includes the following recommended code, see [https://getbootstrap.com/docs/3.3/components/ glyphicons bootstrap]:
  
<code><nowiki><span class="glyphicon glyphicon-</nowiki>'''globe'''<nowiki>" aria-hidden="true"></span></nowiki></code>
+
<!--<code><nowiki><span class="glyphicon glyphicon-</nowiki>'''globe'''<nowiki>" aria-hidden="true"></span></nowiki></code>-->
 +
 
 +
<code><nowiki><i class="fa-regular fa-globe-</nowiki>'''globe'''<nowiki>" aria-hidden="true"></span></nowiki></code>
 +
 
  
 
==How and when to use in text==
 
==How and when to use in text==
Zeile 13: Zeile 16:
 
Substitute '''<code>globe</code>''' for the following codes:
 
Substitute '''<code>globe</code>''' for the following codes:
  
 +
; <i class="fa-regular fa-book" aria-hidden="true"> <code>book</code>
 
; <span class="glyphicon glyphicon-book" aria-hidden="true"></span> <code>book</code>
 
; <span class="glyphicon glyphicon-book" aria-hidden="true"></span> <code>book</code>
 
: Wikipedia
 
: Wikipedia

Version vom 11. April 2022, 23:38 Uhr

How it works

The template includes the following recommended code, see glyphicons bootstrap:


<i class="fa-regular fa-globe-globe" aria-hidden="true"></span>


How and when to use in text

It can be used easily via code: {{Icon|globe}}

It will then look like this:

Substitute globe for the following codes: