Template:Match infobox: Difference between revisions
From Hattrick
Jump to navigationJump to search
Unknown guy (talk | contribs) No edit summary |
Unknown guy (talk | contribs) mNo edit summary |
||
| Line 2: | Line 2: | ||
|+ {{#if:{{{home_flag|}}}|{{Flagicon|{{{home_flag}}}}}}} {{{home_team}}} - {{{away_team}}} {{#if:{{{away_flag|}}}|{{Flagicon|{{{away_flag}}}}}}} | |+ {{#if:{{{home_flag|}}}|{{Flagicon|{{{home_flag}}}}}}} {{{home_team}}} - {{{away_team}}} {{#if:{{{away_flag|}}}|{{Flagicon|{{{away_flag}}}}}}} | ||
|- | |- | ||
| | | colspan="2" | ||
* ID: [http://www.hattrick.org/Club/Matches/Match.aspx?matchID={{{ID}}} {{{ID}}}] | * ID: [http://www.hattrick.org/Club/Matches/Match.aspx?matchID={{{ID}}} {{{ID}}}] | ||
* Type: {{#ifeq: {{{type}}}|L|[[Image:match_league.png]]}}{{#ifeq: {{{type}}}|F|[[Image:match_friendly.png]]}}{{#ifeq: {{{type}}}|C|[[Image:match_cup.png]]}} | * Type: {{#ifeq: {{{type}}}|L|[[Image:match_league.png]]}}{{#ifeq: {{{type}}}|F|[[Image:match_friendly.png]]}}{{#ifeq: {{{type}}}|C|[[Image:match_cup.png]]}} | ||
Revision as of 20:52, 3 April 2012
colspan="2"
| |
| [[{{{home_team}}}]] | [[{{{away_team}}}]] |
|---|---|
Use like this: (and see example)
{{match_info |
| ID = match id
| type = L for league, C for cup, F for friendly
| date = match date
| weather = S for sunny, C for partialy cloudly, O for overcast, R for rain
| crowd = number of spectators
| win = score (use lost or draw variable instead of win, all three set the score value)
| kit = image of kit
| home_team = home team name
| home_flag = home team flag
| home_stars = home total stars
| home_stars_yellow = home total yellow stars
| home_stars_brown = home total brown stars
| away_team = away team name
| away_flag = away team flag
| away_stars = away total stars
| away_stars_yellow = away total yellow stars
| away_stars_brown = away total brown stars
}}