Difference between revisions of "Template:Infobox corporation"
From EVE University Wiki
Line 11: | Line 11: | ||
|- | |- | ||
| style="font-size:9pt" | CEO: || style="font-size:9pt" | {{{ceo}}} | | style="font-size:9pt" | CEO: || style="font-size:9pt" | {{{ceo}}} | ||
+ | |- | ||
+ | | style="font-size:9pt" | Members: || style="font-size:9pt" | {{{members}}} | ||
+ | |- | ||
+ | | style="font-size:9pt" | Main Office: || style="font-size:9pt" | {{{office}}} | ||
|- | |- | ||
| colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | Alliance | | colspan="2" style="background:lightblue;text-align:center;font-size:9pt" | Alliance | ||
|- | |- | ||
| style="font-size:9pt" | Name: || style="font-size:9pt" | {{{alliance}}} | | style="font-size:9pt" | Name: || style="font-size:9pt" | {{{alliance}}} | ||
+ | |- | ||
+ | | style="font-size:9pt" | Members: || style="font-size:9pt" | {{{corps}}} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
== How to implement == | == How to implement == | ||
− | < | + | <code> |
− | {{Infobox corporation | + | {{Infobox corporation<br /> |
− | |title =Corporation Name | + | |title ="Corporation Name"<br /> |
− | |image file =Corporation Logo | + | |image file ="Corporation Logo"<br /> |
− | |type =NPC/Player Corporation | + | |type ="NPC/Player Corporation"<br /> |
− | |ceo =CEO Name | + | |ceo ="CEO Name"<br /> |
− | |alliance =Alliance Name | + | |members ="Number of members"<br /> |
+ | |office ="Main office location"<br /> | ||
+ | |alliance ="Alliance Name"<br /> | ||
+ | |corps ="Alliance's other corporations (names)"<br /> | ||
}} | }} | ||
− | </ | + | </code> |
Line 40: | Line 49: | ||
What could be taken into the infobox: | What could be taken into the infobox: | ||
* corporation tag | * corporation tag | ||
− | * number of members | + | * number of members (done) |
* main activities | * main activities | ||
− | * office location | + | * office location (done) |
</noinclude> | </noinclude> |
Revision as of 16:02, 18 January 2010
{{{title}}} | |
---|---|
[[Image:{{{image file}}}|noframe|200px]] | |
Corporation | |
Type: | {{{type}}} |
CEO: | {{{ceo}}} |
Members: | {{{members}}} |
Main Office: | {{{office}}} |
Alliance | |
Name: | {{{alliance}}} |
Members: | {{{corps}}} |
How to implement
{{Infobox corporation
|title ="Corporation Name"
|image file ="Corporation Logo"
|type ="NPC/Player Corporation"
|ceo ="CEO Name"
|members ="Number of members"
|office ="Main office location"
|alliance ="Alliance Name"
|corps ="Alliance's other corporations (names)"
}}
Example
An example can be found here.
Development
Structure
Maybe the label "Corporation" should be removed?
Additional Infos
What could be taken into the infobox:
- corporation tag
- number of members (done)
- main activities
- office location (done)