Template:ProductInfoWidget: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<div id="mdwidget_head">{{{ProductName}}}</div> | <div id="mdwidget_head">{{{ProductName}}}</div> | ||
<div id="mdwidget_body"> | <div id="mdwidget_body"> | ||
{| | |||
{|style="border-right:1px solid darkgray;" align="right" | |||
|Release Date | |||
|- | |||
|Current Build | |||
|- | |||
|Upcoming Build | |||
|- | |||
|Last database update | |||
|} | |||
{| | |||
|{{{ReleaseDate}}} | |||
|- | |||
|{{{CurrentBuild}}} | |||
|- | |||
|{{{UpcomingBuild}}} | |||
|- | |||
|{{{LastDatabase}}} | |||
|} | |||
<!-- | |||
{| | {| | ||
|style="border-right:1px solid darkgray;" align="right"|Release Date | |style="border-right:1px solid darkgray;" align="right"|Release Date | ||
Line 15: | Line 37: | ||
|{{{LastDatabase}}} | |{{{LastDatabase}}} | ||
|} | |} | ||
--> | |||
{{{BodyText}}} | {{{BodyText}}} | ||
</div> | </div> |
Revision as of 23:31, 27 July 2012
Usage
{{
InfoWidget
ProductName=
ReleaseDate=
CurrentBuild=
UpcomingBuild=
LastDatabase=
BodyText=
}}