Difference between revisions of "Template:WFont"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<inlcudeonly>{{ <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>
<inlcudeonly><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>
<noinclude>
This is {{wFont|family=monospace|rgb=64,64,128|text=my line|}} of text.
This is {{wFont|family=monospace|rgb=64,64,128|text=my line|}} of text.
</noinclude>
</noinclude>

Revision as of 14:27, 30 March 2008

<inlcudeonly><span style=' ' </includeonly>


This is <inlcudeonly><span style='font-family:monospace; color:rgb(64,64,128); ' my line

of text.