Template:HLTeamCard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 3: | Line 3: | ||
{| class="wikitable logo" style="width: 180px; height: {{#expr: 249+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;" | {| class="wikitable logo" style="width: 180px; height: {{#expr: 249+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;" | ||
|- | |- | ||
|[[{{#if:{{{image|}}}|File:{{#ifeq:{{{image|}}}| |Generic_Logo2.png|{{{image}}}}}|{{#ifeq:{{{team|}}}||File:Generic_Logo2.png|{{#show: {{{team}}}|?has image|default=File:Generic_Logo2.png|link=none}}}}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}| | |[[{{#if:{{{image|}}}|File:{{#ifeq:{{{image|}}}| |Generic_Logo2.png|{{{image}}}}}|{{#ifeq:{{{team|}}}||File:Generic_Logo2.png|{{#show: {{{team}}}|?has image|default=File:Generic_Logo2.png|link=none}}}}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|140x140px}}|center|link=]] | ||
|} | |} | ||
{| class="wikitable list" style="width: 180px; height: {{#expr: 249+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;" | {| class="wikitable list" style="width: 180px; height: {{#expr: 249+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;" | ||
Revision as of 21:02, 17 April 2020
(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=
}}
