Dota 2 Wiki
No edit summary
mNo edit summary
 
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<includeonly>{{#switch:{{lc:{{{1|}}} }}<!-- Don't add EHOME to the list-->
 
<includeonly>{{#switch:{{lc:{{{1|}}} }}<!-- Don't add EHOME to the list-->
  +
|blinkpool
  +
|entity gaming
 
|complexity
 
|complexity
 
|complexity gaming
 
|complexity gaming
Line 8: Line 10:
 
|ehome.keen
 
|ehome.keen
 
|ehome.luminous
 
|ehome.luminous
  +
|evil geniuses
|flipsid3 tactics
 
 
|fnatic
 
|fnatic
 
|infamous
 
|infamous
 
|invictus gaming
 
|invictus gaming
|lgd gaming
+
|keen gaming
|mineski
 
|mineski.ggnetwork
 
 
|newbee
 
|newbee
 
|orange esports
 
|orange esports
 
|prodota gaming
 
|prodota gaming
 
|power gaming
 
|power gaming
  +
|team liquid
 
|team spirit
 
|team spirit
 
|the dire
 
|the dire
 
|vega
 
|vega
  +
|vgj.storm
|vega squadron
 
 
|vici gaming
 
|vici gaming
 
|vici gaming reborn
 
|vici gaming reborn
 
|wings gaming
 
|wings gaming
|white fries gaming = [[File:Team logo {{{1}}}.png|110px|link={{{1}}}|{{{2}}}px]]
+
|white fries gaming = [[File:Team logo {{{1}}}.png|{{{2|110}}}px|link={{{1}}}]]
   
|#default = {{#ifexist:File:Team icon {{{1}}}.png|[[File:Team icon {{{1}}}.png|110px|link={{{1}}}|{{{2}}}px]]|[[File:Team icon Default.png|110px|link={{{1}}}|{{{2}}}px]]}}
+
|#default = {{#if:{{{1|}}}|{{#invoke:Team icon|main|{{{1}}}|{{{2|110}}}px}}|[[File:Team icon Default.png|{{{2|110}}}px|link={{{1}}}]]}}
}}</includeonly><noinclude>[[Category:Templates]] {{Doc begin}}
+
}}</includeonly><noinclude>{{Doc begin}}
Add teams to this template, for which the team logo should be shown instead of the icon.</noinclude>
+
Add teams to this template, for which the team logo should be shown instead of the icon.
  +
  +
== TemplateData ==
  +
<templatedata>
  +
{
  +
"params": {
  +
"1": {
  +
"label": "Team",
  +
"description": "The team name.",
  +
"example": "Newbee",
  +
"type": "string",
  +
"required": true
  +
},
  +
"2": {
  +
"label": "Icon Size",
  +
"type": "number",
  +
"required": true,
  +
"description": "The output icon size.",
  +
"example": "200",
  +
"default": "110"
  +
}
  +
},
  +
"paramOrder": [
  +
"1",
  +
"2"
  +
],
  +
"format": "inline"
  +
}
  +
</templatedata>
  +
  +
[[Category:Tournament templates]]
  +
  +
[[zh:Template:TeamRoster/Format]]
  +
</noinclude>

Latest revision as of 16:11, 23 June 2018

Documentation for Template:TeamRoster/Format [ edit | purge ]

Add teams to this template, for which the team logo should be shown instead of the icon.

TemplateData

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Team1

The team name.

Example
Newbee
Stringrequired
Icon Size2

The output icon size.

Default
110
Example
200
Numberrequired