Template:Infobox foobar2000 component: Difference between revisions
No edit summary |
(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;" | ||
! 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}}} | ||
|- style="text-align:left; font-weight:bold;" | |- style="text-align:left; font-weight:bold;" | ||
| Maintainer | | Maintainer || {{{maintainer}}} | ||
|- style="text-align:left; font-weight:bold;" | |- style="text-align:left; font-weight:bold;" | ||
| 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}}} | ||
|- style="text-align:left; font-weight:bold;" | |- style="text-align:left; font-weight:bold;" | ||
| | | foobar2000 version || {{{foobar_version}}} | ||
|- style="text-align:left; font-weight:bold;" | |- style="text-align:left; font-weight:bold;" | ||
| Use | | Use || {{{use}}} | ||
|- style="text-align:left; font-weight:bold;" | |- style="text-align:left; font-weight:bold;" | ||
| License | | License || {{{license|Unknown}}} | ||
|- style="text-align:left; font-weight:bold;" | |- style="text-align:left; font-weight:bold;" | ||
| Website | | Website || {{{website}}} | ||
|- style="text-align:left; font-weight:bold;" | |- style="text-align:left; font-weight:bold;" | ||
| Discussion thread | | Discussion thread || {{{discussion_thread}}} | ||
|} | |} | ||
|} | |} | ||
<noinclude> | <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
|
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 = }} |