Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox corporation: Difference between revisions

Template page
No edit summary
m Rewrite to use meta template {{Infobox}} as by project "Cleanup Infobox Templates"
 
(34 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>[[Category:Template]]</noinclude>
{{Infobox
| name    = <!-- left empty, to NOT have edit links at the bottom of the box.-->


{| class="wikitable"
| title    =  
! colspan="2" style="background:lightblue;width:200px;font-size:10pt" | {{{title}}}
| above    = {{#if: {{{corpname|}}}
|-
              | {{{corpname}}}
| colspan="2" style="text-align:center;font-size:7pt" | [[Image:{{{image file}}}|noframe|200px]]<br />Image caption
              | {{Co|gray|Corporation name ?}}
|-
              }}
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | Corporation
|-
| style="font-size:9pt" | Type: || style="font-size:9pt" | {{{type}}}
|-
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | Alliance
|-
| style="font-size:9pt" | Name: || style="font-size:9pt" | {{{alliance}}}
|}


<noinclude>
|  image  = {{#if: {{{corplogo|}}}
              | [[File:{{{corplogo}}}{{!}}250px{{!}}{{{caption|}}}]]
              }}
| caption  =


== How to implement ==
| label1  = Ticker
<nowiki>
|   data1  = {{{ticker|}}}
{{Infobox corporation
|title                    =Corporation Name
|type                    =NPC/Player Corporation
|alliance                =Alliance Name
}}
</nowiki>


|  label2  = Alliance
|  data2  = {{{alliance|}}}
|  label3  = CEO
|  data3  = {{{ceo|}}}
|  label4  = Director(s)
|  data4  = {{{director|}}}
|  label5  = Founded on
|  data5  = {{{founded|}}}
|  label6  = Headquarters
|  data6  = {{{headquarters|}}}
|  label7  = Public Channel
|  data7  = {{{publicchannel|}}}
|  label8  = Website
|  data8  = {{#if: {{{website|}}}
              | [{{{website}}} {{{webnicename}}}]
            }}
| header9  = {{#If: {{{prevalliances|}}}{{{prevceos|}}}
              | History
            }}
| label10  = Alliances
|  data10  = {{{prevalliances|}}}
| label11  = Former CEOs
|  data11  = {{{prevceos|}}}
}}<noinclude>
{{documentation}}
</noinclude>
</noinclude>