Difference between revisions of "Template:Infobox 2on2team/doc"
From QWiki
m |
m (Added doc for IRC) |
||
Line 6: | Line 6: | ||
|color2=13 | |color2=13 | ||
|flag=tbd | |flag=tbd | ||
+ | |irc=#myircchannel | ||
|created=2016 | |created=2016 | ||
|status=Active | |status=Active | ||
Line 22: | Line 23: | ||
* '''created''' = (optional) Year, month (2010, April) | * '''created''' = (optional) Year, month (2010, April) | ||
* '''status''' = (optional) Active / Inactive | * '''status''' = (optional) Active / Inactive | ||
+ | * '''irc''' = (optional) IRC channel | ||
* '''sponsor''' = (optional) Team's personal sponsor | * '''sponsor''' = (optional) Team's personal sponsor | ||
* '''earnings''' = (optional) Team's earnings, approximately | * '''earnings''' = (optional) Team's earnings, approximately | ||
Line 39: | Line 41: | ||
|sponsor=Dreamhack | |sponsor=Dreamhack | ||
|earnings=2000 SEK | |earnings=2000 SEK | ||
+ | |irc=myircchannel | ||
}} | }} | ||
</pre> | </pre> | ||
<noinclude>[[Category:Template Documentation Pages]]</noinclude> | <noinclude>[[Category:Template Documentation Pages]]</noinclude> |
Revision as of 08:40, 11 December 2024
This template produces an Infobox on a team page.
Parameters
These are the variables in the Player template:
- name = Team Name
- team = (optional) Team tag / shortname
- image = (optional) Picture
- color1 = (optional) Top color, 1-13
- color2 = (optional) Bottom color, 1-13
- flag = (optional) 2 letter country code
- created = (optional) Year, month (2010, April)
- status = (optional) Active / Inactive
- irc = (optional) IRC channel
- sponsor = (optional) Team's personal sponsor
- earnings = (optional) Team's earnings, approximately
Example
The following code was used to create the infobox on this page.
{{Infobox 2on2team |name=My team |team=ABCD |image=Infobox placeholder.png |color1=4 |color2=13 |flag=tbd |created=2016 |status=Active |sponsor=Dreamhack |earnings=2000 SEK |irc=myircchannel }}