Template:6sTeamCard

From comp.tf
Revision as of 18:10, 12 June 2015 by Efefknee (talk | contribs) (Test and to be developed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Credit to Liquipedia
Template meant to be used when presenting a 5 man team on a tournament page. With only logo displayed until it's hovered and the roster is revealed.

Usage

X will denote a number from 1 to 5, 1 is the top row and 5 the bottom.

|team=
|link=
Name of the team and link to the page if this is different.
|ref=
To be used to insert a reference if there was some change with the team or whatever.
|image=
Image file link (no File: or Image: before this)
|size=
Max size is be 163x119px, can use the regular image size input ways of just width (163px) or height (x119px) to make the image fit into the template.
|notes=
Superscript text that appears next to the team name
|pX=
|pXlink=
Player name and page link if different from the name.
|pXflag=
Player nationality/flag only 2 letter code in lower case is needed.
|roleX=
Optional depending on squad if they have fixed roles or not, to be used together with these abbreviation templates: .
|qualifier=
How the team qualified for the event, i.e. "Invited". Can also be a link.

Example

{{TeamCard
|team=Alliance
|image=Alliance.png
|size=119x119px
|p1=Loda |p1flag=se 
|p2=S4 |p2flag=se
|p3=AdmiralBulldog |p3flag=se
|p4=EGM |p4flag=se
|p5=Akke |p5flag=se
}}

Template:TeamCard

Code

Typical
{{TeamCard
|team=
|image=
|p1= |p1flag=
|p2= |p2flag=
|p3= |p3flag=
|p4= |p4flag=
|p5= |p5flag=
|qualifier=
}}
All variables
{{TeamCard
|team=
|link=
|ref=
|image=
|imagesize=
|notes=
|p1= |p1flag= |p1link= |role1=
|p2= |p2flag= |p2link= |role2=
|p3= |p3flag= |p3link= |role3=
|p4= |p4flag= |p4link= |role4=
|p5= |p5flag= |p5link= |role5=
|qualifier=
}}