Difference between revisions of "Template:CLA Player Stats/stats/doc"

From blackwiki
Jump to navigation Jump to search
imported>Taxman1913
imported>Taxman1913
 
Line 12: Line 12:
  
 
===Explanation of fields===
 
===Explanation of fields===
<pre>{{NLLCareerStats/stats
+
<pre>{{CLA Player Stats/stats
 
   |games_played=            The number of games played by the player during this set of player data.
 
   |games_played=            The number of games played by the player during this set of player data.
 
                             If you include this parameter, set it to "--" to indicate they haven't played any games.
 
                             If you include this parameter, set it to "--" to indicate they haven't played any games.
Line 19: Line 19:
 
   |penalty_minutes=        The number of penalty minutes served during this set of player data.
 
   |penalty_minutes=        The number of penalty minutes served during this set of player data.
 
}}</pre>
 
}}</pre>
 +
 
== Usage ==
 
== Usage ==
  

Latest revision as of 12:27, 20 May 2014

Syntax

Full template

The parameters must NOT be named and passed in this exact order. If the parameter does not apply, pass a 0 instead.

{{CLA Player Stats/stats
  |games_played
  |goals
  |assists
  |penalty_minutes
}}

Explanation of fields

{{CLA Player Stats/stats
  |games_played=            The number of games played by the player during this set of player data.
                            If you include this parameter, set it to "--" to indicate they haven't played any games.
  |goals=                   The number of goals scored by the player during this set of player data.
  |assists=                 The number of assists awarded to the player during this set of player data.
  |penalty_minutes=         The number of penalty minutes served during this set of player data.
}}

Usage