Template:ColorBox

From Climate Change AI Wiki

This page has been protected for good reason! If you are a custodian editing this page, please read the talk page first! Thank you.

This is a special kind of box with a hanging icon in the right hand top corner. The size of the icon can be increased indefinitely without the height of the title bar being affected. If an empty title is specified, the title bar shrinks to a small band.

Title

Parameters:

  • theme: Values 1 to 14; gives colour scheme:

Template:Robelbox/theme

  • title: Box title.
  • width: Box width; default is 100%.
  • height: Guess; default is auto.
  • icon: Image name for icon.
  • iconwidth: Pixel width of icon; default is 56. Include "px".
  • style: Additional CSS style to apply to container.

Don't forget to use the Template:Tl template after your content!
This template should be used together with Template:Tl to pad out the box contents - see examples below, and see talk page.

Simple examples[edit source]

Theme 1: Tan (default)[edit source]

This code:

 {{robelbox|title=Test title}}
  <div style="{{Robelbox/pad}}">
  Test content using a default box
  </div>
  {{Robelbox/close}}

produces this box:

Test title

Test content using a default box

Theme 2: Mid green[edit source]

This code:

 
  {{robelbox|theme=2|title=Test title}}
  <div style="{{Robelbox/pad}}">
  Test content using a default box with theme=2
  </div>
  {{Robelbox/close}}
  

produces this box:

Test title

Test content using a default box with theme=2

Color samples[edit source]

Theme 1

Content goes here.

Template:Robelbox-close

Theme 2

Content goes here.

Template:Robelbox-close

Theme 3

Content goes here.

Template:Robelbox-close

Theme 4

Content goes here.

Template:Robelbox-close

Theme 5

Content goes here.

Template:Robelbox-close

Theme 6

Content goes here.

Template:Robelbox-close

Theme 7

Content goes here.

Template:Robelbox-close

Theme 8

Content goes here.

Template:Robelbox-close

Theme 9

Content goes here.

Template:Robelbox-close

Theme 10

Content goes here.

Template:Robelbox-close

Theme 11

Content goes here.

Template:Robelbox-close

Theme 12

Content goes here.

Template:Robelbox-close

Theme 13

Content goes here.

Template:Robelbox-close

Theme 14

Content goes here.

Template:Robelbox-close