Editing Template:6sTeamCard/doc
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
+ | {{Ambox | ||
+ | |type = notice | ||
+ | |header = Under Maintance}} | ||
+ | |||
+ | <noinclude> | ||
[http://wiki.teamliquid.net/counterstrike/Template:TeamCard Credit to Liquipedia]<br /> | [http://wiki.teamliquid.net/counterstrike/Template:TeamCard Credit to Liquipedia]<br /> | ||
− | Template meant to be used when presenting a | + | 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 == | == Usage == | ||
Line 6: | Line 11: | ||
;|team= | ;|team= | ||
;|link= | ;|link= | ||
− | :Name of the team and link to the page if different | + | :Name of the team and link to the page if this is different. |
;|ref= | ;|ref= | ||
:To be used to insert a reference if there was some change with the team or whatever. | :To be used to insert a reference if there was some change with the team or whatever. | ||
;|image= | ;|image= | ||
:Image file link (no File: or Image: before this) | :Image file link (no File: or Image: before this) | ||
− | ;| | + | ;|size= |
− | :Max size is | + | :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= | ;|notes= | ||
− | :Superscript text that appears next to the team name | + | :Superscript text that appears next to the team name |
;|<class>= | ;|<class>= | ||
:Player name. | :Player name. | ||
;|<class>flag= | ;|<class>flag= | ||
:Player nationality/flag only 2 letter code in lower case is needed. | :Player nationality/flag only 2 letter code in lower case is needed. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
;|qualifier= | ;|qualifier= | ||
:How the team qualified for the event, i.e. "Invited". Can also be a link. | :How the team qualified for the event, i.e. "Invited". Can also be a link. | ||
== Example == | == Example == | ||
− | <pre>{{ | + | <pre>{{TeamCard |
|team=Epsilon | |team=Epsilon | ||
|image=Epsilon.jpeg | |image=Epsilon.jpeg | ||
− | | | + | |size=119x119px |
|scout1=kileR4fuNN |scout1flag=pt | |scout1=kileR4fuNN |scout1flag=pt | ||
|scout2=basH. |scout2flag=de | |scout2=basH. |scout2flag=de | ||
+ | |pocket=Mike |pocketflag=wa | ||
|roamer=Tek |roamerflag=fr | |roamer=Tek |roamerflag=fr | ||
− | + | |demoman=WARHURYEAH |demomanflag=en | |
− | |demoman=WARHURYEAH |demomanflag= | ||
|medic=KnOxXx |medicflag=fr | |medic=KnOxXx |medicflag=fr | ||
− | |||
}}</pre> | }}</pre> | ||
− | {{ | + | {{TeamCard |
|team=Epsilon | |team=Epsilon | ||
|image=Epsilon.jpeg | |image=Epsilon.jpeg | ||
− | | | + | |size=119x119px |
|scout1=kileR4fuNN |scout1flag=pt | |scout1=kileR4fuNN |scout1flag=pt | ||
|scout2=basH. |scout2flag=de | |scout2=basH. |scout2flag=de | ||
+ | |pocket=Mike |pocketflag=wa | ||
|roamer=Tek |roamerflag=fr | |roamer=Tek |roamerflag=fr | ||
− | + | |demoman=WARHURYEAH |demomanflag=en | |
− | |demoman=WARHURYEAH |demomanflag= | ||
|medic=KnOxXx |medicflag=fr | |medic=KnOxXx |medicflag=fr | ||
}} | }} | ||
Line 58: | Line 54: | ||
;Typical | ;Typical | ||
− | <pre>{{ | + | <pre>{{TeamCard |
|team= | |team= | ||
|image= | |image= | ||
|scout1= |scout1flag= | |scout1= |scout1flag= | ||
|scout2= |scout2flag= | |scout2= |scout2flag= | ||
+ | |pocket= |pocketflag= | ||
|roamer= |roamerflag= | |roamer= |roamerflag= | ||
− | |||
|demoman= |demomanflag= | |demoman= |demomanflag= | ||
|medic= |medicflag= | |medic= |medicflag= | ||
Line 71: | Line 67: | ||
</pre> | </pre> | ||
;All variables | ;All variables | ||
− | <pre>{{ | + | <pre>{{TeamCard |
|team= | |team= | ||
|link= | |link= | ||
Line 78: | Line 74: | ||
|imagesize= | |imagesize= | ||
|notes= | |notes= | ||
− | |scout1= |scout1flag | + | |scout1= |scout1flag= |
− | |scout2= |scout2flag= | | + | |scout2= |scout2flag= |
− | |roamer= |roamerflag | + | |pocket= |pocketflag= |
− | + | |roamer= |roamerflag= | |
− | |demoman= |demomanflag | + | |demoman= |demomanflag= |
− | |medic= |medicflag | + | |medic= |medicflag= |
− | |||
|qualifier= | |qualifier= | ||
}} | }} | ||
</pre> | </pre> |