Template:ProductInfoWidget: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(56 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="mdwidget" style="width: | <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"> | |||
[[Image:{{{Logo|MD_Logo_256_v4.png}}}|192px|]] | |||
</div> | |||
{| | {| | ||
|Release Date: || {{{ReleaseDate}}} | |width="72px" valign="top" align="right" style="padding-right:3px;"|Release Date | ||
|rowspan=4 width="0px" style="border-right:1px solid #AAAAAA;"| | |||
|width="182px" valign="top" style="padding-left:2px;"|{{{ReleaseDate}}} | |||
|- | |||
|valign="top" align="right" style="padding-right:3px;"|Current Build | |||
|valign="top" style="padding-left:2px;"|{{{CurrentBuild}}} | |||
|- | |- | ||
| | |valign="top" align="right" style="padding-right:3px;"|Supported Platform | ||
|valign="top" style="padding-left:2px;"|{{{SupportedPlatform}}} | |||
|- | |- | ||
| | |valign="top" align="right" style="padding-right:3px;"|Supported Language | ||
|valign="top" style="padding-left:2px;"|{{{SupportedLanguage}}} | |||
|- | |- | ||
| | |colspan=3 height="0px" style="border-bottom:1px solid #AAAAAA;"| | ||
|} | |} | ||
{{{BodyText}}} | {{{BodyText}}} | ||
Line 15: | Line 25: | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<nowiki> | <code> | ||
<nowiki>{{</nowiki> | |||
InfoWidget<br> | |||
|Logo=<br> | |||
|ProductName= | |ProductName=<br> | ||
|ReleaseDate=<br> | |||
|CurrentBuild=<br> | |||
|ReleaseDate= | |SupportedPlatform=<br> | ||
|SupportedLanguage=<br> | |||
|BodyText=<br> | |||
|CurrentBuild= | <nowiki>}}</nowiki> | ||
</code> | |||
[[Category:MD Templates]] | |||
| | |||
| | |||
|BodyText= | |||
}} | |||
</ | |||
</noinclude> | </noinclude> |
Latest revision as of 18:50, 22 July 2013
Usage
{{
InfoWidget
|Logo=
|ProductName=
|ReleaseDate=
|CurrentBuild=
|SupportedPlatform=
|SupportedLanguage=
|BodyText=
}}