Template:Infobox software: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Make all parameters except Name optional.)
(Moved documentation to /doc)
 
(6 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: #EEE; 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}}}
}}
}}
|}
|}
<noinclude>
<noinclude>
<br style="clear:both" />
{{Documentation}}
= Template documentation =
This is a template to display a software information box at the right.
 
== Usage ==
<pre>
{{Infobox software
| width            = <!-- Default: 255px -->
| name            =
| screenshot      = <!-- [[Image: ]] -->
| developer        =
| latest release  =
| latest beta      =
| operating system =
| license          =
| website          = <!-- [http://www.example.org/ www.example.org] -->
}}
</pre>


[[Category:Wiki infobox templates|{{PAGENAME}}]]
[[Category:Wiki infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 22:44, 22 April 2022

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   = 
}}