Template:Software Infobox: Difference between revisions

From Hydrogenaudio Knowledgebase
m (Added "stable_release_date" variable.)
(Updated infobox style and added additional fields.)
Line 1: Line 1:
{| align="right" cellspacing="5" style="width:24em; margin:3px 3px 3px 18px; font-size:90%; text-align:left; border:1px solid; background:rgb(250,250,255);"
{| style="width: 256px; float: right; margin-left: 10px; margin-bottom: 10px; border: solid 1px #AAAAAA; background-color: #F9F9F9; font-size: 88%;"
|+ style="font-size: 130%; font-weight: bold;" | {{{name}}}
|+ style="font-size: 130%" | '''{{{name|{{PAGENAME}}}}}'''
|-
|-
! colspan="2" style="text-align:center; font-weight: normal;" | {{{logo}}}
! colspan="2" style="text-align:center; font-weight: normal;" | {{{logo}}}
|- style="text-align: center; font-size: 75%; margin: 0px; padding: 0px"
| colspan="2" | {{{screenshot}}}<br/>{{{caption|}}}
|-
| '''Developer(s)'''
| {{{maintainer|{{{developer|TBC}}}}}}
|-
|-
! colspan="2" style="text-align:center; font-weight: normal;" | {{{screenshot}}}
! colspan="2" style="background: #DDDDDD;" | Release information
|-
|-
! colspan="2" style="text-align:center; font-size: 80%; font-weight: normal;" | {{{caption}}}
| '''Initial release'''
|- style="text-align:left; font-weight:bold;"
| {{#dateformat:{{{released|Unknown}}}|dmy}}
| Developer: || {{{maintainer}}}
|-  
|- style="text-align:left; font-weight:bold;"
| '''Stable release'''
| Stable release: || {{{stable_release}}} {{#if:{{{stable_release_date|}}}|({{#dateformat:{{{stable_release_date}}}|mdy}})}}
| {{{stable_release}}} {{#if:{{{stable_release_date|}}}|({{#dateformat:{{{stable_release_date}}}|dmy}})}}
|- style="text-align:left; font-weight:bold;"
|-  
| Preview release: || {{{preview_release}}}
| '''Preview release'''
|- style="text-align:left; font-weight:bold;"
| {{{preview_release}}}
| OS: || {{{operating_system}}}
|-
|- style="text-align:left; font-weight:bold;"
! colspan="2" style="background: #DDDDDD;" | Compatibility
| Use: || {{{use}}}
|-
|- style="text-align:left; font-weight:bold;"
| '''Operating system'''
| License: || {{{license}}}
| {{{operating_system}}}
|- style="text-align:left; font-weight:bold;"
|-  
| Website: || {{{website}}}
! colspan="2" style="background: #DDDDDD;" | Additional information
|-
| '''Use'''
| {{{use}}}
|-  
| '''License'''
| {{{license}}}
|-  
| '''Website'''
| {{{website}}}
|}<noinclude>
|}<noinclude>
== Usage ==
== Usage ==
Line 30: Line 44:
| caption            =  
| caption            =  
| developer          =  
| developer          =  
| released            =
| stable_release      =  
| stable_release      =  
| stable_release_date =  
| stable_release_date =  
Line 40: Line 55:
</pre>
</pre>
|}
|}
 
===Usage notes===
'''Some usage notes:'''
; screenshot
* '''website''' field: If the URL is too long, enclose it in the WikiLink syntax, i.e. '''<code><nowiki>[</nowiki><font style="color:#ccccff;"><nowiki>http://www.somewhere.net/</nowiki></font> Click Here]</code>'''.
: A 250px width is preferred. If your picture is larger than 250px, reduce it to 250px by inserting the resize option, e.g. <code><nowiki>[[Image:MyPicture.png|250px]]</nowiki></code>
 
; released
* '''screenshot''': 250px pictures is preferred.<br />If your picture is larger than 250px, reduce it to 250px by inserting the resize option, e.g. <br /><code>[[Image:My_Picture.png'''|250px'''|My picture]]</code>
: This should be the date in the <code><nowiki>YYYY-DD-MM</nowiki></code> format.
 
; website
: If the URL is too long, enclose it in the WikiLink syntax, i.e. <code><nowiki>[http://www.somewhere.net/ somewhere.net]</nowiki></code>
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 17:36, 9 October 2018

Software Infobox
{{{logo}}}
{{{screenshot}}}
Developer(s) TBC
Release information
Initial release Unknown
Stable release {{{stable_release}}}
Preview release {{{preview_release}}}
Compatibility
Operating system {{{operating_system}}}
Additional information
Use {{{use}}}
License {{{license}}}
Website {{{website}}}

Usage

{{Software Infobox
| name                = 
| logo                =
| screenshot          = 
| caption             = 
| developer           = 
| released            = 
| stable_release      = 
| stable_release_date = 
| preview_release     = 
| operating_system    = 
| use                 = 
| license             = 
| website             = 
}}

Usage notes

screenshot
A 250px width is preferred. If your picture is larger than 250px, reduce it to 250px by inserting the resize option, e.g. [[Image:MyPicture.png|250px]]
released
This should be the date in the YYYY-DD-MM format.
website
If the URL is too long, enclose it in the WikiLink syntax, i.e. [http://www.somewhere.net/ somewhere.net]