Template:Infobox player/basics/fielder/yes

From MLB Power Pros Wiki

(Difference between revisions)
Jump to: navigation, search
(Updated Usage)
m (added more icon templates)
Line 6: Line 6:
| align="center" | {{teamicon|{{{team}}}}} || align="center" | Uniform #{{{uniform}}}
| align="center" | {{teamicon|{{{team}}}}} || align="center" | Uniform #{{{uniform}}}
|-
|-
-
| align="center" | Position: {{{pos1}}} || TRJ = {{{trj}}}
+
| align="center" | Position: {{{pos1}}} || TRJ = {{rank trajectory|{{{trj}}}}}
|-
|-
-
| CON = {{rank15|{{{con}}}}} '''{{{con}}}'''
+
| CON = {{rank15|{{{con}}}}}
-
| PWR = {{{pwr}}}
+
| PWR = {{rank power|{{{pwr}}}}}
|-
|-
-
| RUN SPD = {{rank15|{{{run}}}}} '''{{{run}}}'''
+
| RUN SPD = {{rank15|{{{run}}}}}
-
| ARM STR = {{rank15|{{{arm}}}}} '''{{{arm}}}'''
+
| ARM STR = {{rank15|{{{arm}}}}}
|-
|-
-
| FLD = {{rank15|{{{fld}}}}} '''{{{fld}}}'''
+
| FLD = {{rank15|{{{fld}}}}}
-
| E RES = {{rank15|{{{eres}}}}} '''{{{eres}}}'''
+
| E RES = {{rank15|{{{eres}}}}}
|}
|}
[[Category:Custom_{{ #ifeq: {{{pos1}}} | P | Pitchers | Fielders }}_({{{platform}}})|{{{lastname}}},{{{firstname}}}]]</includeonly><noinclude>
[[Category:Custom_{{ #ifeq: {{{pos1}}} | P | Pitchers | Fielders }}_({{{platform}}})|{{{lastname}}},{{{firstname}}}]]</includeonly><noinclude>
-
{{Usage|
 
-
This is the info box for custom players.
 
-
 
-
<pre>
 
{{Infobox player
{{Infobox player
|firstname=Test
|firstname=Test
Line 44: Line 40:
|eres=15
|eres=15
}}
}}
-
</pre>
+
{{Usage|1=This is the info box for custom players.
-
 
+
-
will then return:
+
 +
The following code returns the Infobox seen on this page.
 +
<pre>
{{Infobox player
{{Infobox player
-
|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;pos1=CF
-
|pos1lvl=A
+
&#124;pos1lvl=A
-
|con=11
+
&#124;con=11
-
|pwr=142
+
&#124;pwr=142
-
|trj=3
+
&#124;trj=3
-
|run=15
+
&#124;run=15
-
|arm=12
+
&#124;arm=12
-
|fld=13
+
&#124;fld=13
-
|eres=15
+
&#124;eres=15
}}
}}
 +
</pre>
}}</noinclude>
}}</noinclude>

Revision as of 22:41, 27 February 2008

Test Player
Born: 25
Oakland Athletics Uniform #
Position: Platform: Wii
TRJ = ERR
CON = Expression error: Unexpected >= operator PWR = Expression error: Unexpected > operator
RUN SPD = Expression error: Unexpected >= operator ARM STR = Expression error: Unexpected >= operator
FLD = Expression error: Unexpected >= operator E RES = Expression error: Unexpected >= operator


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 this page.

{{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
}}


Personal tools