Template:Batting abilities

From MLB Power Pros Wiki

(Difference between revisions)
Jump to: navigation, search
(Add usage)
m (updated switch code)
 
(6 intermediate revisions not shown)
Line 1: Line 1:
-
<includeonly>{{hidden|Batting Ablilites|{| border="1" cellpadding="0"
+
{| class="collapsible collapsed" width="510px" border="1" cellpadding="0"
 +
! colspan="5" | Batting Abilities
 +
|-
| colspan="5" |
| colspan="5" |
-
{| border="1" cellpadding="0"
+
{| width="100%" border="1" cellpadding="0"
-
|
+
| Clutch Hit:
-
{{switch
+
{{#switch: {{{clutchhit}}}
-
  |{{{clutchhit}}}
+
   |1=Choke Artist
-
   |case: 1=Choke Artist
+
   |2=Weak
-
   |case: 2=Weak
+
   |3=Average
-
   |case: 3=Average
+
   |4=Good
-
   |case: 4=Good
+
   |5=Great
-
   |case: 5=Great
+
   |Average
-
   |default=Average
+
}}
}}
-
|
+
| VS Lefty
-
{{switch
+
{{#switch: {{{vslefty}}}
-
  |{{{vslefty}}}
+
   |1=Choke Artist
-
   |case: 1=Choke Artist
+
   |2=Weak
-
   |case: 2=Weak
+
   |3=Average
-
   |case: 3=Average
+
   |4=Good
-
   |case: 4=Good
+
   |5=Great
-
   |case: 5=Great
+
   |Average
-
   |default=Average
+
}}
}}
|
|
Line 50: Line 50:
|
|
|}
|}
-
}}</includeonly><noinclude>
+
<noinclude>
This is the graphical layout for Batting Abilities.
This is the graphical layout for Batting Abilities.
Line 69: Line 69:
| pushhitter=1
| pushhitter=1
}}
}}
 +
</noinclude>

Current revision as of 22:33, 27 February 2008

This is the graphical layout for Batting Abilities.

Usage

Every line is optional. The major abilities not defined will default to level 3. To add special abilities, set them equal to 1.

The abilities are marked in all lowercase of their english in-game versions without spaced (Gd Catcher -> gdcatcher).

{{Batting abilities
| clutchhit=4
| pushhitter=1
}}

becomes


Personal tools