Template:Infobox foobar2000 component: Difference between revisions
Appearance
Beardgoggles (talk | contribs) m Minor code fix. |
Beardgoggles (talk | contribs) Added "foobar2000_architecture" parameter. |
||
| Line 29: | Line 29: | ||
| '''Maximum version''' | | '''Maximum version''' | ||
| {{{foobar2000_maximum}}} | | {{{foobar2000_maximum}}} | ||
|- style="vertical-align: top;" | |||
| '''Processor architecture''' | |||
| {{#if:{{{foobar2000_architecture|}}}|{{{foobar2000_architecture}}}|TBC}} | |||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| '''UI module(s)''' | | '''UI module(s)''' | ||
| Line 54: | Line 57: | ||
<pre style="display:table;">{{infobox foobar2000 component | <pre style="display:table;">{{infobox foobar2000 component | ||
| name | | name = | ||
| screenshot | | screenshot = | ||
| caption | | caption = | ||
| module_name | | module_name = | ||
| developer | | developer = | ||
| repository | | repository = | ||
| released | | released = | ||
| released_ref | | released_ref = | ||
| stable_release | | stable_release = | ||
| stable_release_date | | stable_release_date = | ||
| preview_release | | preview_release = | ||
| preview_release_date = | | preview_release_date = | ||
| foobar2000_minimum | | foobar2000_minimum = | ||
| foobar2000_maximum | | foobar2000_maximum = | ||
| foobar2000_ui_module = | | foobar2000_architecture = | ||
| use | | foobar2000_ui_module = | ||
| license | | use = | ||
| license = | |||
}}</pre> | }}</pre> | ||
==Fields== | ==Fields== | ||
| Line 80: | Line 84: | ||
: This should be a link to source of the release date, using standard wiki formatting, i.e. <code><nowiki>[https://www.example.com Example]</nowiki></code>. | : This should be a link to source of the release date, using standard wiki formatting, i.e. <code><nowiki>[https://www.example.com Example]</nowiki></code>. | ||
: <code><nowiki><ref></nowiki></code> tags are not required and '''should not''' be used. | : <code><nowiki><ref></nowiki></code> tags are not required and '''should not''' be used. | ||
; foobar2000_architecture | |||
: This should be <code>x86 32-bit</code>, <code>x86 64-bit</code>, or both. | |||
; foobar2000_ui_module | ; foobar2000_ui_module | ||
: This should be either | : This should be either <code>Default UI</code>, <code>Columns UI</code>, or both. If left blank, the field will show "N/A". | ||
[[Category:Infobox templates|Foobar2000 Component]] | [[Category:Infobox templates|Foobar2000 Component]] | ||
</noinclude> | </noinclude> | ||
Revision as of 13:19, 5 August 2023
| Infobox foobar2000 component | |
|---|---|
foobar2000 component | |
| Developer(s) | TBC |
| Release information | |
| foobar2000 compatibility | |
| Minimum version | TBC |
| Processor architecture | TBC |
| UI module(s) | N/A |
| Additional information | |
| Use | TBC |
| View all components | |
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:
{{infobox foobar2000 component
| name =
| screenshot =
| caption =
| module_name =
| developer =
| repository =
| released =
| released_ref =
| stable_release =
| stable_release_date =
| preview_release =
| preview_release_date =
| foobar2000_minimum =
| foobar2000_maximum =
| foobar2000_architecture =
| foobar2000_ui_module =
| use =
| license =
}}
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, using standard wiki formatting, i.e.
[https://www.example.com Example]. <ref>tags are not required and should not be used.- foobar2000_architecture
- This should be
x86 32-bit,x86 64-bit, or both. - foobar2000_ui_module
- This should be either
Default UI,Columns UI, or both. If left blank, the field will show "N/A".