Difference between revisions of "Template:Infobox foobar2000 component"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added "Tagging" variable to "use" switch.)
m (Added "released_ref" variable.)
Line 11: Line 11:
 
|-style="vertical-align: top;"
 
|-style="vertical-align: top;"
 
| '''Initial release'''
 
| '''Initial release'''
| {{#dateformat:{{{released|Unknown}}}|mdy}}
+
| {{#dateformat:{{{released|Unknown}}}|mdy}}{{#if:{{{released_ref|}}}|<ref>{{{released_ref}}}</ref>|}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
| '''Stable release'''
 
| '''Stable release'''
Line 52: Line 52:
 
| developer            =  
 
| developer            =  
 
| released            =  
 
| released            =  
 +
| released_ref        =
 
| stable_release      =  
 
| stable_release      =  
 
| stable_release_date  =  
 
| stable_release_date  =  
Line 67: Line 68:
 
; released
 
; released
 
: The component’s release date in the following format: {{code|YYYY-MM-DD}}
 
: The component’s release date in the following format: {{code|YYYY-MM-DD}}
 +
; released_ref
 +
: This should be a link to source of the release date. {{code|<nowiki><ref></nowiki>}} tags do need need to be supplied, just the link.
 
; foobar2000_ui_module
 
; foobar2000_ui_module
 
: This should be either "Default User Inferface", "Columns UI", or both. If left blank, the field will show "N/A".
 
: This should be either "Default User Inferface", "Columns UI", or both. If left blank, the field will show "N/A".

Revision as of 14:42, 7 July 2019

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

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

Usage

Insert the following template at the beginning of the article, but below any hatnote templates:

{{Foobar Component Infobox
| name                 = 
| screenshot           = 
| caption              = 
| module_name          = 
| developer            = 
| released             = 
| released_ref         = 
| stable_release       = 
| stable_release_date  = 
| preview_release      = 
| preview_release_date = 
| foobar2000_version   = 
| foobar2000_ui_module = 
| use                  = 
| license              = 
| discussion_thread    = 
}}

Fields

screenshot
An image in the following format: [[Image:...|256px]]
released
The component’s release date in the following format: YYYY-MM-DD
released_ref
This should be a link to source of the release date. <ref> tags do need need to be supplied, just the link.
foobar2000_ui_module
This should be either "Default User Inferface", "Columns UI", or both. If left blank, the field will show "N/A".