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

User:Evon R'al/Sandbox template: Difference between revisions

From EVE University Wiki
m Coding and testing.
m Blank page for next project.
Tag: Replaced
Line 1: Line 1:
<!-- #css: at the end -->
No template being worked on.
<table cellspacing="0" cellpadding="0" class="InfoboxCorp">
<caption> {{{corpname|corpname is missing}}} </caption>
<tr>
  <td colspan="2" class="logo"> {{#if: {{{corplogo|}}}|[[Image:{{{corplogo}}}{{!}}center{{!}}280px{{!}}{{{caption}}}]]}} </td>
</tr>
<tr>
  <td> Ticker </td><td style="font-weight: bold;"> {{{ticker|}}} </td>
</tr>
{{#if: {{{alliance|}}} |
<tr>
  <td> Alliance </td><td> {{{alliance}}} </td>
</tr>
}}
<tr>
  <td> CEO </td><td> {{{ceo|}}} </td>
</tr>
<tr>
  <td> Director(s) </td><td> {{{director|}}} </td>
</tr>
<tr>
  <td> Founded on </td><td> {{{founded|}}} </td>
</tr>
<tr>
  <td> Status </td><td> {{{status|}}} </td>
</tr>
<tr>
  <td> Headquarters </td><td> {{{headquarters|}}} </td>
</tr>
{{#if: {{{publicchannel|}}} |
<tr>
  <td> Public Channel </td><td> {{{publicchannel}}} </td>
</tr>
}}
{{#if: {{{website|}}} |
<tr>
  <td> Website </td><td> [{{{website}}} {{{webnicename}}}] </td>
</tr>
}}
{{#if: {{{prevalliances|}}}{{{prevceos|}}} |
<tr>
  <td colspan=2 class="hdr"> History </td>
<tr>
  <td> Alliances </td><td> {{#if: {{{prevalliances|}}}|{{{prevalliances|}}}|-}} </td>
</tr>
<tr>
  <td> Former CEOs </td><td> {{#if: {{{prevceos|}}}|{{{prevceos|}}}|-}} </td>
</tr>
}}
</table>
{{#css:
table.InfoboxCorp  {
  float: right;
  clear: left;
  margin-bottom: 1em;
  margin-left: 1em;
  width: 300px;
  color: white;
  font-size: 11px;
  }
 
.InfoboxCorp caption {
  font-weight: bold;
}
 
.InfoboxCorp td {
  border-bottom: 1px solid black;
  padding: 0.5em;
  }
 
.InfoboxCorp td:first-child {
  width: 8em;
  background: black;
  vertical-align: top;
  font-weight: bold;
  }
 
.InfoboxCorp td.logo,
.InfoboxCorp td.hdr {
  background: #202020;
  }
 
.InfoboxCorp td.logo {
  padding: initial;
  }
 
.InfoboxCorp td.hdr {
  text-align: center;
  }
 
}}
<noinclude>{{documentation}}</noinclude>
<noinclude>{{documentation}}</noinclude>

Revision as of 15:55, 27 April 2022

No template being worked on.

Template documentation (for the above template, sometimes hidden or invisible)
No template being worked on.
Visit User:Evon R'al/Sandbox template/doc to edit this text! (How does this work?) (Refresh this text - why?)