Difference between revisions of "Template:WFont"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly><span {{ #if: {{{id|}}}|id='{{{id}}}'|}} style='{{ #if: {{{family|}}}|font-family:{{{family}}};|}} {{ #if: {{{size|}}}|font-size:{{{size}}};|}} {{ #if: {{{color|}}}|color:{{{color}}};|}} {{ #if: {{{rgb|}}}|color:rgb({{{rgb}}});|}} {{ #if: {{{weight|}}}|font-weight:{{{weight}}};|}}'>{{{text|}}}</span></includeonly><noinclude>This is {{wFont|family=monospace|rgb=64,64,128|text=my line|}} of text.
<includeonly><span {{ #if: {{{id|}}} | id='{{{id}}}' | }} style='{{ #if: {{{family|}}} | font-family:{{{family}}}; | }} {{ #if: {{{size|}}} | font-size:{{{size}}}; | }} {{ #if: {{{color|}}} | color:{{{color}}}; | }} {{ #if: {{{rgb|}}} | color:rgb({{{rgb}}}); | }} {{ #if: {{{weight|}}} | font-weight:{{{weight}}}; | }}'>{{{text|}}}</span></includeonly><noinclude>
 
This is {{wFont|family=monospace|rgb=64,64,128|text=my line|}} of text.
</noinclude>
</noinclude>

Revision as of 14:33, 30 March 2008


This is my line of text.