Difference between revisions of "Template:6sTeamCard"
Jump to navigation
Jump to search
m (margin-top: 1em) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div class="teamcard" style="position:relative; width:166px; height:{{#expr:160+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}+{{#if:{{{qualifier|}}}|28|0}}}}px; margin-top:1em"> | <includeonly><div class="teamcard" style="position:relative; width:166px; height:{{#expr:160+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}+{{#if:{{{qualifier|}}}|28|0}}}}px; margin-top:1em"> | ||
− | <center>{{#if:{{{team|}}}|'''[[{{{link|{{{team}}}}}}|{{{team}}}]]'''|'''TBD'''}}{{#if:{{{notes|}}}| <sup>{{{notes| }}}</sup>}}{{{ref|}}}</center> | + | <center>{{#if:{{{team|}}}|'''{{#ifeq:{{{link|}}}|0|{{{team|}}}|[[{{{link|{{{team}}}}}}|{{{team}}}]]'''|'''TBD'''}}}}{{#if:{{{notes|}}}| <sup>{{{notes| }}}</sup>}}{{{ref|}}}</center> |
{| class="wikitable logo" style="width: 166px; height: {{#expr: 167+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;" | {| class="wikitable logo" style="width: 166px; height: {{#expr: 167+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;" | ||
|- | |- | ||
Line 26: | Line 26: | ||
|- | |- | ||
{{#if:{{{coach|}}}| | {{#if:{{{coach|}}}| | ||
− | !{{{rolecoach|[[File:Generic Logo.png|20px|link=|Coach]]}}} | + | !'''{{{rolecoach|[[File:Generic Logo.png|20px|link=|Coach]]}}}''' |
{{!}}{{#if:{{{coachteam|}}}|<span style="height:22px; width:22px; overflow:hidden; display:flex; justify-content:center; float:right;"> <span style="transform:translate(-2px, -1px)">[[File:{{#if:{{{coachteamimg|}}}|{{{coachteamimg}}}|{{#ifexist:File:{{{coachteam}}}_Icon.png|{{{coachteam}}}_Icon.png|TF_icon.png}}}}|x20px|link={{{coachteam}}}]]</span></span>}} {{flag|fixed-width=1|{{#if:{{{coachflag|}}}|{{{coachflag|filler flag}}}|filler flag}}}} {{#if:{{{coach|}}}|[[{{{coachlink|{{{coach}}}}}}|{{{coach}}}]]|<abbr title="To Be Determined">TBD</abbr>}} | {{!}}{{#if:{{{coachteam|}}}|<span style="height:22px; width:22px; overflow:hidden; display:flex; justify-content:center; float:right;"> <span style="transform:translate(-2px, -1px)">[[File:{{#if:{{{coachteamimg|}}}|{{{coachteamimg}}}|{{#ifexist:File:{{{coachteam}}}_Icon.png|{{{coachteam}}}_Icon.png|TF_icon.png}}}}|x20px|link={{{coachteam}}}]]</span></span>}} {{flag|fixed-width=1|{{#if:{{{coachflag|}}}|{{{coachflag|filler flag}}}|filler flag}}}} {{#if:{{{coach|}}}|[[{{{coachlink|{{{coach}}}}}}|{{{coach}}}]]|<abbr title="To Be Determined">TBD</abbr>}} | ||
{{!}}-|}} | {{!}}-|}} |
Latest revision as of 04:52, 20 April 2020
(view - edit) Documentation
Credit to Liquipedia
Template meant to be used when presenting a 6 man 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. If set to
0
, no link will show. - |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 140x140px, can use the regular image size input ways of just width (140px) or height (x140px) 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.
- |<class>team=
- Player's main team if playing on a secondary team (e.g. national teams). Must have main team's proper capitalisation.
- |<class>teamimg=
- Alternate image file to be used for main team icon.
- |role<class>=
- If a team has different roles. E.g.
|rolepocket={{Icon|pyro}}
will show the pyro icon in place of the pocket icon. - |coach=
- If a team has a coach/7th player. Can be used with
|coachflag=
and|rolecoach=
just like the other player parameters. E.g. set|rolecoach={{abbr|S|Substitute}}
to show "S" instead of the coach icon. - |qualifier=
- How the team qualified for the event, i.e. "Invited". Can also be a link.
Example
{{6sTeamCard |team=Epsilon |image=Epsilon.jpeg |imagesize=140x140px |scout1=kileR4fuNN |scout1flag=pt |scout2=basH. |scout2flag=de |roamer=Tek |roamerflag=fr |pocket=Mike |pocketflag=uk |demoman=WARHURYEAH |demomanflag=uk |medic=KnOxXx |medicflag=fr |notes= }}
Code
- Typical
{{6sTeamCard |team= |image= |scout1= |scout1flag= |scout2= |scout2flag= |roamer= |roamerflag= |pocket= |pocketflag= |demoman= |demomanflag= |medic= |medicflag= |qualifier= }}
- All variables
{{6sTeamCard |team= |link= |ref= |image= |imagesize= |notes= |scout1= |scout1flag= |rolescout1= |scout1team= |scout1teamimg= |scout2= |scout2flag= |rolescout2= |scout2team= |scout2teamimg= |roamer= |roamerflag= |roleroamer= |roamerteam= |roamerteamimg= |pocket= |pocketflag= |rolepocket= |pocketteam= |pocketteamimg= |demoman= |demomanflag= |roledemoman= |demomanteam= |demomanteamimg= |medic= |medicflag= |rolemedic= |medicteam= |medicteamimg= |coach= |coachflag= |rolecoach= |qualifier= }}