Template:Box top: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
(+start)
 
(+how to use info)
Line 2: Line 2:
<div style="background-color: {{#if: {{{title background color|}}} | {{{title background color}}} | #c0c0c0}}; border-top-left-radius: 10px; border-top-right-radius: 10px; color: {{#if: {{{title color|}}} | {{{title color}}} | #000000}}; font-weight: bold; margin: -6px -7px 6px -7px; padding: 4px 6px;">{{{title}}}</div>
<div style="background-color: {{#if: {{{title background color|}}} | {{{title background color}}} | #c0c0c0}}; border-top-left-radius: 10px; border-top-right-radius: 10px; color: {{#if: {{{title color|}}} | {{{title color}}} | #000000}}; font-weight: bold; margin: -6px -7px 6px -7px; padding: 4px 6px;">{{{title}}}</div>
<noinclude></div>
<noinclude></div>
=== How to use ===
== How to use ==
This template is to be used in conjunction with [[:Template:Box bottom]]. The text you want to encapsulate in this box should be sandwiched between the two templates, like so:
<pre>{{ box top  
<pre>{{ box top  
| title =  
| title =  
Line 9: Line 10:
| body background color =
| body background color =
| border color =  
| border color =  
}}</pre>
}}
 
Example text. Today I woke up, brushed my teeth, and got dressed. then I went to work. Then I edited PortlandWiki at work all day until the boss caught me and now I'm out of a job. Thanks, PortlandWiki!
 
{{ box bottom }}</pre>


=== title ===
=== title ===

Revision as of 21:45, 21 March 2012

{{{title}}}

How to use

This template is to be used in conjunction with Template:Box bottom. The text you want to encapsulate in this box should be sandwiched between the two templates, like so:

{{ box top 
| title = 
| title color = 
| title background color = 
| body background color =
| border color = 
}}

Example text. Today I woke up, brushed my teeth, and got dressed. then I went to work. Then I edited PortlandWiki at work all day until the boss caught me and now I'm out of a job. Thanks, PortlandWiki!

{{ box bottom }}

title

The text that goes at the top of the box.

Example:
Things I did today

title color

The color of the title text, in hexadecimal (#808080) or X11 color name (Gray).

Example:
#000000

title background color

The color of the background for the title bar.

Example:
#c0c0c0

body background color

The color of the background for the rest of the box (where most of the content goes). The text in the body will always be the standard black, so a light color is best for the background.

Example:
#f0f0f0

border color

The color of the border for the entire box. Generally, a darker shade of the body or title background color tends to work well.

Example:
#b0b0b0