Template:Infobox player/basics/fielder/yes

From MLB Power Pros Wiki

(Difference between revisions)
Jump to: navigation, search
m
 
(15 intermediate revisions not shown)
Line 1: Line 1:
-
{| class="wikitable" align="right"
+
<div style="width:245px">
-
! colspan="2" align="center" | {{{firstname}}} {{{lastname}}}
+
{| class="wikitable" width="100%"
|-
|-
-
| colspan="2" align="center" | Born: {{{birthmonth}}} {{{birthday}}}, {{{birthyear}}}
+
| || TRJ = {{rank trajectory|{{{trajectory|1}}}}}
|-
|-
-
| align="center" | {{teamicon|{{{team}}}}} || align="center" | Uniform #{{{uniform}}}
+
| CON = {{rank15|{{{contact|1}}}}}
 +
| PWR = {{rank power|{{{power|1}}}}}
|-
|-
-
| align="center" | Position: {{{pos1}}} || TRJ = {{{trj}}}
+
| RUN SPD = {{rank15|{{{runspeed|1}}}}}
 +
| ARM STR = {{rank15|{{{armstrength|1}}}}}
|-
|-
-
| CON = {{rank15|{{{con}}}}} '''{{{con}}}'''
+
| FLD = {{rank15|{{{fielding|1}}}}}
-
| PWR = {{{pwr}}}
+
| E RES = {{rank15|{{{errorresist|1}}}}}
-
|-
+
-
| RUN SPD = {{rank15|{{{run}}}}} '''{{{run}}}'''
+
-
| ARM STR = {{rank15|{{{arm}}}}} '''{{{arm}}}'''
+
-
|-
+
-
| FLD = {{rank15|{{{fld}}}}} '''{{{fld}}}'''
+
-
| E RES = {{rank15|{{{eres}}}}} '''{{{eres}}}'''
+
|}
|}
-
<includeonly>[[Category:Custom_{{ #ifeq: {{pos}} | P | Pitchers | Fielders }}_({{{platform}}})|{{{lastname}}},{{{firstname}}}]]</includeonly><noinclude>
+
</div><noinclude>{{Usage|1=This is the info box for custom players.
-
{{Usage|
+
 
-
This is the info box for custom players.
+
The following code returns the Infobox seen on [[User:MaxDSterling/Custom_Player:Test]].
 +
<pre>
 +
{{Infobox fielder
 +
&#124;firstname=Test
 +
&#124;lastname=Player
 +
&#124;platform=Wii
 +
&#124;birthday=25
 +
&#124;birthmonth=December
 +
&#124;birthyear=1958
 +
&#124;team=15
 +
&#124;uniform=24
 +
&#124;bats=Right
 +
&#124;throws=Left
 +
&#124;numpositions=1
 +
&#124;pos=CF
 +
&#124;con=11
 +
&#124;pwr=142
 +
&#124;trj=3
 +
&#124;run=15
 +
&#124;arm=12
 +
&#124;fld=13
 +
&#124;eres=15
 +
}}
 +
</pre>
 +
 
}}</noinclude>
}}</noinclude>

Current revision as of 06:15, 25 May 2008

TRJ = 1
CON = 1 PWR = 1
RUN SPD = 1 ARM STR = 1
FLD = 1 E RES = 1

Usage

These usage notes will not be included in articles bearing this template.

This is the info box for custom players.

The following code returns the Infobox seen on User:MaxDSterling/Custom_Player:Test.

{{Infobox fielder
|firstname=Test
|lastname=Player
|platform=Wii
|birthday=25
|birthmonth=December
|birthyear=1958
|team=15
|uniform=24
|bats=Right
|throws=Left
|numpositions=1
|pos=CF
|con=11
|pwr=142
|trj=3
|run=15
|arm=12
|fld=13
|eres=15
}}


Personal tools