Difference between revisions of "Template:Infobox foobar2000 component"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Minor updates to potentially empty fields)
(Updated infobox style and added additional fields.)
Line 1: Line 1:
{| align="right" style="float: right; padding-left: 15px;"
+
{| style="width: 256px; float: right; margin-left: 10px; border: solid 1px #AAAAAA; background-color: #F9F9F9;"
|
+
{| cellspacing="5" style="width: 24em; font-size: 90%; text-align: left; border:1px solid; background: #efefef;"
+
! colspan="2" style="text-align: center; font-size: 130%; font-weight: bold;" | {{{name}}}
+
 
|-
 
|-
! colspan="2" style="text-align:center; font-size: 80%; font-weight: normal;" | {{{screenshot|[[Image:foobar2000 component placeholder.png|300px|link=]]}}}<br/>{{{caption|foobar2000 component}}}
+
! colspan="2" style="font-size: 125%" | {{{name|{{PAGENAME}}}}}
|- style="text-align:left; font-weight:bold;"
+
|- style="text-align: center; font-size: 75%; margin: 0px; padding: 0px"
| Maintainer || {{{maintainer|TBC}}}
+
| colspan="2" | {{{screenshot|[[Image:foobar2000 component placeholder.png|256x192px|link=|alt=]]}}}<br/>{{{caption|}}}
|- style="text-align:left; font-weight:bold;"
+
|-  
| Stable release || {{{stable_release}}}
+
| '''Maintainer'''
|- style="text-align:left; font-weight:bold;"
+
| {{{maintainer|TBC}}}
| Preview release || {{{preview_release|N/A}}}
+
|-
|- style="text-align:left; font-weight:bold;"
+
! colspan="2" style="background: #DDDDDD;" | Release information
| foobar2000 version || {{{foobar_version}}}
+
|-
|- style="text-align:left; font-weight:bold;"
+
| '''Initial release'''
| Use || {{{use|TBC}}}
+
| {{#dateformat:{{{released|Unknown}}}|mdy}}
|- style="text-align:left; font-weight:bold;"
+
|-
| License || {{{license|Unknown}}}
+
| '''Stable release'''
|- style="text-align:left; font-weight:bold;"
+
| {{{stable_release|TBC}}}
| Website || {{{website}}}
+
|-  
|- style="text-align:left; font-weight:bold;"
+
| '''Preview release'''
| Discussion thread || {{{discussion_thread}}}
+
| {{{preview_release|N/A}}}
|}
+
|-
 +
! colspan="2" style="background: #DDDDDD;" | foobar2000 compatibility
 +
|-
 +
| '''Minimum version'''
 +
| {{{foobar_version|TBC}}}
 +
|-  
 +
| '''User interface module(s)'''
 +
| {{{foobar2000_ui_module|N/A}}}
 +
|-
 +
! colspan="2" style="background: #DDDDDD;" | Additional information
 +
|-
 +
| '''Use'''
 +
| {{{use|TBC}}}
 +
|-  
 +
| '''License'''
 +
| {{{license|Unknown}}}
 +
|-  
 +
| '''Website'''
 +
| {{{website|TBC}}}
 +
|-  
 +
| '''Discussion thread'''
 +
| {{{discussion_thread|TBC}}}
 
|}
 
|}
 
<noinclude>This infobox provides at-a-glance information for foobar2000 components.
 
<noinclude>This infobox provides at-a-glance information for foobar2000 components.
 +
 +
Using this template automatically adds the page to the [[:Category:Foobar2000]] category, so the <code><nowiki>{{fb2k}}</nowiki></code> template is not required.
  
 
== Usage ==
 
== Usage ==
Insert the following wikitag '''at the beginning of the HAK article''':
+
Insert the following template '''at the beginning of the HAK article''':
{| style="background: transparent; margin-left:25px;"
+
 
 +
{| style="background: transparent;"
 
|<pre>{{Foobar Component Infobox
 
|<pre>{{Foobar Component Infobox
| name             =  
+
| name                 =  
| screenshot       =  
+
| screenshot           = [[Image:******|256px]]
| caption           =  
+
| caption             =
| maintainer       =  
+
| module_name          =  
| stable_release   =  
+
| maintainer           =
| preview_release   =  
+
| released            = YYYY-MM-DD
| foobar_version   =  
+
| stable_release       =  
| use               =  
+
| preview_release     =  
| license           =  
+
| foobar_version       =  
| website           =  
+
| foobar2000_ui_module = Default User Interface / Columns UI / N/A
| discussion_thread =  
+
| use                 =  
 +
| license             =  
 +
| website             =  
 +
| discussion_thread   =  
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 18:12, 1 October 2018

Infobox foobar2000 component

Maintainer TBC
Release information
Initial release Unknown
Stable release TBC
Preview release N/A
foobar2000 compatibility
Minimum version TBC
User interface module(s) N/A
Additional information
Use TBC
License Unknown
Website TBC
Discussion thread TBC

This infobox provides at-a-glance information for foobar2000 components.

Using this template automatically adds the page to the Category:Foobar2000 category, so the {{fb2k}} template is not required.

Usage

Insert the following template at the beginning of the HAK article:

{{Foobar Component Infobox
| name                 = 
| screenshot           = [[Image:******|256px]]
| caption              = 
| module_name          = 
| maintainer           = 
| released             = YYYY-MM-DD
| stable_release       = 
| preview_release      = 
| foobar_version       = 
| foobar2000_ui_module = Default User Interface / Columns UI / N/A
| use                  = 
| license              = 
| website              = 
| discussion_thread    = 
}}