Difference between revisions of "Template:7sTeamCard/doc"

From comp.tf
Jump to navigation Jump to search
(Created page with "<pre>{{HLTeamCard |team= |image= |one= |oneflag= |oneclass= |two= |twoflag= |twoclass= |three= |threeflag= |threeclass= |four= |fourflag= |fourclass= |five= |fiveflag= |fivecl...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>{{HLTeamCard
+
== Example ==
 +
<pre>{{7sTeamCard
 +
|team=froyotech
 +
|image=Froyotech Logo.png
 +
|imagesize=140x140px
 +
|one=b4nny |oneflag=us |oneclass=Scout
 +
|two=blaze |fourflag=ca|fourclass=Soldier
 +
|three=Hassassin |sixflag=us |sixclass=Demoman
 +
|four=Freestate |fiveflag=us |fiveclass=Heavy
 +
|five=CookieJake |sevenflag=us |sevenclass=Medic
 +
|six=corsa|twoflag=us |twoclass=Sniper
 +
|seven=paddie |threeflag=ca|threeclass=Spy
 +
|notes=
 +
}}</pre>
 +
{{7sTeamCard
 +
|team=froyotech
 +
|image=Froyotech Logo.png
 +
|imagesize=140x140px
 +
|one=b4nny |oneflag=us |oneclass=Scout
 +
|two=blaze |fourflag=ca|fourclass=Soldier
 +
|three=Hassassin |sixflag=us |sixclass=Demoman
 +
|four=Freestate |fiveflag=us |fiveclass=Heavy
 +
|five=CookieJake |sevenflag=us |sevenclass=Medic
 +
|six=corsa|twoflag=us |twoclass=Sniper
 +
|seven=paddie |threeflag=ca|threeclass=Spy
 +
|notes=
 +
}}
 +
 
 +
 
 +
==Code==
 +
 
 +
;Typical
 +
<pre>{{7sTeamCard
 
|team=
 
|team=
 
|image=
 
|image=
Line 9: Line 41:
 
|six= |sixflag= |sixclass=
 
|six= |sixflag= |sixclass=
 
|seven= |sevenflag= |sevenclass=
 
|seven= |sevenflag= |sevenclass=
 +
|qualifier=
 
}}</pre>
 
}}</pre>

Latest revision as of 12:01, 28 January 2018

Example[edit]

{{7sTeamCard
|team=froyotech
|image=Froyotech Logo.png
|imagesize=140x140px
|one=b4nny |oneflag=us |oneclass=Scout
|two=blaze |fourflag=ca|fourclass=Soldier
|three=Hassassin |sixflag=us |sixclass=Demoman
|four=Freestate |fiveflag=us |fiveclass=Heavy
|five=CookieJake |sevenflag=us |sevenclass=Medic
|six=corsa|twoflag=us |twoclass=Sniper
|seven=paddie |threeflag=ca|threeclass=Spy
|notes=
}}
froyotech
Scouticon.png
 United States b4nny 
Snipericon.png
 United States blaze
Spyicon.png
 Canada Hassassin
Soldiericon.png
 Canada Freestate
Heavyicon.png
 United States CookieJake
Demomanicon.png
 United States corsa
Medicicon.png
 United States paddie



Code[edit]

Typical
{{7sTeamCard
|team=
|image=
|one= |oneflag= |oneclass=
|two= |twoflag= |twoclass=
|three= |threeflag= |threeclass=
|four= |fourflag= |fourclass=
|five= |fiveflag= |fiveclass=
|six= |sixflag= |sixclass=
|seven= |sevenflag= |sevenclass=
|qualifier=
}}