Syntax

edit

Full template

edit

The parameters must be named. If the parameter does not apply, it may be left out (excluding mandatory fields below). 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 is passed.

{{NLLCareerStats/totals
  |games_played=
  |goals=
  |assists=
  |loose_balls=
  |penalty_minutes=
}}

Explanation of fields

edit
{{NLLCareerStats/totals
  |games_played=            The number of games played by the player.
  |goals=                   The number of goals scored by the player.
  |assists=                 The number of assists awarded to the player.
  |loose_balls=             The number of loose balls collected by the player.
  |penalty_minutes=         The number of penalty minutes served.
}}