Template:OneLegResult-plain
{{{1}}} | |||
{{{2}}} | {{{4}}} | {{{5}}} |
This template is similar to Template:OneLegResult, but is shown in plain form and shows a date if desired.
Usage
Normal template
{{OneLegResult-plain|nodate= | {{{1}}}
| {{{2}}} | {{{3}}} | {{{4}}} | {{{5}}} | {{{6}}}
| {{{7}}} }}
- Parameters
- {{{1}}} - Date of match, e.g. "11 July 2010"
- {{{2}}} - Name of home team, e.g. "Netherlands"
- {{{3}}} - FIFA country code of country of origin of home team, e.g. "NED"
- {{{4}}} - Match score, e.g. "0–1"
- {{{5}}} - Name of away team, e.g. "Spain"
- {{{6}}} - FIFA country code of country of origin of away team, e.g. "ESP"
- {{{7}}} - Name (and location) of stadium, e.g. "Soccer City, Johannesburg"
Example
<syntaxhighlight lang="wikitext">
11 July 2010 | |||
Netherlands ![]() |
0–1 | ![]() |
Soccer City, Johannesburg
|
11 July 2010 | |||
Netherlands ![]() |
0–1 | ![]() |
Soccer City, Johannesburg
|
With "nodate" active
{{OneLegResult-plain|nodate=yes
| {{{1}}} | {{{2}}} | {{{3}}} | {{{4}}} | {{{5}}}
| {{{6}}} }}
- Parameters
- {{{1}}} - Name of home team, e.g. "Netherlands"
- {{{2}}} - FIFA country code of country of origin of home team, e.g. "NED"
- {{{3}}} - Match score, e.g. "0–1"
- {{{4}}} - Name of away team, e.g. "Spain"
- {{{5}}} - FIFA country code of country of origin of away team, e.g. "ESP"
- {{{6}}} - Name (and location) of stadium, e.g. "Soccer City, Johannesburg"
Example
<syntaxhighlight lang="wikitext">
Netherlands ![]() |
0–1 | ![]() |
Soccer City, Johannesburg
|
Netherlands ![]() |
0–1 | ![]() |
Soccer City, Johannesburg
|