Template:Infobox player/basics/fielder/yes

From MLB Power Pros Wiki

(Difference between revisions)
Jump to: navigation, search
(Updated Usage)
m
 
(14 intermediate revisions not shown)
Line 1: Line 1:
-
<includeonly>{| 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}}}'''
+
|}
|}
-
[[Category:Custom_{{ #ifeq: {{{pos1}}} | 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>
<pre>
-
{{Infobox player
+
{{Infobox fielder
-
|firstname=Test
+
&#124;firstname=Test
-
|lastname=Player
+
&#124;lastname=Player
-
|platform=Wii
+
&#124;platform=Wii
-
|birthday=25
+
&#124;birthday=25
-
|birthmonth=December
+
&#124;birthmonth=December
-
|birthyear=1958
+
&#124;birthyear=1958
-
|team=15
+
&#124;team=15
-
|uniform=24
+
&#124;uniform=24
-
|bats=Right
+
&#124;bats=Right
-
|throws=Left
+
&#124;throws=Left
-
|numpositions=1
+
&#124;numpositions=1
-
|pos1=CF
+
&#124;pos=CF
-
|pos1lvl=A
+
&#124;con=11
-
|con=11
+
&#124;pwr=142
-
|pwr=142
+
&#124;trj=3
-
|trj=3
+
&#124;run=15
-
|run=15
+
&#124;arm=12
-
|arm=12
+
&#124;fld=13
-
|fld=13
+
&#124;eres=15
-
|eres=15
+
}}
}}
</pre>
</pre>
-
 
-
will then return:
 
-
 
-
{{Infobox player
 
-
|firstname=Test
 
-
|lastname=Player
 
-
|platform=Wii
 
-
|birthday=25
 
-
|birthmonth=December
 
-
|birthyear=1958
 
-
|team=15
 
-
|uniform=24
 
-
|bats=Right
 
-
|throws=Left
 
-
|numpositions=1
 
-
|pos1=CF
 
-
|pos1lvl=A
 
-
|con=11
 
-
|pwr=142
 
-
|trj=3
 
-
|run=15
 
-
|arm=12
 
-
|fld=13
 
-
|eres=15
 
-
}}
 
}}</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