Difference between revisions of "Template:TeamAbbr"
From QWiki
m (Corrected bad text baseline, again...) |
m (Adding mix-blend-mode:luminosity to nicer blend on colored rows) |
||
Line 2: | Line 2: | ||
If flag is set - use an image link to display it. | If flag is set - use an image link to display it. | ||
− | -->{{#if:{{{flag|}}}|<span style="white-space:nowrap;vertical-align: baseline;">{{flag/{{lc:{{{flag}}}}}}} </span>|}}<!-- | + | -->{{#if:{{{flag|}}}|<span style="white-space:nowrap;vertical-align:baseline;">{{flag/{{lc:{{{flag}}}}}}} </span>|}}<!-- |
Display team name. If |gray= is set to anything, text will show in gray. | Display team name. If |gray= is set to anything, text will show in gray. | ||
− | -->{{#if:{{{gray|}}}|<span style="white-space: pre;vertical-align: baseline;color:#888;">{{{1}}}</span>|<span style="white-space: pre;vertical-align: baseline;">{{#if:{{{link}}}| | + | -->{{#if:{{{gray|}}}|<span style="white-space:pre;vertical-align:baseline;color:#888;">{{{1}}}</span>|<span style="white-space: pre;vertical-align:baseline;mix-blend-mode:luminosity;">{{#if:{{{link}}}| |
{{#switch: {{{link|}}} | {{#switch: {{{link|}}} | ||
|false={{{1|}}} | |false={{{1|}}} | ||
Line 14: | Line 14: | ||
-->{{#if:{{{rows|}}}| | -->{{#if:{{{rows|}}}| | ||
{{#switch: {{{rows}}} | {{#switch: {{{rows}}} | ||
− | |2=<span style="white-space: pre;font-size:70%;color:#888;vertical-align: top;><br />{{{2}}}</span> | + | |2=<span style="white-space: pre;font-size:70%;color:#888;vertical-align:top;mix-blend-mode:luminosity;><br />{{{2}}}</span> |
− | |#default=<span style="white-space: pre;font-size:70%;color:#888;margin-left:8px;vertical-align: baseline;">{{{2}}}</span> | + | |#default=<span style="white-space:pre;font-size:70%;color:#888;margin-left:8px;vertical-align:baseline;mix-blend-mode:luminosity;">{{{2}}}</span> |
− | }}|<span style="white-space: pre;font-size:70%;color:#888;margin-left:8px;vertical-align: baseline;">{{{2}}}</span> | + | }}|<span style="white-space:pre;font-size:70%;color:#888;margin-left:8px;vertical-align:baseline;mix-blend-mode:luminosity;">{{{2}}}</span> |
}}<!-- | }}<!-- | ||
</includeonly><noinclude>{{Documentation}}[[Category:Templates]]</noinclude> | </includeonly><noinclude>{{Documentation}}[[Category:Templates]]</noinclude> |
Revision as of 08:18, 23 March 2021
Documentation (view - edit)
This template is used to display a team and then its players on one (comma separated) line together.
RussiaBilly The Kid, gLAd, Zeppski, Quake, Bulat, Gorgoroth, NLK, SS, Max Power
Use
- |=
- The name of the team. By default, it will not be linked.
- |link=true
- If set, the name of the team is linked.
- |gray=
- Changes color of team name to lighter gray (does not work if team is linked).
- |flag=
- Country flag using two letter ISO code. Use tbd for . Leave empty to hide flag entirely.
- |rows=
- If set to
2
, player names will move under team. - |(after last pipe)=
- Anything entered here will display to the right of the team.
- Note: When listing players, please use comma followed by a space (
,
) between each player. - By default players are printed with small, light gray text, but this template supports the us of {{player}} so that individual players can have
flag
,link
or abbr.
More uses
Example 1
On 2 rows, with full use of {{player}} for each name:
{{TeamAbbr|Russia|flag=ru|rows=2|{{player|Billy The Kid|flag=ru}}, {{player|gLAd|flag=ru}}, {{player|Zeppski|flag=ru|link=Zepp}}, {{player|Quake|flag=ru}}, {{player|Bulat|flag=ru}}, {{player|Gorgoroth|flag=ru}}, {{player|nlk|flag=ru}}, {{player|SS|flag=ru}}, {{player|Max Power|flag=ru}}}}
Gives us:
Russia
Billy The Kid, gLAd, Zeppski, Quake, Bulat, Gorgoroth, nlk, SS, Max Power
Example 2
Within {{GroupTableSlot}}:
{{GroupTableSlot| {{TeamAbbr|Australia|flag=au|Yeti, HarlsoM, dracs, blindcant, swoop}} |place=2 |win_m=2 |lose_m=3 |win_g=4 |lose_g=7 |diff=-3 |bg=}}
GroupTableStart | |||||
---|---|---|---|---|---|
2. | AustraliaYeti, HarlsoM, dracs, blindcant, swoop | 2-3 | 4-7 | -3 |
Copy/Paste
{{TeamAbbr|Teamname|flag=tbd|player1, player2, player3, player4}}