Difference between revisions of "Template:ProductInfoWidget"

From Melissa Data Wiki
Jump to navigation Jump to search
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="mdwidget" style="width:20em;">
<div class="mdwidget" style="width:256px;">
<div id="mdwidget_head">{{{ProductName}}}</div>
<div id="mdwidget_head">{{{ProductName}}} Info</div>
<div id="mdwidget_body">
<div id="mdwidget_body">
 
<div style="margin-left:12px; margin-bottom:10px">
{|valign="top"
[[Image:{{{Logo|MD_Logo_256_v4.png}}}|192px|]]
|
</div>
{|style="border-right:1px solid darkgray;" align="right"
{|
|Release Date
|width="72px" valign="top" align="right" style="padding-right:3px;"|Release Date
|-
|rowspan=4 width="0px" style="border-right:1px solid #AAAAAA;"|
|Current Build
|width="182px" valign="top" style="padding-left:2px;"|{{{ReleaseDate}}}
|-
|Upcoming Build
|-
|-
|Last database update
|valign="top" align="right" style="padding-right:3px;"|Current Build
|}
|valign="top" style="padding-left:2px;"|{{{CurrentBuild}}}
|
{|
|{{{ReleaseDate}}}
|-
|-
|{{{CurrentBuild}}}
|valign="top" align="right" style="padding-right:3px;"|Supported Platform
|valign="top" style="padding-left:2px;"|{{{SupportedPlatform}}}
|-
|-
|{{{UpcomingBuild}}}
|valign="top" align="right" style="padding-right:3px;"|Supported Language
|valign="top" style="padding-left:2px;"|{{{SupportedLanguage}}}
|-
|-
|{{{LastDatabase}}}
|colspan=3 height="0px" style="border-bottom:1px solid #AAAAAA;"|
|}
|}
|}
{{{BodyText}}}
{{{BodyText}}}
<!--
{|
|style="border-right:1px solid darkgray;" align="right"|Release Date
|{{{ReleaseDate}}}
|-
|style="border-right:1px solid darkgray;" align="right"|Current Build
|{{{CurrentBuild}}}
|-
|style="border-right:1px solid darkgray;" align="right"|Upcoming Build
|{{{UpcomingBuild}}}
|-
|style="border-right:1px solid darkgray;" align="right"|Last database update
|{{{LastDatabase}}}
|}
-->
</div>
</div>
</div>
</div>
Line 51: Line 29:
<nowiki>{{</nowiki>
<nowiki>{{</nowiki>
InfoWidget<br>
InfoWidget<br>
|Logo=<br>
|ProductName=<br>
|ProductName=<br>
|ReleaseDate=<br>
|ReleaseDate=<br>
|CurrentBuild=<br>
|CurrentBuild=<br>
|UpcomingBuild=<br>
|SupportedPlatform=<br>
|LastDatabase=<br>
|SupportedLanguage=<br>
|BodyText=<br>
|BodyText=<br>
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>

Latest revision as of 18:50, 22 July 2013

{{{ProductName}}} Info
Release Date {{{ReleaseDate}}}
Current Build {{{CurrentBuild}}}
Supported Platform {{{SupportedPlatform}}}
Supported Language {{{SupportedLanguage}}}

{{{BodyText}}}

Usage

{{ InfoWidget
|Logo=
|ProductName=
|ReleaseDate=
|CurrentBuild=
|SupportedPlatform=
|SupportedLanguage=
|BodyText=
}}