Difference between revisions of "Template:Dropimage"

From Flexible Survival
Jump to: navigation, search
Line 1: Line 1:
<!-- Drop-down image display in Wiki markup code-->
+
{{hidden
<!-- Notes:
+
| style = border:1px dashed red; width: 50%;
  Table width must be set at least wide enoug for the drop's top
+
| headerstyle = background: #ccccff; font-size: 110%;
  caption+link button to layout well If the image is bigger, it will
+
| contentstyle = text-align: center; color:green;
  expand when it drops - if smaller it will center it in the default
+
| header = Title text here
  table width -->
+
| content = Body text line 1<br />Body text line 2<br />Body text line 3
<!-- Table definition starts: -->
+
}}
<table class="collapsible" style="background:{{{background|white}}};margin:{{{margin|10px 10px 10px 10px}}};" border={{{border|1 solid black}}} align={{{align|left}}} width={{{width|300px}}} cellpadding={{{padding|0px}}}>
 
<tr>
 
<th style="font-family:{{{hff|Arial}}};font-size:{{{hfs|10pt}}};font-weight:{{{hfw|normal}}}; background-color:{{{hbgc|white}}};color:{{{hfc|black}}}; padding:{{{hp|5px}}};text-align:{{{hhta|center}}};">{{{header|{{{1}}}}}}</th>
 
</tr>
 
<tr>
 
<td style="font-family:{{{cff|Arial}}};font-size:{{{cfs|10pt}}};font-weight:{{{cfw|normal}}};padding:{{{cp|10px}}};color:{{{cfc|black}}};background-color:{{{cbgc|white}}};line-height:{{{clh|normal}}};word-spacing:{{{cws|normal}}};letter-spacing:{{{cls|normal}}};text-align:{{{chta|left}}};"> {{{content|{{{2}}}}}}</td>
 
</tr>
 
</table>
 
<noinclude>
 

Revision as of 05:13, 23 June 2018

Template:Hidden