Difference between revisions of "Template:Robelbox2"

From No Subject - Encyclopedia of Psychoanalysis
Jump to: navigation, search
m (1 revision imported)
(box with less margin space at top)
 
Line 1: Line 1:
<div style="width:{{{width|100%}}}; padding:0em;">
+
<noinclude>
<div style="margin:0.5em; padding:0em; vertical-align:top; border:1px solid {{Robelbox/C2|{{{theme|1}}}}}; background-color:{{Robelbox/C1|{{{theme|1}}}}};">
+
'''''This page has been protected for good reason! If you are a custodian editing this page, please read the talk page first! Thank you.'''''
{{#ifeq:{{{icon|default}}}|default||<div style="float:right;">[[Image:{{{icon|Namespace Wikipedia.svg}}}|{{{iconwidth|32px}}}]]</div>}}
+
 
<div style="margin:0em; padding:0.2em 0.9em 0.2em 0.5em; font-size:120%; font-weight:bold; border-bottom:1px solid {{Robelbox/C2|{{{theme|1}}}}}; background-color:{{Robelbox/C3|{{{theme|1}}}}};">{{#if:{{{title|Title}}}|{{{title|Title}}}|&nbsp;}}</div>
+
''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.''
<div style="margin:0em; padding:0.75em;"><noinclude>
+
</noinclude>
 +
{| style="border-collapse: separate; border-spacing: 2px;margin:2px 0em 0em 0em; width:{{{width|100%}}}; {{#ifeq:{{{height|100%}}}|none||height:{{{height|auto}}}}}; {{{style}}};"
 +
| colspan="1" style="padding:0; width:100%; {{#ifeq:{{{height|100%}}}|none||height:auto;}} vertical-align:top; border:1px solid {{Robelbox/C2|{{{theme|1}}}}}; background-color:{{Robelbox/C1|{{{theme|1}}}}};" |
 +
{{#ifeq:{{{icon|default}}}|default||[[Image:{{{icon|Namespace Wikipedia.svg}}}|{{{iconwidth|32px}}}|right]]}}
 +
<div style="border-bottom:1px solid {{Robelbox/C2|{{{theme|1}}}}}; background-color:{{Robelbox/C3|{{{theme|1}}}}}; padding:0.2em 0.9em 0.2em 0.5em; font-size:120%; font-weight:bold;">{{{title|Title}}}</div>
 +
<noinclude><div style="padding:0.75em 1.5em 0em 0.75em;">
 
''Parameters:''
 
''Parameters:''
 
* ''theme'': Values 1 to 14; gives colour scheme:
 
* ''theme'': Values 1 to 14; gives colour scheme:
Line 9: Line 14:
 
* ''title'': Box title.
 
* ''title'': Box title.
 
* ''width'': Box width; default is 100%.
 
* ''width'': Box width; default is 100%.
 +
* ''height'': Guess; default is auto.
 
* ''icon'': Image name for icon.
 
* ''icon'': Image name for icon.
 
* ''iconwidth'': Pixel width of icon; default is 56. Include "px".
 
* ''iconwidth'': Pixel width of icon; default is 56. Include "px".
* ''msg''': Box message. Alternatively the first unnamed argument/parameter can be used.</noinclude><includeonly>
+
* ''style'': Additional CSS style to apply to container.
{{{msg|{{{1|&nbsp;}}}}}}
+
''Don't forget to use the {{tl|Robelbox/close}} template after your content!''
</includeonly></div>
+
<br>''This template should be used together with {{tl|Robelbox/pad}} to pad out the box contents - see examples below, and see talk page.
 
</div>
 
</div>
</div><noinclude>
+
|}
 
 
 
==Simple examples==
 
==Simple examples==
 
__TOC__
 
__TOC__
 
 
===Theme 1: Tan (default)===
 
===Theme 1: Tan (default)===
 
 
This code:
 
This code:
 
+
   <nowiki>{{robelbox|title=Test title}}
   <nowiki>{{</nowiki>{{PAGENAME}}|title=Test title|Test content using a default box<nowiki>}}</nowiki>
+
  <div style="{{Robelbox/pad}}">
 
+
  Test content using a default box
 +
  </div>
 +
  {{Robelbox/close}}</nowiki>
 
produces this box:
 
produces this box:
 +
{{robelbox|title=Test title}}
 +
<div style="{{Robelbox/pad}}">
 +
Test content using a default box
 +
</div>
 +
{{Robelbox/close}}
  
{{msg:{{PAGENAME}}|title=Test title|Test content using a default box}}
+
===Theme 2: Mid green===
 
 
===Theme 2: Mid green with icon===
 
 
 
 
This code:
 
This code:
 
+
   <nowiki>
   <nowiki>{{</nowiki>{{PAGENAME}}|theme=2|title=Test title|icon=Namespace Wikipedia.svg|1=Test content using a default box with theme=2<nowiki>}}</nowiki>
+
  {{robelbox|theme=2|title=Test title}}
 
+
  <div style="{{Robelbox/pad}}">
 +
  Test content using a default box with theme=2
 +
  </div>
 +
  {{Robelbox/close}}
 +
  </nowiki>
 
produces this box:
 
produces this box:
 
+
{{robelbox|theme=2|title=Test title}}
{{msg:{{PAGENAME}}|theme=2|title=Test title|icon=Namespace Wikipedia.svg|1=Test content using a default box with theme=2}}
+
<div style="{{Robelbox/pad}}">
 +
Test content using a default box with theme=2
 +
</div>
 +
{{Robelbox/close}}
  
 
== Color samples ==
 
== Color samples ==
 
 
{|
 
{|
| {{msg:{{PAGENAME}}|theme=1|title=Theme 1|width=200px|iconwidth=48px|''Content goes here.''}}
+
|{{Robelbox|theme=1|title=Theme 1|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
| {{msg:{{PAGENAME}}|theme=2|title=Theme 2|width=200px|iconwidth=48px|''Content goes here.''}}
+
''Content goes here.''
| {{msg:{{PAGENAME}}|theme=3|title=Theme 3|width=200px|iconwidth=48px|''Content goes here.''}}
+
</div>
| {{msg:{{PAGENAME}}|theme=4|title=Theme 4|width=200px|iconwidth=48px|''Content goes here.''}}
+
{{Robelbox-close}}
|-
+
|{{Robelbox|theme=2|title=Theme 2|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
| {{msg:{{PAGENAME}}|theme=5|title=Theme 5|width=200px|iconwidth=48px|''Content goes here.''}}
+
''Content goes here.''
| {{msg:{{PAGENAME}}|theme=6|title=Theme 6|width=200px|iconwidth=48px|''Content goes here.''}}
+
</div>
| {{msg:{{PAGENAME}}|theme=7|title=Theme 7|width=200px|iconwidth=48px|''Content goes here.''}}
+
{{Robelbox-close}}
| {{msg:{{PAGENAME}}|theme=8|title=Theme 8|width=200px|iconwidth=48px|''Content goes here.''}}
+
|{{Robelbox|theme=3|title=Theme 3|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
|-
+
''Content goes here.''
| {{msg:{{PAGENAME}}|theme=9|title=Theme 9|width=200px|iconwidth=48px|''Content goes here.''}}
+
</div>
| {{msg:{{PAGENAME}}|theme=10|title=Theme 10|width=200px|iconwidth=48px|''Content goes here.''}}
+
{{Robelbox-close}}
| {{msg:{{PAGENAME}}|theme=11|title=Theme 11|width=200px|iconwidth=48px|''Content goes here.''}}
+
|{{Robelbox|theme=4|title=Theme 4|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
| {{msg:{{PAGENAME}}|theme=12|title=Theme 12|width=200px|iconwidth=48px|''Content goes here.''}}
+
''Content goes here.''
|-
+
</div>
| {{msg:{{PAGENAME}}|theme=13|title=Theme 13|width=200px|iconwidth=48px|''Content goes here.''}}
+
{{Robelbox-close}}
| {{msg:{{PAGENAME}}|theme=14|title=Theme 14|width=200px|iconwidth=48px|''Content goes here.''}}
+
|-
|}
+
|{{Robelbox|theme=5|title=Theme 5|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=6|title=Theme 6|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=7|title=Theme 7|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=8|title=Theme 8|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|-
 +
|{{Robelbox|theme=9|title=Theme 9|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=10|title=Theme 10|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=11|title=Theme 11|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=12|title=Theme 12|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|-
 +
|{{Robelbox|theme=13|title=Theme 13|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=14|title=Theme 14|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|}
  
 
[[Category:Robelbox templates]]
 
[[Category:Robelbox templates]]
 +
[[Category:Exclude in print]]
 
</noinclude>
 
</noinclude>

Latest revision as of 15:25, 12 April 2019

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:
  1. tan (default)
  2. mid green
  3. slate blue
  4. red
  5. mauve
  6. yellow
  7. mid blue
  8. orange
  9. grey-green
  10. sky blue
  11. better mauve
  12. light red
  13. blue
  14. grey
  • 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 {{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

Theme 1

Content goes here.

Theme 2

Content goes here.

Theme 3

Content goes here.

Theme 4

Content goes here.

Theme 5

Content goes here.

Theme 6

Content goes here.

Theme 7

Content goes here.

Theme 8

Content goes here.

Theme 9

Content goes here.

Theme 10

Content goes here.

Theme 11

Content goes here.

Theme 12

Content goes here.

Theme 13

Content goes here.

Theme 14

Content goes here.