Difference between revisions of "Template:Infobox corporation"

From EVE University Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Template:Work in Progress}}
 
<noinclude>{{Template:Work in Progress}}
 
[[Category:Template]]</noinclude>
 
[[Category:Template]]</noinclude>
{| style="float:right;border:1px solid"
+
{| style="float:right;border:1px solid;margin:10px;"
 
! colspan="2" style="background:lightblue;width:200px;font-size:10pt" | {{{title}}}
 
! colspan="2" style="background:lightblue;width:200px;font-size:10pt" | {{{title}}}
 
|-
 
|-
Line 9: Line 9:
 
|-
 
|-
 
| style="font-size:9pt" | Type: || style="font-size:9pt" | {{{type}}}
 
| style="font-size:9pt" | Type: || style="font-size:9pt" | {{{type}}}
 +
|-
 +
| style="font-size:9pt" | CEO: || style="font-size:9pt" | {{{ceo}}}
 
|-
 
|-
 
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | Alliance
 
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | Alliance
Line 17: Line 19:
  
 
== How to implement ==
 
== How to implement ==
<code><nowiki>
+
<nowiki>
 
{{Infobox corporation
 
{{Infobox corporation
 
|title                    =Corporation Name
 
|title                    =Corporation Name
 
|image file              =Corporation Logo
 
|image file              =Corporation Logo
 
|type                    =NPC/Player Corporation
 
|type                    =NPC/Player Corporation
 +
|ceo                      =CEO Name
 
|alliance                =Alliance Name
 
|alliance                =Alliance Name
 
}}
 
}}
</nowiki></code>
+
</nowiki>
  
  
Line 32: Line 35:
  
 
== Development ==
 
== Development ==
Infobox should float on the right side.<br />
 
 
What could be taken into the infobox:
 
What could be taken into the infobox:
 
* corporation tag
 
* corporation tag
 
* number of members
 
* number of members
* ceo
+
* main activities
  
 
</noinclude>
 
</noinclude>

Revision as of 04:14, 18 January 2010

Template:Work in Progress

{{{title}}}
[[Image:{{{image file}}}|noframe|200px]]
Corporation
Type: {{{type}}}
CEO: {{{ceo}}}
Alliance
Name: {{{alliance}}}


How to implement

{{Infobox corporation |title =Corporation Name |image file =Corporation Logo |type =NPC/Player Corporation |ceo =CEO Name |alliance =Alliance Name }}


Example

An example can be found here.


Development

What could be taken into the infobox:

  • corporation tag
  • number of members
  • main activities