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

From blackwiki
Jump to navigation Jump to search
imported>Taxman1913
(Created page with '{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> ==Syntax== ===Full template=== The parameters must '''...')
 
imported>Taxman1913
Line 4: Line 4:
 
===Full template===
 
===Full template===
 
The parameters must '''NOT''' be named and passed in this exact order. If the parameter does not apply, pass a 0 instead.
 
The parameters must '''NOT''' be named and passed in this exact order. If the parameter does not apply, pass a 0 instead.
<pre>{{NLLCareerStats/stats
+
<pre>{{CLA Player Stats/stats
 
   |games_played
 
   |games_played
 
   |goals
 
   |goals
Line 10: Line 10:
 
   |penalty_minutes
 
   |penalty_minutes
 
}}</pre>
 
}}</pre>
 +
 
===Explanation of fields===
 
===Explanation of fields===
 
<pre>{{NLLCareerStats/stats
 
<pre>{{NLLCareerStats/stats

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

{{NLLCareerStats/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