Template:Infobox software: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Fix "links" property variable)
(Moved documentation to /doc)
 
Line 44: 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 ==
[[Category:Wiki infobox templates]]
<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] -->
| links            = <!-- [http://www.example.org/ Forum]<br>[http://www.example.org/ Wiki] -->
| product family  =
}}
</pre>
 
[[Category:Wiki infobox templates|{{PAGENAME}}]]
</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   = 
}}