Template:HLTeamCard: Difference between revisions
Jump to navigation
Jump to search
m Changing size |
mNo edit summary |
||
| Line 4: | Line 4: | ||
|{{#if:{{{image|}}}|[[File:{{{image}}}|{{{imagesize|95x95px}}}|center|{{{link}}}]]|[[File:Generic_Logo.png|center|95x95px]]}} | |{{#if:{{{image|}}}|[[File:{{{image}}}|{{{imagesize|95x95px}}}|center|{{{link}}}]]|[[File:Generic_Logo.png|center|95x95px]]}} | ||
|} | |} | ||
{| class="wikitable list" style="width: | {| class="wikitable list" style="width: 420px; height: {{#expr: 100+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;" | ||
|- | |- | ||
!width=20px|[[File:Scouticon.png|link=Scout]] | !width=20px|[[File:Scouticon.png|link=Scout]] | ||
Revision as of 16:32, 24 September 2015
(view - edit) Documentation
Template meant to be used when presenting a Highlander 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 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)
- |imagesize=
- Max size is be 245x165px, can use the regular image size input ways of just width (245px) or height (x165px) to make the image fit into the template.
- |notes=
- Superscript text that appears next to the team name.
- |<class>=
- Player name.
- |<class>flag=
- Player nationality/flag only 2 letter code in lower case is needed.
- |role<class>=
- If a team has different roles. E.g.
|rolesoldier={{Icon|roamer}}will show the
roamer icon in place of the
soldier icon. - |qualifier=
- How the team qualified for the event, i.e. "Invited". Can also be a link.
Example
{{HLTeamCard
|team=Highpander
|image=Highpander.png
|scout=Kissakala |scoutflag=fi
|soldier=zoob |soldierflag=fi
|pyro=Stevepander |pyroflag=uk
|demoman=Hildreth |demomanflag=uk
|heavy=Polk |heavyflag=us
|engineer=nijoonen |engineerflag=se
|medic=Sprayer |medicflag=li
|sniper=phromelo |sniperflag=pl
|spy=Grenjabob |spyflag=uk
|notes=
}}
Code
- Typical
{{HLTeamCard
|team=
|image=
|scout= |scoutflag=
|soldier= |soldierflag=
|pyro= |pyroflag=
|demoman= |demomanflag=
|heavy= |heavyflag=
|engineer= |engineerflag=
|medic= |medicflag=
|sniper= |sniperflag=
|spy= |spyflag=
}}
- All variables
{{HLTeamCard
|team=
|link=
|ref=
|image=
|imagesize=
|notes=
|scout= |scoutflag= |rolescout=
|soldier= |soldierflag= |rolesoldier=
|pyro= |pyroflag= |rolepyro=
|demoman= |demomanflag= |roledemoman=
|heavy= |heavyflag= |roleheavy=
|engineer= |engineerflag= |roleengineer=
|medic= |medicflag= |rolemedic=
|sniper= |sniperflag= |rolesniper=
|spy= |spyflag= |rolespy=
|qualifier=
}}
