Template:Infobox software: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(move doc to /doc)
(Undid revision 97234104 by Timothy Clemans (talk)st standardise title with other infoboxes)
Line 1: Line 1:
{| class="infobox" cellspacing="5" style="width: 24em; font-size: 90%; text-align: left;"
{| class="infobox" cellspacing="5" style="width: 24em; font-size: 90%; text-align: left;"
|+ style="font-size: 130%; font-weight: bold;" | {{{name}}}
! colspan="2" style="text-align: center;" | {{{logo|}}}
|-
|-
| colspan="2" style="text-align: center; font-size: 130%; font-weight: bold;" | {{{name}}}
|-
| colspan="2" style="text-align: center" | {{{logo|}}}
{{#if:{{{screenshot|}}}|
{{#if:{{{screenshot|}}}|
<tr><td colspan="2" style="text-align: center;">{{{screenshot|}}}<br />{{{caption}}}</td></tr>
<tr><td colspan="2" style="text-align: center;">{{{screenshot|}}}<br />{{{caption}}}</td></tr>

Revision as of 18:35, 26 February 2007

{{{name}}}
Use:
Website: {{{website}}}


Usage

{{Infobox software
| name                   = 
| title                  = 
| logo                   = <!-- [[File: ]] -->
| logo caption           = 
| screenshot             = <!-- [[File: ]] -->
| caption                = 
| collapsible            = 
| author                 = 
| developer              = 
| released               = 
| discontinued           = 
| Stable release = 
| preview release    = 
| programming language   = 
| operating system       = 
| platform               = 
| size                   = 
| language               = 
| status                 = 
| genre                  = 
| license                = 
| website                = 
}}