Template:Fs: Difference between revisions

From Step Mods | Change The Game
m (Protected "Template:Fs" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
No edit summary
Line 13: Line 13:
</pre>
</pre>
:{{Fs|80%|Here's some {{Fs|25px|mixed}} font sizes}}
:{{Fs|80%|Here's some {{Fs|25px|mixed}} font sizes}}
<includeonly><span style="font-size:{{{1}}}">{{{2}}}</span></includeonly><noinclude>__NOTOC__
==Purpose & Usage==
Use this template to change text size. Following [http://www.w3schools.com/css/css_font.asp CSS Font], this template accepts a value in any of the listed formats.
==Examples==
'''Code:'''
<pre>{{Fs|30px|This is some big text}}</pre>
'''Result:'''
{{Fs|30px|This is some big text}}
'''Code:'''
<pre>{{Fs|80%|Here's some {{Fs|25px|mixed}} font sizes}}</pre>
'''Result:'''
{{Fs|80%|Here's some {{Fs|25px|mixed}} font sizes}}
== See Also ==
[[:Template:Fc]]
[[:Template:Indicator]]
</noinclude>

Revision as of 10:35, August 28, 2014


Usage[edit source]

Following CSS Font, this template accepts a value in any of the listed formats. For example:

{{Fs|30px|This is some big text}}
This is some big text
{{Fs|80%|Here's some {{Fs|25px|mixed}} font sizes}}
Here's some mixed font sizes


Purpose & Usage[edit source]

Use this template to change text size. Following CSS Font, this template accepts a value in any of the listed formats.

Examples[edit source]

Code:

{{Fs|30px|This is some big text}}

Result: This is some big text

Code:

{{Fs|80%|Here's some {{Fs|25px|mixed}} font sizes}}

Result: Here's some mixed font sizes

See Also[edit source]

Template:Fc Template:Indicator