Difference between revisions of "Template:Font-Family"
m (Template:Font Family moved to Template:Font-Family) |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|usedon=all | |usedon=all | ||
|purpose=change the font family of a span of text | |purpose=change the font family of a span of text | ||
− | |template=<nowiki>{{Font Family | + | |template=<nowiki>{{Font-Family |
|fontfamily= | |fontfamily= | ||
|text= | |text= | ||
}}</nowiki> | }}</nowiki> | ||
+ | |category=Utility | ||
}} | }} | ||
{{Template Parameter | {{Template Parameter | ||
Line 23: | Line 24: | ||
|validvalues=Any string or strings. | |validvalues=Any string or strings. | ||
}} | }} | ||
− | + | </noinclude><includeonly>{{Span | |
|property=font-family:{{{fontfamily}}}; | |property=font-family:{{{fontfamily}}}; | ||
|text={{{text}}} | |text={{{text}}} | ||
}}</includeonly> | }}</includeonly> |
Latest revision as of 08:28, 28 December 2009
Contents
Template:Font-Family is designed for use on all pages to change the font family of a span of text.
Template
{{Font-Family |fontfamily= |text= }}
Parameters
fontfamily
- Usage: Mandatory
- Description: The fontfamily parameter takes a string or strings denoting the font family to be used to render the text. This is used to generate the value for the "font-family" CSS property in the span.
- Valid Value(s): Any string or strings that correspond to valid CSS "font-family" values.
text
- Usage: Mandatory
- Description: The text parameter takes a string or strings denoting the text to be rendered using the supplied "font-family" value. This is used to generate the actual displayed text.
- Valid Value(s): Any string or strings.