Difference between revisions of "Template:Software Infobox"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Minor code fix.)
(33 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{| cellspacing="5" style="width: 24em; font-size: 90%; text-align: left; border:1px solid;"
+
{| style="width: 22em; 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; {{#if: {{{logo|}}} | | display:none; }}" | {{{logo}}}
 +
|- style="text-align: center; font-size: 75%; margin: 0px; padding: 0px; {{#if: {{{screenshot|}}} | | display:none; }}"
 +
| colspan="2" | {{{screenshot}}}<br/>{{{caption|}}}
 
|-  
 
|-  
{{{screenshot|}}}
+
| '''Developer(s)'''
 +
| {{{maintainer|{{{developer|TBC}}}}}}
 
|-
 
|-
{{{caption|}}}
+
! colspan="2" style="background: #DDDDDD;" | Release information
 
+
|-
|}
+
| '''Initial release'''
 +
| {{#dateformat:{{{released|Unknown}}}|dmy}}
 +
|-
 +
| '''Stable release'''
 +
| {{{stable_release|TBC}}} {{#if:{{{stable_release_date|}}}|/ {{#dateformat:{{{stable_release_date}}}|mdy}}}}
 +
|- {{#if: {{{preview_release|}}} | | style="display: none;" }}
 +
| '''Preview release'''
 +
| {{{preview_release}}}{{#if:{{{preview_release_date|}}}|&nbsp;/ {{#dateformat:{{{preview_release_date}}}|mdy}}}}{{#if:{{{preview_release_ref|}}}|{{#tag:ref|{{{preview_release_ref}}}}}}}
 +
|-
 +
! colspan="2" style="background: #DDDDDD;" | Compatibility
 +
|-
 +
| style="min-width: 90px" | '''Operating system'''
 +
| {{{operating_system|TBC}}}
 +
|-
 +
! colspan="2" style="background: #DDDDDD;" | Additional information
 +
|-
 +
| '''Use'''
 +
| {{{use|TBC}}}
 +
|-
 +
| '''License'''
 +
| {{{license|TBC}}}
 +
|- {{#if: {{{website|}}} | | style="display: none;" }}
 +
| '''Website'''
 +
| {{{website}}}
 +
|}<noinclude>
 +
== Usage ==
 +
<pre style="display:table;">{{Software Infobox
 +
| name                =
 +
| logo                =
 +
| screenshot          =
 +
| caption              =
 +
| developer            =
 +
| released            =
 +
| stable_release      =
 +
| stable_release_date  =
 +
| preview_release      =
 +
| preview_release_date =
 +
| preview_release_ref  =
 +
| operating_system    =
 +
| use                  =
 +
| license              =
 +
| website              =
 +
}}
 +
</pre>
 +
===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. <code><nowiki>[[Image:MyPicture.png|250px]]</nowiki></code>
 +
; released
 +
: 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>

Revision as of 16:58, 13 July 2019

Software Infobox
{{{logo}}}
{{{screenshot}}}
Developer(s) TBC
Release information
Initial release Unknown
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             = 
| stable_release       = 
| stable_release_date  = 
| preview_release      = 
| preview_release_date = 
| 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]