Template:Infobox software: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
(Fix "links" property variable)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| width="{{{width|255px}}}" border="0" align="right" cellpadding="2" style="border: 1px solid #AAA; border-collapse: collapse; background-color: #F8F8F8; margin: 5px;"
{| width="{{{width|255px}}}" border="0" align="right" cellpadding="2" style="border: 1px solid #AAA; border-collapse: collapse; background-color: #F9F9F9; margin: 5px;"
|-
|-
| colspan="2" align="center" style="font-size: 120%; font-weight: bold;" | {{{name|Name not specified!}}}<!--
| colspan="2" align="center" style="font-size: 120%; font-weight: bold;" | {{{name|Name not specified!}}}<!--
Line 17: Line 17:
{{!}}-valign="baseline"
{{!}}-valign="baseline"
{{!}} '''Latest beta:''' {{!}}{{!}} {{{latest beta}}}
{{!}} '''Latest beta:''' {{!}}{{!}} {{{latest beta}}}
}}<!--
-->{{#if:{{{platform|}}}|<nowiki />
{{!}}-valign="baseline"
{{!}} '''Platform:''' {{!}}{{!}} {{{platform}}}
}}<!--
}}<!--
-->{{#if:{{{operating system|}}}|<nowiki />
-->{{#if:{{{operating system|}}}|<nowiki />
Line 29: Line 33:
{{!}}-valign="baseline"
{{!}}-valign="baseline"
{{!}} '''Website:''' {{!}}{{!}} {{{website}}}
{{!}} '''Website:''' {{!}}{{!}} {{{website}}}
}}<!--
-->{{#if:{{{links|}}}|<nowiki />
{{!}}-valign="baseline"
{{!}} '''Links:''' {{!}}{{!}} {{{links}}}
}}<!--
-->{{#if:{{{product family|}}}|<nowiki />
{{!}}-valign="baseline"
{{!}} '''Product family:''' {{!}}{{!}} {{{product family}}}
}}
}}
|}
|}
Line 45: Line 57:
| latest release  =
| latest release  =
| latest beta      =
| latest beta      =
| platform        =
| operating system =
| operating system =
| license          =
| license          =
| website          = <!-- [http://www.example.org/ www.example.org] -->
| website          = <!-- [http://www.example.org/ www.example.org] -->
| links            = <!-- [http://www.example.org/ Forum]<br>[http://www.example.org/ Wiki] -->
| product family  =
}}
}}
</pre>
</pre>

Revision as of 11:39, 25 February 2014

Name not specified!


Template documentation

This is a template to display a software information box at the right.

Usage

{{Infobox software
| width            = <!-- Default: 255px -->
| name             =
| screenshot       = <!-- [[Image: ]] -->
| developer        =
| latest release   =
| latest beta      =
| platform         =
| operating system =
| license          =
| website          = <!-- [http://www.example.org/ www.example.org] -->
| links            = <!-- [http://www.example.org/ Forum]<br>[http://www.example.org/ Wiki] -->
| product family   = 
}}