Difference between revisions of "Template:ColorPanel"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<noinclude>
<noinclude>
== Rounded Color Box Template ==
== Rounded Color Box Template ==
Use this template by putting this in your page:
 
  <nowiki>{{ColorBox|Title|Content}}</nowiki>
  <nowiki>{{ColorPanel|Title|Content}}</nowiki>
And optionally add the other named parameters:


=== Positional Parameters ===
=== Positional Parameters ===

Revision as of 15:09, 15 November 2010

Rounded Color Box Template

{{ColorPanel|Title|Content}}

Positional Parameters

  1. Title
  2. Content

Optional Named Parameters

|background=color-spec
|bordercolor=color-spec
|shadowcolor=color-spec
|cornerradius=pixels

Examples

{{ColorPanel|Title|
 Content 
 * And more content
 }}
Title

Content

  • And more content


{{ColorPanel
|background=#fdd
|bordercolor=#800
|Second Panel|
Other Content 
# And more content
}}
Second Panel

Other Content

  1. And more content