Template:Infobox taser: Difference between revisions
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}}}|<tr> <th>Parameter 4</th> <td>..." |
mNo edit summary |
||
(72 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Infobox_taser/styles.css" /> | |||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{ | <div class="infobox-title mb-3">{{{player_name|{{PAGENAME}}}}}</div> | ||
<div class="infobox-image">[[File:{{{image}}}| | {{#if:{{{image|}}}| | ||
<table>{{#if:{{{ | <div class="infobox-image">[[File:{{{image}}}|250px]]</div> | ||
<th> | }} | ||
<td>{{{ | <hr> | ||
</tr>}}{{#if:{{{ | <table> | ||
<th> | {{#if:{{{other_names|}}}|<tr> | ||
<td>{{{ | <th class="nowrap">Other names</th> | ||
</tr>}}{{#if:{{{ | <td>{{{other_names}}}</td> | ||
<th> | </tr>}} | ||
<td>{{{ | {{#if:{{{country|}}}|<tr> | ||
</tr>}}{{#if:{{{ | <th class="nowrap">Country</th> | ||
<th> | <td class="infobox-data">{{Country |1={{{country}}} }} <span>[[{{Country-flags|{{{country}}}}}|x12px|border]]</span></td> | ||
<td>{{{ | </tr>}} | ||
</tr>}}{{#if:{{{ | {{#if:{{{years_active|}}}|<tr> | ||
<th> | <th class="nowrap">Years active</th> | ||
<td>{{{ | <td>{{{years_active}}}</td> | ||
</tr>}}</table> | </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> | </div> | ||
<noinclude> | |||
{{documentation}} | |||
[[Category:Mario Kart Wii Templates]] | |||
</noinclude> |