Template:Team infobox: Difference between revisions
Jump to navigation
Jump to search
Fixing missing closing pre tag |
No edit summary |
||
| Line 1: | Line 1: | ||
{| class="infobox" | {| class="infobox" | ||
|- | |- | ||
! colspan=2 | {{{teamname}}} | ! colspan=2 | {{{teamname}}} | ||
|- | |- | ||
| colspan=2 class="centered" | {{#if:{{{image|}}} | [[File:{{{image}}}{{!}}{{{imagesize|150px}}}]] |}} | | colspan=2 class="centered" | {{#if:{{{image|}}} | [[File:{{{image}}}{{!}}{{{imagesize|150px}}}]] |}} | ||
| Line 12: | Line 12: | ||
|- | |- | ||
| '''Location''' | | '''Location''' | ||
| {{{location}}} | | {{flag|{{{location}}}}} | ||
|- | |- | ||
| '''Format''' | | '''Format''' | ||
Revision as of 17:29, 25 August 2013
| {{{teamname}}} | |
|---|---|
| Team Information | |
| Location | {{Flag/{{{location}}}}} |
| Format | {{{format}}} |
| Players | |
| Leader | [[{{{leader}}}]] |
| Current players | {{{currentplayers}}} |
| Links | |
| {{{links}}} | |
Usage
- Just copy this code below to the page and edit the values after the "="
- Important: If you don't know a value just let it be with a null value (blank).
- Please input team names in full and type everything carefully as it will be linked automatically
- After the code you can write and format text as you normally would for a more detailed history of the team
{{Team infobox
| teamname = Epsilon eSports
| image = b4nnyface.jpg
| tag = Epsilon
| location = EU
| format = 6v6
| site = http://www.epsilon-esports.com/
| sponsors = Nike
| leader = KnoxXx
| notableplayers = F2, Extremer, Walters
| currentplayers = Numlocked, KnoxXx, Mike, GeaR, Bash, Schocky
| subs = Mitsy
| achievements = ETF2L 6v6 Champions the 3 last seasons
| links = [http://etf2l.org/teams/76/ ETF2L]
}}