Difference between revisions of "User:Mocam/Sandbox"

From EVE University Wiki
Jump to: navigation, search
(Created page with 'pain in the ass... I suppose I can make these up but it'd be a hell of a lot easier with the right tools... The general idea: <br> : Build a template for "ships". within it, …')
 
(Blanked the page)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
pain in the ass...  I suppose I can make these up but it'd be a hell of a lot easier with the right tools...
 
  
The general idea:  <br>
 
: Build a template for "ships".  within it, get the number of each type of slot and pass in the info.  That main template will then call the appropriate sub-template to display the values.
 
 
Templates to cover the number of slots, by type (high, mid, low) a ship can have.  Basic designs -- using transparent background (vs inherited -- can't tell if someone changes it).
 
 
Max:  <br>
 
:: 8 High (hs1 - hs8 as parameter names, default "None") -- several ships with this.
 
:: 8 Mid  (ms1 - ms8 as parameter names, default "None") -- a few with this many
 
:: 8 Low (ls1 - ls8 as parameter names, default "None") -- a few with this many
 
:: 3 Rig (rs1 - rs3 as parameter names, default "None") -- the usual amount is 3 but some have less...
 
 
I'm not building templates for tech 3's.  If some yahoo wants that stuff, they can plan it in EFT and I don't think the uni should be putting together "approved" T3 ship fittings for students to be flying (nor unapproved nor for the navy).  If they can fly those, and are allowed to, they had better know what the hell they're doing.
 
 
== Template layout thoughts ==
 
 
This will consist of a series of templates that will be loaded based upon information entered into the header portion of the parent template that calls the individual portions to assemble the end result.
 
 
Templates Used: <br>
 
;* Ship Info
 
:: General container template.  It holds all the others.  I figure we can build a few.  ILN Ship Info, Approved Ship Info, etc...  So people can find the ships approved/recommended for use.
 
;* Ship Picture
 
:: Picture and the exact text description appear in 2 frames -- left side = picture, right side = text.
 
;* Ship Stats
 
:: General stats on the ship: (note: *NOT* a full retyping of EFT/EVEMon info -- quick overview stuff for pertinent details)<br>
 
:::* Ship Class (frigate, destroyer, mining barge, etc...) -- important for categorization
 
:::* Ship Race (faction, gallente, etc...) -- important for categorization -- allow for multiple.
 
:::* Ship Type (Catalyst, Dominix, etc...)
 
:::* Ship Tec Level (1 or 2 or 3 but 3 I'm not building for at this time -- defaults to 1) -- important for categorization
 
:::* CPU
 
:::* Powergrid
 
:::*
 
:::*
 
:::*
 
:::*
 
:::*
 
:::*
 
:::*
 
{| border="1" style="background-color:transparent" cellpadding="5"
 
|-
 
|| ''TEMPLATE'' Ship Description <br> Image of Ship <br> (screen shot needed)
 
|| Text description of ship.  Type in the info as is shown for a ship -- ship bonuses, etc...
 
|-
 
||
 
||
 
||
 
|}
 
== Main Template ==
 
{|
 
 
== High Slots ==
 
=== 8 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="9"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|-
 
|| {{{hs2|None}}}
 
|-
 
|| {{{hs3|None}}}
 
|-
 
|| {{{hs4|None}}}
 
|-
 
|| {{{hs5|None}}}
 
|-
 
|| {{{hs6|None}}}
 
|-
 
|| {{{hs7|None}}}
 
|-
 
|| {{{hs8|None}}}
 
|}
 
=== 7 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="8"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|-
 
|| {{{hs2|None}}}
 
|-
 
|| {{{hs3|None}}}
 
|-
 
|| {{{hs4|None}}}
 
|-
 
|| {{{hs5|None}}}
 
|-
 
|| {{{hs6|None}}}
 
|-
 
|| {{{hs7|None}}}
 
|}
 
=== 6 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="7"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|-
 
|| {{{hs2|None}}}
 
|-
 
|| {{{hs3|None}}}
 
|-
 
|| {{{hs4|None}}}
 
|-
 
|| {{{hs5|None}}}
 
|-
 
|| {{{hs6|None}}}
 
|}
 
=== 5 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="6"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|-
 
|| {{{hs2|None}}}
 
|-
 
|| {{{hs3|None}}}
 
|-
 
|| {{{hs4|None}}}
 
|-
 
|| {{{hs5|None}}}
 
|}
 
=== 4 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="5"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|-
 
|| {{{hs2|None}}}
 
|-
 
|| {{{hs3|None}}}
 
|-
 
|| {{{hs4|None}}}
 
|}
 
=== 3 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="4"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|-
 
|| {{{hs2|None}}}
 
|-
 
|| {{{hs3|None}}}
 
|}
 
=== 2 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="3"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|-
 
|| {{{hs2|None}}}
 
|}
 
=== 1 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="2"| High slots
 
|-
 
|| {{{hs1|None}}}
 
|}
 
=== 0 High Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="1"| High slots
 
|| None
 
|}
 
 
== Mid Slots ==
 
=== 8 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="9"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|-
 
|| {{{ms2|None}}}
 
|-
 
|| {{{ms3|None}}}
 
|-
 
|| {{{ms4|None}}}
 
|-
 
|| {{{ms5|None}}}
 
|-
 
|| {{{ms6|None}}}
 
|-
 
|| {{{ms7|None}}}
 
|-
 
|| {{{ms8|None}}}
 
|}
 
=== 7 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="8"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|-
 
|| {{{ms2|None}}}
 
|-
 
|| {{{ms3|None}}}
 
|-
 
|| {{{ms4|None}}}
 
|-
 
|| {{{ms5|None}}}
 
|-
 
|| {{{ms6|None}}}
 
|-
 
|| {{{ms7|None}}}
 
|}
 
=== 6 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="7"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|-
 
|| {{{ms2|None}}}
 
|-
 
|| {{{ms3|None}}}
 
|-
 
|| {{{ms4|None}}}
 
|-
 
|| {{{ms5|None}}}
 
|-
 
|| {{{ms6|None}}}
 
|}
 
=== 5 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="6"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|-
 
|| {{{ms2|None}}}
 
|-
 
|| {{{ms3|None}}}
 
|-
 
|| {{{ms4|None}}}
 
|-
 
|| {{{ms5|None}}}
 
|}
 
=== 4 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="5"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|-
 
|| {{{ms2|None}}}
 
|-
 
|| {{{ms3|None}}}
 
|-
 
|| {{{ms4|None}}}
 
|}
 
=== 3 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="4"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|-
 
|| {{{ms2|None}}}
 
|-
 
|| {{{ms3|None}}}
 
|}
 
=== 2 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="3"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|-
 
|| {{{ms2|None}}}
 
|}
 
=== 1 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="2"| Mid slots
 
|-
 
|| {{{ms1|None}}}
 
|}
 
=== 0 Mid Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="1"| Mid slots
 
|| None
 
|}
 
== Low Slots ==
 
=== 8 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="9"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|-
 
|| {{{ls2|None}}}
 
|-
 
|| {{{ls3|None}}}
 
|-
 
|| {{{ls4|None}}}
 
|-
 
|| {{{ls5|None}}}
 
|-
 
|| {{{ls6|None}}}
 
|-
 
|| {{{ls7|None}}}
 
|-
 
|| {{{ls8|None}}}
 
|}
 
=== 7 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="8"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|-
 
|| {{{ls2|None}}}
 
|-
 
|| {{{ls3|None}}}
 
|-
 
|| {{{ls4|None}}}
 
|-
 
|| {{{ls5|None}}}
 
|-
 
|| {{{ls6|None}}}
 
|-
 
|| {{{ls7|None}}}
 
|}
 
=== 6 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="7"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|-
 
|| {{{ls2|None}}}
 
|-
 
|| {{{ls3|None}}}
 
|-
 
|| {{{ls4|None}}}
 
|-
 
|| {{{ls5|None}}}
 
|-
 
|| {{{ls6|None}}}
 
|}
 
=== 5 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="6"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|-
 
|| {{{ls2|None}}}
 
|-
 
|| {{{ls3|None}}}
 
|-
 
|| {{{ls4|None}}}
 
|-
 
|| {{{ls5|None}}}
 
|}
 
=== 4 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="5"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|-
 
|| {{{ls2|None}}}
 
|-
 
|| {{{ls3|None}}}
 
|-
 
|| {{{ls4|None}}}
 
|}
 
=== 3 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="4"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|-
 
|| {{{ls2|None}}}
 
|-
 
|| {{{ls3|None}}}
 
|}
 
=== 2 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="3"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|-
 
|| {{{ls2|None}}}
 
|}
 
=== 1 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="2"| Low slots
 
|-
 
|| {{{ls1|None}}}
 
|}
 
=== 0 Low Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="1"| Low slots
 
|| None
 
|}
 
== Rig Slots ==
 
=== 3 Rig Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="4"| Low slots
 
|-
 
|| {{{rs1|None}}}
 
|-
 
|| {{{rs2|None}}}
 
|-
 
|| {{{rs3|None}}}
 
|}
 
=== 2 Rig Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="3"| Low slots
 
|-
 
|| {{{rs1|None}}}
 
|-
 
|| {{{rs2|None}}}
 
|}
 
=== 1 Rig Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="2"| Low slots
 
|-
 
|| {{{rs1|None}}}
 
|}
 
=== 0 Rig Slots ===
 
{| border="1" style="background-color:transparent" cellpadding="5" cellspacing="0"
 
|-
 
|rowspan="1"| Low slots
 
|| None
 
|}
 

Latest revision as of 21:35, 23 November 2012