Difference between revisions of "Template:Infobox foobar2000 component"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Added placeholder image and moved component name inside infobox)
Line 1: Line 1:
{| align="right" style="padding-left: 15px;"
+
{| align="right" style="float: right; padding-left: 15px;"
 
|
 
|
 
{| cellspacing="5" style="width: 24em; font-size: 90%; text-align: left; border:1px solid; background: #efefef;"
 
{| cellspacing="5" style="width: 24em; font-size: 90%; text-align: left; border:1px solid; background: #efefef;"
|+ style="font-size: 130%; font-weight: bold;" | {{{name}}}
+
! colspan="2" style="text-align: center; font-size: 130%; font-weight: bold;" | {{{name}}}
 
|-
 
|-
! colspan="2" style="text-align:center; font-weight: normal;" | {{{screenshot}}}
+
! 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="text-align:center; font-size: 80%; font-weight: normal;" | {{{caption}}}
+
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| Maintainer: || {{{maintainer}}}
+
| Maintainer || {{{maintainer}}}
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| Stable release: || {{{stable_release}}}
+
| Stable release || {{{stable_release}}}
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| Preview release: || {{{preview_release}}}
+
| Preview release || {{{preview_release}}}
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| Foobar version: || {{{foobar_version}}}
+
| foobar2000 version || {{{foobar_version}}}
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| Use: || {{{use}}}
+
| Use || {{{use}}}
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| License: || {{{license}}}
+
| License || {{{license|Unknown}}}
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| Website: || {{{website}}}
+
| Website || {{{website}}}
 
|- style="text-align:left; font-weight:bold;"
 
|- style="text-align:left; font-weight:bold;"
| Discussion thread: || {{{discussion_thread}}}
+
| Discussion thread || {{{discussion_thread}}}
 
|}
 
|}
 
|}
 
|}
<noinclude>{{Clr}}
+
<noinclude>This infobox provides at-a-glance information for foobar2000 components.
----
+
 
+
This infobox provides at-a-glance information for foobar2000 components.
+
  
 
== Usage ==
 
== Usage ==
Line 34: Line 29:
 
{| style="background: transparent; margin-left:25px;"
 
{| style="background: transparent; margin-left:25px;"
 
|<pre>{{Foobar Component Infobox
 
|<pre>{{Foobar Component Infobox
| name =  
+
| name             =  
| screenshot =  
+
| screenshot       =  
| caption =  
+
| caption           =  
| maintainer =  
+
| maintainer       =  
| stable_release =  
+
| stable_release   =  
| preview_release =  
+
| preview_release   =  
| foobar_version =  
+
| foobar_version   =  
| use =  
+
| use               =  
| license =  
+
| license           =  
| website =  
+
| website           =  
 
| discussion_thread =  
 
| discussion_thread =  
 
}}
 
}}
 
</pre>
 
</pre>
 
|}
 
|}
 
 
 
</noinclude>
 
</noinclude>

Revision as of 14:37, 30 September 2018

{{{name}}}
Foobar2000 component placeholder.png
foobar2000 component
Maintainer {{{maintainer}}}
Stable release {{{stable_release}}}
Preview release {{{preview_release}}}
foobar2000 version {{{foobar_version}}}
Use {{{use}}}
License Unknown
Website {{{website}}}
Discussion thread {{{discussion_thread}}}

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

Usage

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

{{Foobar Component Infobox
| name              = 
| screenshot        = 
| caption           = 
| maintainer        = 
| stable_release    = 
| preview_release   = 
| foobar_version    = 
| use               = 
| license           = 
| website           = 
| discussion_thread = 
}}