Difference between revisions of "Template:HLTeamCard"

From comp.tf
Jump to navigation Jump to search
m
(Undo revision 19854 by Efefknee (talk))
Line 1: Line 1:
 
<includeonly><div class="teamcard" style="position:relative; width:460px; height:{{#expr:140+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;">
 
<includeonly><div class="teamcard" style="position:relative; width:460px; height:{{#expr:140+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;">
<center>{{#if:{{{team|}}}|'''{{if:{{{nolink|}}}||[[}}{{{link|{{{team}}}}}}|{{{team}}}{{if:{{{nolink|}}}||[[}}'''|'''TBD'''}}{{#if:{{{notes|}}}|<sup>{{{notes|&nbsp;}}}</sup>}}{{{ref|}}}</center>
+
<center>{{#if:{{{team|}}}|'''[[{{{link|{{{team}}}}}}|{{{team}}}]]'''|'''TBD'''}}{{#if:{{{notes|}}}|<sup>{{{notes|&nbsp;}}}</sup>}}{{{ref|}}}</center>
 
{| class="wikitable logo" style="width: 460px; height: {{#expr: 100+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;"
 
{| class="wikitable logo" style="width: 460px; height: {{#expr: 100+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;"
 
|{{#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]]}}

Revision as of 16:07, 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 Roaming Soldier roamer icon in place of the Soldier 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=
}}