Difference between revisions of "Template:ICPbox"

From ICPWiki
Jump to navigation Jump to search
 
(25 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div style="float:left;
+
<noinclude>
  border:solid 1px #d6d6d6;
+
<nowiki>{{ICPbox|The Boxtitle|Whats inside the box?|width|height}}</nowiki>
  padding: 1em;
+
{{ICPbox|The Boxtitle|Whats inside the box?|75|35}}
  width:60ex;
+
</noinclude>
  height:20em;
+
<includeonly>
  overflow:auto;">
+
<div class="icpbox" style="width:{{#ifeq:{{{3}}}|auto|auto|{{{3|100}}}ex}};height:{{#ifeq:{{{4}}}|auto|auto|{{{4|30}}}em}};">
<div style='background: url("top_bg.png") repeat-x top white;width:100%;'>
+
<div class="icpbox_header">
{{{1}}}
+
=={{{1}}}==
 
</div>
 
</div>
 +
 +
<div class="icpbox_content" style="height:{{#ifeq:{{{4}}}|auto|auto|{{#expr: {{{4|30}}} - 6 }}em}};">
 
{{{2}}}
 
{{{2}}}
 
</div>
 
</div>
 +
</div>
 +
</includeonly>

Latest revision as of 18:07, 1 October 2012

{{ICPbox|The Boxtitle|Whats inside the box?|width|height}}


The Boxtitle

Whats inside the box?