Template:Company-infobox: Difference between revisions

From Metroid Wiki
mNo edit summary
(infobox)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| width="300px" cellpadding="3" cellspacing="0" align="right" style="{{round|20px}} {{border|2}} {{background|neutral}}; font-size: 11px"
{| class="infobox"
|
|
{| width="100%" cellpadding="3" cellspacing="0" align="center" style="{{round}}"
{| class="infobox-sub"
! colspan="2" style="{{#if: {{{image|}}}| {{roundt}} | {{round}}}} {{border}} {{background}} font-size: 13px;" | ''{{{name|{{PAGENAME}}}}}''
! colspan="2" style="font-size: 13px; text-align: center;" | ''{{{name|{{PAGENAME}}}}}''
|-
|-
{{#if: {{{image|}}}|
{{#if: {{{image|}}}|
! colspan="2" align="center" style="{{roundb}} {{border}} {{background}}" {{!}} <div style="float:center; border-bottom:1px solid #{{mw color light}}">{{{image|}}}<br /><br /></div>
{{!}} colspan="2" style="text-align: center;" {{!}} <div style="float:center; border-bottom: 1px solid #{{mw color light}}">{{{image|}}}<br /><br /></div>
<span style="font-size: 10px">{{{caption|}}}</span>}}
<span style="font-size: 10px">{{{caption|}}}</span>}}
|}
|}
|-  
|-  
|
|
{| width="100%" cellpadding="3" cellspacing="0" align="center" style="{{round}} {{border}} {{background}}"
{| class="infobox-sub"
! style="width: 30%; border-right: 1px solid #{{mw color light}}" align="right"  {{!}} Founded
! Founded
{{!}}
{{!}}
{{{founded|''Date Unspecified''}}}
{{{founded|''Date Unspecified''}}}
|-
|-
{{#if:{{{parent|}}}|
{{#if:{{{parent|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Parent Company
! Parent Company
{{!}} style="border-top: 1px solid #{{mw color light}}" {{{parent|}}}}}
{{!}}
{{{parent|}}}}}
|-
|-
{{#if:{{{metroid|}}}|
{{#if:{{{metroid|}}}|
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Metroid Games Developed
! Metroid Games Developed
{{!}} style="border-top: 1px solid #{{mw color light}}" {{{metroid|}}}}}
{{!}}
{{{metroid|}}}}}
|-  
|-  
{{!-}} valign="center"
{{!-}} valign="center"
! style="border-top: 1px solid #{{mw color light}}; border-right: 1px solid #{{mw color light}}" align="right" {{!}} Website(s)
! Website(s)
{{!}} style="border-top: 1px solid #{{mw color light}}" {{!}} {{{website|''None''}}}
{{!}}
{{{website|''None''}}}
|}
|}
|}
|}<noinclude>{{clear}}
<noinclude>
==Usage==
 
{{clear}}
==Usage==
 
This should be used on the pages of companies.
This should be used on the pages of companies.
*'''Image:''' An image representing the company, preferably the company's logo
*'''Image:''' An image representing the company, preferably the company's logo
Line 38: Line 45:


Blank code <small>(paste onto page)</small>:
Blank code <small>(paste onto page)</small>:
<pre>{{Company-infobox
<pre>{{Company-infobox
|image=
|image=
Line 47: Line 55:
}}</pre>
}}</pre>


 
[[Category:Infobox Templates]]</noinclude>
[[Category:Infobox Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 20:34, 16 August 2021

Company-infobox
Founded

Date Unspecified

Website(s)

None


Usage[edit source]

This should be used on the pages of companies.

  • Image: An image representing the company, preferably the company's logo
  • Caption: A caption that describes the image
  • Founded: The date the company was founded (No reason why this shouldn't be there)
  • Metroid: It's relationship to the Metroid series (Omit if there is none in particular)
  • Parent: A parent company
  • Website: The company's website

Blank code (paste onto page):

{{Company-infobox
|image=
|caption=
|founded=
|metroid=
|parent=
|website=
}}