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 Coding and testing.
Line 11: Line 11:
-->cellspacing="{{#if:{{{cellspacing|}}} |{{{cellspacing}}} |5}}" <!--
-->cellspacing="{{#if:{{{cellspacing|}}} |{{{cellspacing}}} |5}}" <!--
-->cellpadding="{{#if:{{{cellpadding|}}} |{{{cellpadding}}} |0}}" <!--
-->cellpadding="{{#if:{{{cellpadding|}}} |{{{cellpadding}}} |0}}" <!--
-->style="<!--{{#switch: {{{float|}}}
-->style="{{#if:{{{width|}}} |width: {{{width}}}; }}<!--
          | none= float: none; clear: both;
          | left= float: left; clear: left; margin: 0 1em 1em 0;
          }}--><!--
      -->{{#if:{{{width|}}} |width: {{{width}}}; }}<!--
       -->{{{bodystyle|{{{style|}}} }}}">
       -->{{{bodystyle|{{{style|}}} }}}">
}}<!--
}}<!--
Line 83: Line 79:
-->{{#if: {{{heading1|}}}|
-->{{#if: {{{heading1|}}}|
  <tr>
  <tr>
   <th class="sidebar-heading {{{headingclass|}}}" style="{{{basestyle|}}};{{{headingstyle|}}};{{{heading1style|}}}">
   <th class="sidebar-heading {{{headingclass|}}}" style="{{{basestyle|}}}; {{{headingstyle|}}}; {{{heading1style|}}}">
{{{heading1}}}</th>
{{{heading1}}}</th>
   </tr>
   </tr>
Line 89: Line 85:
{{{content1|}}}|
{{{content1|}}}|
<tr>
<tr>
<td class="sidebar-content {{{contentclass|}}}" style="{{{contentstyle|}}};{{{content1style|}}}"><!-- newline required before contents# for bullets to work -->
<td class="sidebar-content {{{contentclass|}}}" style="{{{contentstyle|}}}; {{{content1style|}}}"><!-- newline required before contents# for bullets to work -->
{{{content1}}}</td>
{{{content1}}}</td>
</tr>
</tr>

Revision as of 10:43, 25 July 2023

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?)