Difference between revisions of "Template:Infobox 4on4team"
From QWiki
m |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 121: | Line 121: | ||
}}<!-- | }}<!-- | ||
− | Icons | + | Icons & Links |
− | -->{{#if:{{{website|}}} {{{website2|}}} {{{website3|}}} {{{website4|}}} {{{tlstream|}}} {{{twitch|}}} {{{own3d|}}} {{{stream|}}} {{{youtube|}}} {{{twitter|}}} {{{facebook | + | -->{{#if:{{{website|}}} {{{website2|}}} {{{website3|}}} {{{website4|}}} {{{tlstream|}}} {{{twitch|}}} {{{own3d|}}} {{{stream|}}} {{{youtube|}}} {{{twitter|}}} {{{facebook|}}} {{{tlprofile|}}} {{{fanclub|}}} {{{steam|}}} {{{psn|}}} | |
<div> | <div> | ||
<div class="infobox-header wiki-backgroundcolor-light infobox-header-2">Links</div> | <div class="infobox-header wiki-backgroundcolor-light infobox-header-2">Links</div> | ||
Line 130: | Line 130: | ||
<div class="infobox-center infobox-icons"><!-- | <div class="infobox-center infobox-icons"><!-- | ||
--> {{#if:{{{website|}}}|[http://{{{website}}} {{{website}}}]<br>}}<!-- | --> {{#if:{{{website|}}}|[http://{{{website}}} {{{website}}}]<br>}}<!-- | ||
− | --> {{#if:{{{website2|}}}|[http://{{{website2}}} {{{website2}}}]}}<!-- | + | --> {{#if:{{{website2|}}}|<small>[http://{{{website2}}} {{{website2}}}]</small><br>}}<!-- |
− | --> {{#if:{{{website3|}}}|[http://{{{website3}}} {{{website3}}}]}}<!-- | + | --> {{#if:{{{website3|}}}|<small>[http://{{{website3}}} {{{website3}}}]</small><br>}}<!-- |
− | --> {{#if:{{{website4|}}}|[http://{{{website4}}} {{{website4}}}] | + | --> {{#if:{{{website4|}}}|<small>[http://{{{website4}}} {{{website4}}}]</small><br>}}<!-- |
− | |||
--> {{#if:{{{twitch|}}}|[http://www.twitch.tv/{{{twitch}}} <i class="lp-icon lp-twitch"></i>]}}<!-- | --> {{#if:{{{twitch|}}}|[http://www.twitch.tv/{{{twitch}}} <i class="lp-icon lp-twitch"></i>]}}<!-- | ||
− | |||
--> {{#if:{{{stream|}}}|[{{{stream}}} <i class="lp-icon lp-stream"></i>]}}<!-- | --> {{#if:{{{stream|}}}|[{{{stream}}} <i class="lp-icon lp-stream"></i>]}}<!-- | ||
--> {{#if:{{{youtube|}}}|[http://www.youtube.com/{{{youtube}}} <i class="lp-icon lp-youtube"></i>]}}<!-- | --> {{#if:{{{youtube|}}}|[http://www.youtube.com/{{{youtube}}} <i class="lp-icon lp-youtube"></i>]}}<!-- | ||
--> {{#if:{{{twitter|}}}|[http://twitter.com/{{{twitter}}} <i class="lp-icon lp-twitter"></i>]}}<!-- | --> {{#if:{{{twitter|}}}|[http://twitter.com/{{{twitter}}} <i class="lp-icon lp-twitter"></i>]}}<!-- | ||
--> {{#if:{{{facebook|}}}|[http://facebook.com/{{{facebook}}} <i class="lp-icon lp-facebook"></i>]}}<!-- | --> {{#if:{{{facebook|}}}|[http://facebook.com/{{{facebook}}} <i class="lp-icon lp-facebook"></i>]}}<!-- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
--> {{#if:{{{fanclub|}}}|[{{{fanclub}}} <i class="lp-icon lp-fanclub"></i>]}}<!-- | --> {{#if:{{{fanclub|}}}|[{{{fanclub}}} <i class="lp-icon lp-fanclub"></i>]}}<!-- | ||
--> {{#if:{{{playlist|}}}|[{{{playlist}}} <i class="lp-icon lp-music"></i>]}}<!-- | --> {{#if:{{{playlist|}}}|[{{{playlist}}} <i class="lp-icon lp-music"></i>]}}<!-- |
Latest revision as of 09:17, 6 April 2017
Documentation (view - edit)
4on4 team Information
Short team:
ABCD
Color:
4 13
Founded:
2016
Founder:
Manager:
Team Captain:
Status:
Active
Sponsor:
Dreamhack
Earnings (approx):
2000 SEK
IRC channel:
#quakeworld
Links
This template produces an Infobox on a team page.
Parameters
These are the variables in the Player template:
- name = Team Name
- team = Team tag / shortname
- image = Picture (will become 600px wide) (optional)
- color1 = Top color, 1-13 (optional)
- color2 = Bottom color, 1-13 (optional)
- flag = 2 letter country code
- created = Year, month (2010, April) (optional)
- status = Active / Inactive (optional)
- sponsor = Team's personal sponsor (optional)
- earnings = Team's earnings, approximately (optional)
- founder = {{player|Playername|flag=se}} (optional)
- manager = {{player|Playername|flag=us}} (optional)
- captain = {{player|Playername|flag=fi}} (optional)
- irc-channel = #quakeworld (QuakeNet) (optional)
- website = quakeworld.nu (http:// is auto added). Multiple websites can be added with website2,3,4. (optional)
Example
The following code was used to create the infobox on this page.
{{Infobox 4on4team |name=My team |team=ABCD |image=Infobox placeholder.png |color1=4 |color2=13 |flag=us |created=2016 |status=Active |sponsor=Dreamhack |earnings=2000 SEK |founder={{player|Playername|flag=se}} |manager={{player|Playername|flag=us}} |captain={{player|Playername|flag=fi}} |irc-channel=#quakeworld |website=quakeworld.nu }}
Adapted from Liquipedia under CC-BY-SA license.