Template:BPL Result
Jump to navigation
Jump to search
Usage
Use this template to format the cells in the results table.
- The parameter
winnerdecides the background color of the cell. Possible values arenull(to indicate that no match is possible, as in when both the column and the row refer to the same team),home(for matches won by the home team),away(for matches won by the visitor team),draw(for drawn matches),tie(for tied matches) andaban(for abandoned matches). Mandatory parameter. - The parameter
margintakes the margin of winning. Mandatory forhomeandawaywinner. Ignored for the others. - The parameter
matchtakes the sequence number of the match and makes either the margin (ifwinnerishomeoraway) or the result (ifwinnerisdraw,tieoraban) an internal link that links to the match details. Optional parameter. - The
teamparameter lists the name of the winning team.
Examples
| No match possible | {{BPL Result|winner = null}} | |
| Home team wins | 12 runs | {{BPL Result|winner = home | match=12 | margin = 12 runs}} |
| Away team wins | Dhaka 12 runs |
{{BPL Result|winner = away | margin = 12 runs | team = Dhaka}} |
| Drawn match | Match drawn | {{BPL Result|winner = draw | match = 20}} |
| Tied match | Match tied | {{BPL Result|winner = tie}} |
| Abandoned match | Match abandoned | {{BPL Result|winner = aban}} |
| No formatting | {{BPL Result}} |