Template:Fs: Difference between revisions

From Step Mods | Change The Game
(Created page with "<font size={{{1}}}>{{{2}}}</font><noinclude> == Usage == Following the [http://www.w3schools.com/tags/att_font_size.asp HTML Attribute], this template accepts a font size (in...")
 
No edit summary
Line 7: Line 7:
{{Fs|5|This is some big text}}
{{Fs|5|This is some big text}}
</pre>
</pre>
:{{Fs|5|This is some big text}}


{{Fs|5|This is some big text}}
<hr>
<pre>
<pre>
{{Fs|6|Here's some {{Fs|2|mixed}} font sizes}}
{{Fs|6|Here's some {{Fs|2|mixed}} font sizes}}
</pre>
</pre>
 
:{{Fs|6|Here's some {{Fs|2|mixed}} font sizes}}
{{Fs|6|Here's some {{Fs|2|mixed}} font sizes}}

Revision as of 19:16, November 1, 2012

{{{2}}}

Usage[edit source]

Following the HTML Attribute, this template accepts a font size (integer from 1 to 7) and the string to be altered. For example:

{{Fs|5|This is some big text}}
This is some big text
{{Fs|6|Here's some {{Fs|2|mixed}} font sizes}}
Here's some mixed font sizes