Template:ProductSecond: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div id="productSecondRightColor" class="{{{Color|blue}}}"> | <div id="productSecondRightColor" class="{{{Color|blue}}}"> | ||
<div id="welcomeImage">{{{Image}}}</div> | <div id="welcomeImage">{{{Image}}}</div> | ||
</div> | </div> | ||
<div class=" | <div id="productSecondLeftContent" style="overflow:hidden;"> | ||
<div class="padded"> | |||
<table cellpadding="0" cellspacing="0" style="width:100%; min-height:94px;"> | |||
<tr> | |||
<td valign="top" rowspan="3" style="width:200px;">{{{BodyCol1}}}</td> | |||
<td style="height:8px; width:6px;"></td> | |||
<td valign="top" rowspan="3" style="padding:0 0 0 20px;">{{{BodyCol2}}}</td> | |||
</tr> | |||
<tr> | |||
<td style="border-left:1px solid black; height:100%;"></td> | |||
</tr> | |||
<tr> | |||
<td style="height:8px;"></td> | |||
</tr> | |||
</table> | |||
</div> | |||
</div> | </div> | ||
<div style="margin-bottom:16px;"></div> | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
Line 16: | Line 27: | ||
|Color=<br> | |Color=<br> | ||
|Image=<br> | |Image=<br> | ||
| | |BodyCol1=<br> | ||
|BodyCol2=<br> | |||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</code> | </code> | ||
[[Category:MD Templates]] | [[Category:MD Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 00:32, 4 March 2016
{{{Image}}}
{{{BodyCol1}}} | {{{BodyCol2}}} | |
Usage
{{
ProductSecond
|Color=
|Image=
|BodyCol1=
|BodyCol2=
}}