Template:Company infobox: Difference between revisions

Combine from https://zelda-archive.fandom.com/wiki/Template:Infobox_Company?oldid=400389
m (Text replacement - "{| class="toccolours" style="float:right; margin:0 0 0.5em 1em; width:300px;font-size:95%"" to "{| class="toccolours" style="float:right; margin:0 0 0.5em 1em; width:300px;font-size:92%"")
(Combine from https://zelda-archive.fandom.com/wiki/Template:Infobox_Company?oldid=400389)
Line 1: Line 1:
{| class="toccolours" style="float:right; margin:0 0 0.5em 1em; width:300px;font-size:92%"
{| class="infobox bordered"
|-
! colspan="2" style="font-size:125%;text-align:center;background:#CCCCFF"| {{{title}}}
|-
|-
! colspan="2" style="background-color:{{{bgcolor|#CCCCFF}}}; color:{{{txtcolor|black}}}; text-align: center; font-size: larger;padding:3px" | '''{{{title|{{PAGENAME}}}}}'''  
{{#if:{{{logo<includeonly>|</includeonly>}}} |
|-
{{!}} colspan="4" style="text-align:center;padding-bottom:.5em;" {{!}}{{{logo}}}
| colspan="2" style="text-align: center" |
{{!}}-
{{{logo}}}<br>{{{caption|}}}
}}
|-
{{#if:{{{type<includeonly>|</includeonly>}}} |
{{#if:{{{founded|}}}|
{{!}} '''Type'''
{{!}}- style="vertical-align: top;background-color:{{{bgcolor|#CCCCFF}}}; color:{{{txtcolor|black}}}"
{{!}} {{{type}}}
{{!}}'''Founded:'''
{{!}}-
{{!}}style="padding-right: 1em;" {{!}} {{{founded}}}
}}
{{#if:{{{founded<includeonly>|</includeonly>}}} |
{{!}} '''Founded'''
{{!}} {{{founded}}}
{{!}}-
}}
{{#if:{{{defunct<includeonly>|</includeonly>}}} |
{{!}} '''Defunct'''
{{!}} {{{defunct}}}
{{!}}-
}}
{{#if:{{{first_release<includeonly>|</includeonly>}}} |
{{!}} '''First ''[[Mario (franchise)|Mario]]''-related release'''
{{!}} {{{first_release}}}
{{!}}-
}}
{{#if:{{{latest_release<includeonly>|</includeonly>}}} |
{{!}} '''Latest ''Mario''-related release'''
{{!}} {{{latest_release}}}
{{!}}-
}}
{{#if:{{{headquarters<includeonly>|</includeonly>}}} |
{{!}} '''Headquarters'''
{{!}} {{{headquarters}}}
{{!}}-
}}
{{#if:{{{key_people<includeonly>|</includeonly>}}} |
{{!}} '''Key people'''
{{!}} {{{key_people}}}
{{!}}-
}}
{{#if:{{{president<includeonly>|</includeonly>}}} |
{{!}} '''Current president'''
{{!}} {{{president}}}
{{!}}-
}}
{{#if:{{{industry<includeonly>|</includeonly>}}} |
{{!}} '''Industry'''
{{!}} {{{industry}}}
{{!}}-
}}
{{#if:{{{products<includeonly>|</includeonly>}}} |
{{!}} '''Products'''
{{!}} {{{products}}}
{{!}}-
}}
}}
{{#if:{{{revenue<includeonly>|</includeonly>}}} |
{{!}} '''Revenue'''
{{!}} {{{revenue}}}
{{!}}-
{{!}}-
{{#if:{{{defunct|}}}|
{{!}}- style="vertical-align: top;background-color:{{{bgcolor|#CCCCFF}}}; color:{{{txtcolor|black}}}"
{{!}}'''Defunct:'''
{{!}}style="padding-right: 1em;" {{!}} {{{defunct}}}
}}
}}
{{#if:{{{net_income<includeonly>|</includeonly>}}} |
{{!}} '''Net income'''
{{!}} {{{net_income}}}
{{!}}-
{{!}}-
{{#if:{{{first_release|}}}|
{{!}}- style="vertical-align: top;background-color:{{{bgcolor|#CCCCFF}}}; color:{{{txtcolor|black}}}"
{{!}}'''First ''Mario''-related release:'''
{{!}}style="padding-right: 1em;" {{!}} {{{first_release}}}
}}
}}
{{#if:{{{parent<includeonly>|</includeonly>}}} |
{{!}} '''Parent'''
{{!}} {{{parent}}}
{{!}}-
{{!}}-
{{#if:{{{latest_release|}}}|
{{!}}- style="vertical-align: top;background-color:{{{bgcolor|#CCCCFF}}}; color:{{{txtcolor|black}}}"
{{!}}'''Latest ''Mario''-related release:'''
{{!}}style="padding-right: 1em;" {{!}} {{{latest_release}}}
}}
}}
{{#if:{{{website<includeonly>|</includeonly>}}} |
{{!}} '''Website'''
{{!}} {{{website}}}
{{!}}-
{{!}}-
{{#if:{{{president|}}}|
{{!}}- style="vertical-align: top;background-color:{{{bgcolor|#CCCCFF}}}; color:{{{txtcolor|black}}}"
{{!}}'''Current president:'''
{{!}}style="padding-right: 1em;" {{!}} {{{president}}}
}}
}}
|}<noinclude>
|}<noinclude>
==Usage==
==Usage==
Provides info about a [[:Category:Companies|company]], including year of establishment, first and last ''[[Mario (franchise)|Mario]]''-related game created, and current president. Variable <tt>logo</tt> is equivalent to an <tt>image</tt> variable.
All rows will disappear if respective variables are not defined.
<pre>
<pre>
{{Company infobox
{{Company infobox
|bgcolor=
|title        =  
|txtcolor=
|logo          =  
|title=
|type          =  
|logo=
|founded      =
|caption=
|defunct      =  
|founded=
|first_release =  
|defunct=
|latest_release =  
|first_release=
|headquarters  =  
|latest_release=
|key_people    =  
|president=
|president     =
}}
|industry      =
</pre>
|products      =
|revenue      =
|net_income    =
|parent        =
|website      =  
}}</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>