Template:Infobox taser: Difference between revisions
No edit summary |
mNo edit summary |
||
(49 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Infobox_taser/styles.css" /> | |||
{ | class="infobox" | <div class="infobox"> | ||
| | <div class="infobox-title mb-3">{{{player_name|{{PAGENAME}}}}}</div> | ||
| | {{#if:{{{image|}}}| | ||
| | <div class="infobox-image">[[File:{{{image}}}|250px]]</div> | ||
| | }} | ||
| | <hr> | ||
<table> | |||
| | {{#if:{{{other_names|}}}|<tr> | ||
| | <th class="nowrap">Other names</th> | ||
} | <td>{{{other_names}}}</td> | ||
</tr>}} | |||
{{#if:{{{country|}}}|<tr> | |||
<th class="nowrap">Country</th> | |||
<td class="infobox-data">{{Country |1={{{country}}} }} <span>[[{{Country-flags|{{{country}}}}}|x12px|border]]</span></td> | |||
</tr>}} | |||
{{#if:{{{years_active|}}}|<tr> | |||
<th class="nowrap">Years active</th> | |||
<td>{{{years_active}}}</td> | |||
</tr>}} | |||
{{#if:{{{known_for|}}}|<tr> | |||
<th class="nowrap">Known for</th> | |||
<td>{{{known_for}}}</td> | |||
</tr>}} | |||
{{collapsed infobox section begin|div=yes|Social Medias|expanded=yes|titlestyle=background-color:#acdfef}} | |||
<tr> | |||
<th class="nowrap">mkwtas</th> | |||
<td>[https://mkwtas.com/player.php?name={{#if:{{{mkwtas|}}}| {{#replace: {{{mkwtas}}} | | _}} {{{mkwtas}}} | {{#replace: {{PAGENAME}} | | _}} {{PAGENAME}} }}] [[File:Mkwtas_icon.png|right|x18px|border]]</td> | |||
</tr> | |||
{{#if:{{{mkwrs|}}}|<tr> | |||
<th class="nowrap">mkwrs</th> | |||
<td>[https://mkwrs.com/mkwii/profile.php?player={{{mkwrs}}} {{{mkwrs}}}] [[File:Mkwrs_icon.png|right|x18px|border]]</td> | |||
</tr>}} | |||
{{#if:{{{youtube|}}}|<tr> | |||
<th class="nowrap">Youtube</th> | |||
<td>[https://www.youtube.com/@{{{youtube}}} {{{youtube}}}] [[File:YouTube full-color icon (2017).svg|right|x18px|border]]</td> | |||
</tr>}} | |||
{{#if:{{{twitch|}}}|<tr> | |||
<th class="nowrap">Twitch</th> | |||
<td>[https://www.twitch.tv/{{{twitch}}} {{{twitch}}}] [[File:Twitch icon 2012.svg|right|x18px|border]]</td> | |||
</tr>}} | |||
{{#if:{{{twitter|}}}|<tr> | |||
<th class="nowrap">X/Twitter</th> | |||
<td>[https://twitter.com/{{{twitter}}} {{{twitter}}}] [[File:X logo 2023.svg|right|x18px|border]]</td> | |||
</tr>}} | |||
{{collapsed infobox section end}} | |||
</table> | |||
</div> | |||
<noinclude> | |||
{{documentation}} | |||
[[Category:Mario Kart Wii Templates]] | |||
</noinclude> |