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

From EVE University Wiki
Jump to: navigation, search
m (Coding and testing.)
m (Blank page for next project.)
 
(966 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- #css: at the end -->
 
{| cellspacing="0" cellpadding="0" class="InfoboxCorp"
 
<caption> {{{corpname|corpname is missing}}} <caption>
 
<tr>
 
<td colspan="2" style="border-right: 0; padding: initial; background: #202020;"> {{#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 style="background: #202020; border-right: 0; text-align: center;"> History </td>
 
<tr>-
 
<td> Alliances </td>
 
<td> {{{prevalliances}}} </td
 
</tr>
 
<tr>
 
<td> Former CEOs </td>
 
<td> {{{prevceos}}} </td>
 
</tr>
 
}}
 
|}
 
{{#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; /* black */
 
  padding: 0.5em;
 
  }
 
.InfoboxCorp td:first-child {
 
  /* border-right: 1px solid red; black */
 
  width: 8em;
 
  background: black; /* black */
 
  vertical-align: top;
 
  font-weight: bold;
 
  }
 
 
.InfoboxCorp td:nth-child(2) {
 
  /* background: #101010; #101010 */
 
  }
 
 
}}
 
 
 
<noinclude>
 
<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 11:13, 29 August 2024

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