Difference between revisions of "Template:Team infobox"
Jump to navigation
Jump to search
(Applying new color scheme) |
m |
||
| (28 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {| | + | {| class="infobox" |
|- | |- | ||
| − | ! colspan=2 | + | ! colspan=2 | {{{teamname}}} |
|- | |- | ||
| − | | colspan=2 | + | | colspan=2 class="centered" | {{#if:{{{image|}}} | [[File:{{{image}}}{{!}}{{{imagesize|150px}}}]] |}} |
|- | |- | ||
| − | ! colspan=2 | + | ! colspan=2 | Team Information |
|- | |- | ||
{{#if:{{{tag|}}} | | {{#if:{{{tag|}}} | | ||
| Line 12: | Line 12: | ||
|- | |- | ||
| '''Location''' | | '''Location''' | ||
| − | | {{{location}}} | + | | {{flag|{{{location}}}}} {{{location}}} |
|- | |- | ||
| '''Format''' | | '''Format''' | ||
| Line 25: | Line 25: | ||
{{!}} {{{sponsors}}} |}} | {{!}} {{{sponsors}}} |}} | ||
|- | |- | ||
| − | ! colspan=2 | + | ! colspan=2 | Players |
|- | |- | ||
| − | | '''Leader''' | + | {{#if:{{{Leader|}}} | |
| − | + | {{!}} '''Leader''' | |
| + | {{!}} {{{leader}}} |}} | ||
|- | |- | ||
{{#if:{{{notableplayers|}}} | | {{#if:{{{notableplayers|}}} | | ||
| − | {{!}} ''' | + | {{!}} '''Past players''' |
{{!}} {{{notableplayers}}} |}} | {{!}} {{{notableplayers}}} |}} | ||
|- | |- | ||
| Line 42: | Line 43: | ||
|- | |- | ||
{{#if:{{{achievements|}}} | | {{#if:{{{achievements|}}} | | ||
| − | ! colspan=2 | + | ! colspan=2 {{!}} Achievements |
{{!}}- | {{!}}- | ||
{{!}} colspan=2 {{!}} {{{achievements}}} |}} | {{!}} colspan=2 {{!}} {{{achievements}}} |}} | ||
|- | |- | ||
| − | ! colspan=2 | + | {{#if:{{{links|}}} | |
| − | | | + | ! colspan=2 {{!}} Links |
| − | | | + | {{!}}- |
| − | | | + | {{!}} align="center" colspan=2 {{!}} {{#if:{{{steamgroup|}}} | {{Steamgroup|{{{steamgroup}}}}}<br/>|}}{{{links}}} |
| + | | {{!}} colspan=2 {{!}} }} | ||
|} | |} | ||
| − | + | [[Category:Team Infoboxes that need updating]] | |
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
| − | *Just copy | + | *Just copy the code below to the page you want and edit the values after the "=" |
| − | **'''Important:''' If you don't know | + | **'''Important:''' If you don't know any value or don't have information to fill it just let it be with a null value (blank). |
| − | **Please input team names in full and type everything carefully as | + | **Please input team names in full and type everything carefully as most things will be linked automatically and should be kept consistent across the wiki |
*After the code you can write and format text as you normally would for a more detailed history of the team | *After the code you can write and format text as you normally would for a more detailed history of the team | ||
| + | |||
| + | === Example === | ||
<pre> | <pre> | ||
{{Team infobox | {{Team infobox | ||
| teamname = Epsilon eSports | | teamname = Epsilon eSports | ||
| − | | image = | + | | image = epsilon.jpeg |
| tag = Epsilon | | tag = Epsilon | ||
| − | | location = | + | | location = Europe |
| format = 6v6 | | format = 6v6 | ||
| site = http://www.epsilon-esports.com/ | | site = http://www.epsilon-esports.com/ | ||
| − | | sponsors = Nike | + | | sponsors = Nike, Razer, Fragnet, Burn Controllers, Game Effect, Gunnar |
| − | | leader = | + | | leader = KnOxXx |
| − | | notableplayers = F2, Extremer, | + | | notableplayers = [[F2]], [[Extremer]], [[Wltrs]], [[Shintaz]], [[Jh]], [[Sneis]], [[Wai]] |
| − | | currentplayers = Numlocked, | + | | currentplayers = [[Numlocked]], [[KnOxXx]], [[Mike]], [[GeaR]], [[basH]], [[schocky]] |
| − | | subs = Mitsy | + | | subs = [[Mitsy]], [[Raymon]] |
| − | | achievements = | + | | achievements = <p> |
| + | *[[Insomnia49]] 1st place</p> | ||
| links = [http://etf2l.org/teams/76/ ETF2L] | | links = [http://etf2l.org/teams/76/ ETF2L] | ||
| + | | steamgroup = epsilonesports | ||
}} | }} | ||
| + | </pre> | ||
| + | |||
| + | ===Will yeld=== | ||
| + | {{Team infobox | ||
| + | | teamname = Epsilon eSports | ||
| + | | image = epsilon.jpeg | ||
| + | | tag = Epsilon | ||
| + | | location = Europe | ||
| + | | format = 6v6 | ||
| + | | site = http://www.epsilon-esports.com/ | ||
| + | | sponsors = Nike, Razer, Fragnet, Burn Controllers, Game Effect, Gunnar | ||
| + | | leader = KnOxXx | ||
| + | | notableplayers = [[F2]], [[Extremer]], [[Wltrs]], [[Shintaz]], [[Jh]], [[Sneis]], [[Wai]] | ||
| + | | currentplayers = [[Numlocked]], [[KnOxXx]], [[Mike]], [[GeaR]], [[basH]], [[schocky]] | ||
| + | | subs = [[Mitsy]], [[Raymon]] | ||
| + | | achievements = <p> | ||
| + | *[[Insomnia49]] 1st place</p> | ||
| + | | links = [http://etf2l.org/teams/76/ ETF2L] | ||
| + | | steamgroup = epsilonesports | ||
| + | }} | ||
| + | |||
| + | [[Category:Infoboxes]][[Category:Template]] | ||
Latest revision as of 06:30, 4 March 2017
| {{{teamname}}} | |
|---|---|
| Team Information | |
| Location | {{Flag/{{{location}}}}} {{{location}}} |
| Format | {{{format}}} |
| Players | |
| Current players | {{{currentplayers}}} |
Usage
- Just copy the code below to the page you want and edit the values after the "="
- Important: If you don't know any value or don't have information to fill it just let it be with a null value (blank).
- Please input team names in full and type everything carefully as most things will be linked automatically and should be kept consistent across the wiki
- After the code you can write and format text as you normally would for a more detailed history of the team
Example
{{Team infobox
| teamname = Epsilon eSports
| image = epsilon.jpeg
| tag = Epsilon
| location = Europe
| format = 6v6
| site = http://www.epsilon-esports.com/
| sponsors = Nike, Razer, Fragnet, Burn Controllers, Game Effect, Gunnar
| leader = KnOxXx
| notableplayers = [[F2]], [[Extremer]], [[Wltrs]], [[Shintaz]], [[Jh]], [[Sneis]], [[Wai]]
| currentplayers = [[Numlocked]], [[KnOxXx]], [[Mike]], [[GeaR]], [[basH]], [[schocky]]
| subs = [[Mitsy]], [[Raymon]]
| achievements = <p>
*[[Insomnia49]] 1st place</p>
| links = [http://etf2l.org/teams/76/ ETF2L]
| steamgroup = epsilonesports
}}
Will yeld
| Epsilon eSports | |
|---|---|
| Team Information | |
| Tag | Epsilon |
| Location | Error creating thumbnail: Unable to save thumbnail to destination Europe
|
| Format | 6v6 |
| Official Website | http://www.epsilon-esports.com/ |
| Sponsors | Nike, Razer, Fragnet, Burn Controllers, Game Effect, Gunnar |
| Players | |
| Past players | F2, Extremer, Wltrs, Shintaz, Jh, Sneis, Wai |
| Current players | Numlocked, KnOxXx, Mike, GeaR, basH, schocky |
| Subs | Mitsy, Raymon |
| Achievements | |
| |
| Links | |
Error creating thumbnail: Unable to save thumbnail to destination
| |