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 217: Line 217:
<ul>
<ul>
{{#switch: {{lc: {{{ubiquitous|}}} }}
{{#switch: {{lc: {{{ubiquitous|}}} }}
| #default=
  | v
  | v
  | 5 = <li style="background: green;> {{Sk|Ubiquitous Moon Ore Processing|V}}
  | 5 = <li style="background: green;> {{Sk|Ubiquitous Moon Ore Processing|V}}
Line 223: Line 222:
  | 4 = <li> {{Sk|Ubiquitous Moon Ore Processing|IV}}
  | 4 = <li> {{Sk|Ubiquitous Moon Ore Processing|IV}}
}}
}}
 
{{#switch: {{lc: {{{common|}}} }}
| v
| 5 = <li style="background: green;> {{Sk|Common Moon Ore Processing|V}}
| iv
| 4 = <li> {{Sk|Common Moon Ore Processing|IV}}
}}
{{#switch: {{lc: {{{uncommon|}}} }}
| v
| 5 = <li style="background: green;> {{Sk|Uncommon Moon Ore Processing|V}}
| iv
| 4 = <li> {{Sk|Uncommon Moon Ore Processing|IV}}
}}
{{#switch: {{lc: {{{rare|}}} }}
| v
| 5 = <li style="background: green;> {{Sk|Rare Moon Ore Processing|V}}
| iv
| 4 = <li> {{Sk|Rare Moon Ore Processing|IV}}
}}
{{#switch: {{lc: {{{exceptional|}}} }}
| v
| 5 = <li style="background: green;> {{Sk|Exceptional Moon Ore Processing|V}}
| iv
| 4 = <li> {{Sk|Exceptional Moon Ore Processing|IV}}
}}
</ul>
</ul>
</td>
</td>