Syntax

edit

Full template

edit

The parameters must NOT be named and passed in this exact order. If the parameter does not apply, pass a 0 instead. This template will execute all passed parameters as a mathematical expression. So there is no need to wrap all information in {{#expr: }}. Since this is a total, everything will default to 0, unless data are passed.

{{MLLCareerStats/totals
  |games_played
  |goals
  |2pt_goals
  |assists
  |shots
  |ground_balls
  |penalties
  |penalty_minutes
  |faceoffs_won
  |faceoffs_att
}}

Explanation of fields

edit
{{MLLCareerStats/totals
  |games_played=            The number of games played by the player.
  |goals=                   The number of goals scored by the player.
  |2pt_goals=               The number of 2-point goals scored by the player.
  |assists=                 The number of assists awarded to the player.
  |shots=                   The number of shots attempted by the player.
  |greound_balls=           The number of ground balls credited the player.
  |penalties=               The number of penalties committed by the player.
  |penalty_minutes=         The number of penalty minutes served.
  |faceoffs_won=            The number of faceoffs won by the player.
  |faceoffs_att=            The number of faceoffs attempted by the player.
}}

Usage

edit