Template:Infobox software: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Added properties "platform" and "product family")
(Moved documentation to /doc)
 
(2 intermediate revisions by the same user not shown)
Line 33: Line 33:
{{!}}-valign="baseline"
{{!}}-valign="baseline"
{{!}} '''Website:''' {{!}}{{!}} {{{website}}}
{{!}} '''Website:''' {{!}}{{!}} {{{website}}}
}}<!--
-->{{#if:{{{links|}}}|<nowiki />
{{!}}-valign="baseline"
{{!}} '''Links:''' {{!}}{{!}} {{{links}}}
}}<!--
}}<!--
-->{{#if:{{{product family|}}}|<nowiki />
-->{{#if:{{{product family|}}}|<nowiki />
Line 40: Line 44:
|}
|}
<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      =
| platform        =
| operating system =
| license          =
| website          = <!-- [http://www.example.org/ www.example.org] -->
| product family  =
}}
</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   = 
}}