Template:WFont

From Second Life Wiki
Revision as of 15:07, 30 March 2008 by Nava Muni (talk | contribs) (added 'back_color' and 'back_rgb' to fields, re-worked the explanation, re-worked the examples)
Jump to navigation Jump to search


Usage

Minimum Requirements

{{wFont|
|id=
|family=
|size=
|weight=
|color=
|rgb=
|back_color=
|back_rgb=
|}}


Both color and back_color allow for HEX color specifications. Both rgb and back_rgb allow for an RGB specification.

size requires either pt or px.

All fields expect CSS values.

Examples

This is {{wFont|size=10px|family=monospace|rgb=255,64,128|text=my line|}} of text.

This is my line of text.

This is yet {{wFont|size=large|family=serif|color=orange|back_color=blue|text=more of my|}} of text.

This is yet more of my of text.