Template:7sTeamCard: Difference between revisions

From comp.tf
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><div class="teamcard" style="position:relative; width:192px; height:{{#expr:186+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}+{{#if:{{{qualifier|}}}|28|0}}}}px;">
<includeonly><div class="teamcard" style="position:relative; width:210px; height:{{#expr:186+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}+{{#if:{{{qualifier|}}}|28|0}}}}px;">
<center>{{#if:{{{team|}}}|'''[[{{{link|{{{team}}}}}}|{{{team}}}]]'''|'''TBD'''}}{{#if:{{{notes|}}}|&nbsp;<sup>{{{notes|&nbsp;}}}</sup>}}{{{ref|}}}</center>
<center>{{#if:{{{team|}}}|'''[[{{{link|{{{team}}}}}}|{{{team}}}]]'''|'''TBD'''}}{{#if:{{{notes|}}}|&nbsp;<sup>{{{notes|&nbsp;}}}</sup>}}{{{ref|}}}</center>
{| class="wikitable logo" style="width: 186px; height: {{#expr: 192+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;"
{| class="wikitable logo" style="width: 210px; height: {{#expr: 192+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;"
|-
|-
|[[{{#if:{{{image|}}}|File:{{#ifeq:{{{image|}}}| |Generic_Logo.png|{{{image}}}}}|{{#ifeq:{{{team|}}}||File:Generic_Logo.png|{{#show: {{{team|}}}|?has teamcard image|default={{#show: {{{team|}}}|?has image|default=File:Generic_Logo.png|link=none}}|link=none}}}}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|140x140px}}|center|link=]]
|[[{{#if:{{{image|}}}|File:{{#ifeq:{{{image|}}}| |Generic_Logo.png|{{{image}}}}}|{{#ifeq:{{{team|}}}||File:Generic_Logo.png|{{#show: {{{team|}}}|?has teamcard image|default={{#show: {{{team|}}}|?has image|default=File:Generic_Logo.png|link=none}}|link=none}}}}}}|{{#if:{{{imagesize|}}}|{{{imagesize}}}|140x140px}}|center|link=]]
|}
|}
{| class="wikitable list" style="width: 186px; height: {{#expr: 192+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;"  
{| class="wikitable list" style="width: 210px; height: {{#expr: 192+{{#if:{{{placement|}}}|33|0}}+{{#if:{{{preview|}}}|27|0}}}}px;"  
|-
|-
!width=20px|<div style="text-align: left;">[[File:{{{oneclass}}}icon.png|20px|link=]]</div>
!width=20px|<div style="text-align: left;">[[File:{{{oneclass}}}icon.png|20px|link=]]</div>
Line 35: Line 35:
<div class="teamcard-qualifier" style="text-align: center; border-bottom: 1px solid #aaa; border-left: 1px solid #aaa; border-right: 1px solid #aaa; font-weight: bold; background-color: #f9f9f9; padding: 2px;margin-bottom: -25px;">{{{qualifier}}}</div>}}<!--
<div class="teamcard-qualifier" style="text-align: center; border-bottom: 1px solid #aaa; border-left: 1px solid #aaa; border-right: 1px solid #aaa; font-weight: bold; background-color: #f9f9f9; padding: 2px;margin-bottom: -25px;">{{{qualifier}}}</div>}}<!--
  ----- SEMANTIC SUBOBJECTS -----
  ----- SEMANTIC SUBOBJECTS -----
-->{{#set:has team={{{team}}}}}<!--


-->{{#ifeq:{{NAMESPACE}}||<!--
-->{{#ifeq:{{NAMESPACE}}||<!--
Line 40: Line 42:


-->{{#subobject:ranking_{{lc:{{{link|{{{team|TBD}}}}}}}}
-->{{#subobject:ranking_{{lc:{{{link|{{{team|TBD}}}}}}}}
|has player pages={{{scout1link|{{{scout1|}}}}}}
 
|has player pages={{{scout2link|{{{scout2|}}}}}}
 
|has player pages={{{roamerlink|{{{roamer|}}}}}}
|has player pages={{{onelink|{{{one}}}}}}
|has player pages={{{pocketlink|{{{pocket|}}}}}}
|has player pages={{{twolink|{{{two}}}}}}
|has player pages={{{demomanlink|{{{demoman|}}}}}}
|has player pages={{{threelink|{{{three}}}}}}
|has player pages={{{mediclink|{{{medic|}}}}}}
|has player pages={{{fourlink|{{{four}}}}}}
|has player pages={{{p7link|{{{p7|}}}}}}
|has player pages={{{fivelink|{{{five}}}}}}
|has player pages={{{sixlink|{{{six}}}}}}
|has player pages={{{sevenlink|{{{seven}}}}}}
}}
}}
}}
}}
</includeonly>
</includeonly>
<noinclude>{{Documentation}}[[Category:Templates]][[Category:Source Liquipedia‏‎]]</noinclude>
<noinclude>{{Documentation}}[[Category:Templates]][[Category:Source Liquipedia‏‎]]</noinclude>

Latest revision as of 11:54, 28 January 2018

(view - edit) Documentation

Example

{{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
 United States b4nny 
 United States blaze
 Canada Hassassin
 Canada Freestate
 United States CookieJake
 United States corsa
 United States paddie



Code

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=
}}