|
|
Line 1: |
Line 1: |
− | <noinclude>
| |
− | '''''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.''
| |
− | </noinclude>
| |
| {| cellspacing="2" cellpadding="0" style="margin:0em 0em 0em 0em; width:{{{width|100%}}}; {{#ifeq:{{{height|100%}}}|none||height:{{{height|100%}}}}};" | | {| cellspacing="2" cellpadding="0" style="margin:0em 0em 0em 0em; width:{{{width|100%}}}; {{#ifeq:{{{height|100%}}}|none||height:{{{height|100%}}}}};" |
| | colspan="1" style="width:100%; {{#ifeq:{{{height|100%}}}|none||height:100%;}} vertical-align:top; border:1px solid {{Robelbox/C2|{{{theme|1}}}}}; background-color:{{Robelbox/C1|{{{theme|1}}}}};" | | | | colspan="1" style="width:100%; {{#ifeq:{{{height|100%}}}|none||height:100%;}} vertical-align:top; border:1px solid {{Robelbox/C2|{{{theme|1}}}}}; background-color:{{Robelbox/C1|{{{theme|1}}}}};" | |
Revision as of 16:13, 3 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