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 8: Line 8:
-->cellspacing="{{#if:{{{cellspacing|}}} |{{{cellspacing}}} |5}}" <!--
-->cellspacing="{{#if:{{{cellspacing|}}} |{{{cellspacing}}} |5}}" <!--
-->cellpadding="{{#if:{{{cellpadding|}}} |{{{cellpadding}}} |0}}" <!--
-->cellpadding="{{#if:{{{cellpadding|}}} |{{{cellpadding}}} |0}}" <!--
-->style="{{#if: {{{float|}}} | float: {{{float}}}; }}<!--
-->style="{{#switch: {{{float|}}}
      -->clear:{{#ifeq: {{{float|}}} |none
                  | both;
                  | {{#if: {{{float|}}} |{{{float}}} | }};
                }} <!--
          margin -->{{#switch: {{{float|}}}
                    | left= margin: 0 1em 1em 0;
                    }}<!--
      -->{{#switch: {{{float|}}}
           | none= float: none; clear: both;
           | none= float: none; clear: both;
           | left= float: left; clear: left; margin: 0 1em 1em 0;
           | left= float: left; clear: left; margin: 0 1em 1em 0;