Difference between revisions of "Template:Software Infobox"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Minor code update.)
m (Added "DISPLAYTITLE" behaviour switch to simplify code on pages where titles start with lower-case letter.)
 
Line 1: Line 1:
 +
{{DISPLAYTITLE:{{{name|{{PAGENAME}}}}}}}
 
{| style="width: 256px; float: right; margin-left: 10px; margin-bottom: 10px; border: solid 1px #AAAAAA; background-color: #F9F9F9; font-size: 88%;"
 
{| 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%" | '''{{{name|{{PAGENAME}}}}}'''
 
|+ style="font-size: 130%" | '''{{{name|{{PAGENAME}}}}}'''

Latest revision as of 17:25, 30 November 2019

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

Usage

{{Software Infobox
| name                 = 
| logo                 =
| screenshot           = 
| caption              = 
| developer            = 
| released             = <!-- {{start date and age|YYYY|MM|DD}} -->
| stable_release       = 
| stable_release_date  = <!-- {{start date and age|YYYY|MM|DD}} -->
| preview_release      = 
| preview_release_date = <!-- {{start date and age|YYYY|MM|DD}} -->
| preview_release_ref  =
| 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]