Template:Infobox NHL team
Appearance
| This template uses Lua: |
Usage
[edit]| {{{team_name}}} | |
|---|---|
| [[File:{{{logo_image}}}|{{{logo_image_size}}}|alt={{{logo_alt}}}]] {{{logo_caption}}} | |
| Conference | {{{conference}}} |
| Division | {{{division}}} |
| Founded | {{{founded}}} |
| History | {{{history}}} |
| Home arena | {{{arena}}} |
| City | {{{city}}} |
| [[File:{{{uniform_image}}}|{{{uniform_image_size}}}|center|alt={{{uniform_image_alt}}}]] {{{uniform_caption}}} | |
| Team colors | {{{team_colors}}} |
| Media | {{{media_affiliates}}} |
| Owner | {{{owner}}} |
| General manager | {{{general_manager}}} |
| Head coach | {{{head_coach}}} |
| Captain | {{{captain}}} |
| Minor league affiliates | {{{minor_league_affiliates}}} |
| Stanley Cups | {{{stanley_cups}}} |
| Avco World Trophies | {{{avco}}} |
| Conference championships | {{{conf_titles}}} |
| Presidents' Trophies | {{{presidents'_trophies}}} |
| Division championships | {{{division_titles}}} |
| Official website | {{{website}}} |
All fields are optional, except for team name, logo, founding date, city and the CAN_eng variable. CAN_eng should be set to "1" or "true" (which switches the box to Canadian spelling) for Canadian-based teams.
- current = Team's current season, e.g. 2024–25 Montreal Canadiens season
- Avco = Avco World Trophy (former WHA teams only)
{{Infobox NHL team
| team_name =
| CAN_eng =
| text_color =
| bg_color =
| current =
| logo_image =
| logo_alt = <!-- alt text passed to image link -->
| conference =
| division =
| founded = <!-- first season of play -->
| history =
| arena =
| city = <!-- location of arena -->
| uniform_image =
| team_colors =
| media_affiliates =
| owner =
| general_manager =
| head_coach =
| captain =
| minor_league_affiliates =
| stanley_cups =
| avco =
| conf_titles =
| presidents'_trophies =
| division_titles = <!-- regular season division titles -->
| website =
}}