Difference between revisions of "Template:ProductInfoWidget"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 2: Line 2:
<div id="mdwidget_head">{{{ProductName}}} Info</div>
<div id="mdwidget_head">{{{ProductName}}} Info</div>
<div id="mdwidget_body">
<div id="mdwidget_body">
<!--
{|
|valign="top"|
{|style="border-right:1px solid darkgray;" align="right"
|Release Date
|-
|Current Build
|-
|Upcoming Build
|-
|Last database update
|}
|valign="top"|
{|
|{{{ReleaseDate}}}
|-
|{{{CurrentBuild}}}
|-
|{{{UpcomingBuild}}}
|-
|{{{LastDatabase}}}
|}
|}
{{{BodyText}}}
-->
{|
{|
|align="right" style="padding-right:3px;"|Release Date
|align="right" style="padding-right:3px;"|Release Date
Line 41: Line 16:
|style="padding-left:2px;"|{{{LastDatabase}}}
|style="padding-left:2px;"|{{{LastDatabase}}}
|}
|}
 
{{{BodyText}}}
</div>
</div>
</div>
</div>

Revision as of 00:28, 28 July 2012

{{{ProductName}}} Info
Release Date {{{ReleaseDate}}}
Current Build {{{CurrentBuild}}}
Upcoming Build {{{UpcomingBuild}}}
Last Update {{{LastDatabase}}}

{{{BodyText}}}

Usage

{{ InfoWidget
|ProductName=
|ReleaseDate=
|CurrentBuild=
|UpcomingBuild=
|LastDatabase=
|BodyText=
}}