Latest revision as of 00:45, 7 December 2010
Title
Parameters:
- theme: Values 1 to 14; gives colour scheme:
- tan (default)
- mid green
- slate blue
- red
- mauve
- yellow
- mid blue
- orange
- grey-green
- sky blue
- better mauve
- light red
- blue
- grey
- title: Box title.
- width: Box width; default is 100%.
- height: Guess; default is 100%.
- icon: Image name for icon.
- iconwidth: Pixel width of icon; default is 56. Include "px".
Don't forget to use the {{Robelbox/close}} template after your content!
This template should be used together with {{Robelbox/pad}} to pad out the box contents - see examples below, and see talk page.
|
Simple examples
Theme 1: Tan (default)
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
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