Navigation menu

Template:Company-infobox: Difference between revisions

From Metroid Wiki
m (Undo revision 49285 by Embyr 75 (talk) Putting line breaks back for asterisk fix)
(infobox)
 
Line 1: Line 1:
{| width="300px" cellpadding="3" cellspacing="0" style="{{round|20px}} float:right; {{border|2}} {{background|neutral}}; font-size: 11px; margin-left:10px; margin-bottom:10px"
{| 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" 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>
<noinclude>


Line 53: Line 55:
}}</pre>
}}</pre>


[[Category:Infobox Templates|{{PAGENAME}}]]
[[Category:Infobox Templates]]</noinclude>
</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=
}}