Template:Backgroundcolor: Difference between revisions

From Adventure Game Studio
Jump to navigation Jump to search
*>Monkey 05 06
(New page: <includeonly><span style = "background-color: {{{1|transparent}}};">{{{2|}}}</span></includeonly><noinclude>Sets the background color for an area. Takes a CSS color value (HEX or rgb funct...)
 
*>Monkey 05 06
mNo edit summary
Line 6: Line 6:


&nbsp;&nbsp;&nbsp;&nbsp;{{backgroundcolor|rgb(221,255,221)|This text is on a green background.}}
&nbsp;&nbsp;&nbsp;&nbsp;{{backgroundcolor|rgb(221,255,221)|This text is on a green background.}}
''See Also:'' [[:Template:Textcolor]]


[[Category:Formatting templates]]</noinclude>
[[Category:Formatting templates]]</noinclude>

Revision as of 06:02, 22 May 2009

Sets the background color for an area. Takes a CSS color value (HEX or rgb function) as the first parameter and the content as the second.

 {{backgroundcolor|rgb(221,255,221)|This text is on a green background.}}

Gives us this:

    This text is on a green background.

See Also: Template:Textcolor