Template:Batting abilities

From MLB Power Pros Wiki

(Difference between revisions)
Jump to: navigation, search
m
m (updated switch code)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
{| border="1" cellpadding="5"
+
{| class="collapsible collapsed" width="510px" border="1" cellpadding="0"
-
|
+
! colspan="5" | Batting Abilities
-
{{switch
+
|-
-
  |{{{clutchhit}}}
+
| colspan="5" |
-
   |case: 1=Choke Artist
+
{| width="100%" border="1" cellpadding="0"
-
   |case: 2=Weak
+
| Clutch Hit:
-
   |case: 3=Average
+
{{#switch: {{{clutchhit}}}
-
   |case: 4=Good
+
   |1=Choke Artist
-
   |case: 5=Great
+
   |2=Weak
-
   |default=Average
+
   |3=Average
 +
   |4=Good
 +
   |5=Great
 +
   |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
+
}}
}}
|
|
-
 
+
|
|}
|}
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|}
 +
<noinclude>
 +
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).
 +
 +
<pre><nowiki>{{Batting abilities
 +
| clutchhit=4
 +
| pushhitter=1
 +
}}
 +
</nowiki></pre>
 +
 +
becomes
 +
{{Batting abilities
 +
| clutchhit=4
 +
| 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