Template:NLLCareerStatsGoalie/doc

From WikiProjectMed
Jump to navigation Jump to search

Syntax

Full template

{{NLLCareerStatsGoalie
  |hideLegend=
  |player_name_link=
  |player_name=

  |season#_year=
  |season#_team_link=
  |season#_team=
  |season#_games_played=
  |season#_minutes=
  |season#_wins=
  |season#_loss=
  |season#_goals_against=
  |season#_saves=
  |season#_loose_balls=
  |season#_penalty_minutes=
  |season#_goals=
  |season#_assists=

  |season#_playoff_games_played=
  |season#_playoff_minutes=
  |season#_playoff_wins=
  |season#_playoff_loss=
  |season#_playoff_goals_against=
  |season#_playoff_saves=
  |season#_playoff_loose_balls=
  |season#_playoff_penalty_minutes=
  |season#_playoff_goals=
  |season#_playoff_assists=
}}

Explanation of fields

{{NLLCareerStatsGoalie
  |hideLegend=                    Set to 1 to hide the legend at the bottom of the table (purely aesthetic).
  |player_name_link=              Optional: Wikipedia entry for the player.
  |player_name=                   Optional: The name of the player (use if different from player_name_link, or Wikipedia entry does not exist).

  |season#_year=                    The year this season taking place in.
  |season#_team_link=               The Wikipedia entry for the team the player is on, or entry for the particular season.
  |season#_team=                    The name of the team the player plays for (use if different from team_link, or Wikipedia entry does not exist).
  |season#_games_played=            The number of games played by the goalie during this season.
                                    If you include this parameter, set it to "--" to indicate they haven't played any games.
  |season#_minutes=                 The number of minutes the goalie played during the season. Only include the full minutes, use next parameter for seconds.
  |season#_seconds=                 The remaining seconds left from the time.
  |season#_wins=                    The number of wins attributed to the goalie during the season.
  |season#_loss=                    The number of losses attributed to the goalie during the season.
  |season#_goals_against=           The number of goals allowed by the goalie during the season.
  |season#_saves=                   The number of saves made by the goalie during the season.
  |season#_loose_balls=             The number of loose balls collected by the goalie during the season.
  |season#_penalty_minutes=         The number of penalty minutes served by the goalie during the season.
  |season#_goals=                   The number of goals score by the goalie during the season.
  |season#_assists=                 The number of assists awarded to the goalie during the season.

  |season#_playoff_games_played=    The number of games played by the goalie during the playoffs.
                                    If you include this parameter, set it to "--" to indicate they haven't played any games.
  |season#_playoff_minutes=         The number of minutes the goalie played during the playoffs. Only include the full minutes, use next parameter for seconds.
  |season#_playoff_seconds=         The remaining seconds left from the time, during the playoffs.
  |season#_playoff_wins=            The number of wins attributed to the goalie during the playoffs.
  |season#_playoff_loss=            The number of losses attributed to the goalie during the playoffs.
  |season#_playoff_goals_against=   The number of goals allowed by the goalie during the playoffs.
  |season#_playoff_saves=           The number of saves made by the goalie during the playoffs.
  |season#_playoff_loose_balls=     The number of loose balls collected by the goalie during the playoffs.
  |season#_playoff_penalty_minutes= The number of penalty minutes served by the goalie during the playoffs.
  |season#_playoff_goals=           The number of goals score by the goalie during the playoffs.
  |season#_playoff_assists=         The number of assists awarded to the goalie during the playoffs.
}}

The template is deigned to handle 25 season. Replace the # above with the any number from 1-25 as necessary. If a player changes teams during a season, simply use the next # and enter the year again.

Mandatory fields

{{NLLCareerStatsGoalie
  |season#_year=
}}

The season will be added to the goalies list with simply the year filled in. It will default to no entries. A team is not necessary, but the information should be included for completeness.

Data checking

There is absolute no data verification. If a parameter is not included, it is given a default value. However, if you include an improper value (e.g.: "eight" instead of 8 for a numerical parameter), it will most likely break the template. Ensure that all values input show up as expected when template is used.

Calculations

The totals for the columns along with the Goals against average and Save percentage are calculated automatically.

Hidden Information

Currently the Goals, Assists, Points, Loose Balls and Penalty Minute stats are commented out. NLL.com no longer lists these stats on a public page. If this changes, remove all of the comments from this template.