Template:HeadToHead: Difference between revisions
From Hattrick
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
!Team Name | !Team Name | ||
! title="Matches Played" | MP | ! title="Matches Played" | MP | ||
!W | ! title="Wins" | W | ||
!D | ! title="Draws" | D | ||
!L | ! title="Losses" | L | ||
!GF | ! title="Goals For" | GF | ||
!GA | ! title="Goals Against" | GA | ||
!Avg GF | ! title="Average Goals For" | Avg GF | ||
!Avg GA | ! title="Average Goals Against" | Avg GA | ||
|- | |- | ||
| width="280px" | {{{TeamName}}} ([http://www.hattrick.org/Club/?TeamID={{{TEAMID}}} {{{TEAMID}}}]) | | width="280px" | {{{TeamName}}} ([http://www.hattrick.org/Club/?TeamID={{{TEAMID}}} {{{TEAMID}}}]) | ||
Revision as of 13:32, 22 August 2012
| Team Name | MP | W | D | L | GF | GA | Avg GF | Avg GA |
|---|---|---|---|---|---|---|---|---|
| {{{TeamName}}} ({{{TEAMID}}}) | {{{MP}}} | {{{WINS}}} | {{{DRAWS}}} | {{{LOSSES}}} | {{{GOALSFOR}}} | {{{GOALSAGAINST}}} | {{{AVGGOALSFOR}}} | {{{AVGGOALSAGAINST}}} |
[edit]
Template documentation
About
A basic template, in combination with Template:HeadToHeadRow to create a table for your head to head stats. It's designed to show results from your teams perspective.
This template was created by GM-Cyntech
Usage:
{{HeadToHead
|TeamName=Lysdexic Untied
|data=
{{HeadToHeadRow
|TeamName=[[Concordia Lagers]]
|TEAMID=423937
|MP=1
|WINS=1
|DRAWS=0
|LOSSES=0
|GOALSFOR=4
|GOALSAGAINST=1
|AVGGOALSFOR=4
|AVGGOALSAGAINST=1
}}
{{HeadToHeadRow
|TeamName=[[AFC Whenuapai]]
|TEAMID=76189
|MP=1
|WINS=1
|DRAWS=0
|LOSSES=0
|GOALSFOR=6
|GOALSAGAINST=3
|AVGGOALSFOR=6
|AVGGOALSAGAINST=3
}}
}}
Gives:
| Team Name | MP | W | D | L | GF | GA | Avg GF | Avg GA |
|---|---|---|---|---|---|---|---|---|
| Lysdexic Untied ({{{TEAMID}}}) | {{{MP}}} | {{{WINS}}} | {{{DRAWS}}} | {{{LOSSES}}} | {{{GOALSFOR}}} | {{{GOALSAGAINST}}} | {{{AVGGOALSFOR}}} | {{{AVGGOALSAGAINST}}} |
Template loop detected: Template:Documentation
Parameters
Head To Head
- TeamName
- Your team name.
- data
- The table row data (see below).
Head To Head Row
- TeamName
- The name of the team.
- TEAMID
- The Hattrick Team ID.
- MP
- Matches Played.
- WINS
- The number of wins against this team.
- DRAWS
- The number of draws you've had against this team.
- LOSSES
- The number of losses against this team.
- GOALSFOR
- The number of goals you've scored, total.
- GOALSAGAINST
- The number of goals they have scored against you.
- AVGGOALSFOR
- The average number of goals you have scored per match.
- AVGGOALSAGAINST
- The average number of goals they have scored per match.