Difference between revisions of "Template:Userinfobox"
Jump to navigation
Jump to search
HerrderZeit (talk | contribs) m |
HerrderZeit (talk | contribs) m |
||
(41 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|image = Display picture image. | |image = Display picture image. | ||
|caption = Brief description. | |caption = Brief description. | ||
− | |link = | + | |link = General link you'd like to share. |
|discord = username#0000 | |discord = username#0000 | ||
− | | | + | |platforms = List of OSes you're proficient with. |
+ | |frontends = List of frontends you're proficient with. | ||
+ | |emulators = List of emulators you're proficient with. | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
− | <table class="infobox" style="text-align: left | + | <table class="infobox" style="text-align: left; font-size: 100%; border-radius: 10px; border: 1px black solid; overflow:hidden"> |
− | {{if | + | {{#if: {{{username|}}}| |
<tr> | <tr> | ||
− | + | <th class="infobox-username" colspan="2" style="text-align: center"><b>{{{username|{{PAGENAME}}}}}</b></th> | |
</tr>}} | </tr>}} | ||
− | {{if|| {{{ | + | {{#if: {{{image|}}}| |
+ | <tr> | ||
+ | <th class="infobox-image" colspan="2" style="text-align: center">[[File:{{{image}}}|300px]]</div></th> | ||
+ | </tr>}} | ||
+ | {{#if: {{{caption|}}}| | ||
+ | <tr> | ||
+ | <th class="infobox-caption" colspan="2" style="text-align: center; font-size: 0.85em">{{{caption}}}</td> | ||
+ | </tr>}} | ||
+ | {{#if: {{{link|}}}| | ||
+ | <tr> | ||
+ | <td class="infobox-link" style="text-align: right; width: 10%"><i class="fa-solid fa-link"></i><b>:</b></td> | ||
+ | <td style="text-align: left">{{{link}}}</td> | ||
+ | </tr>}} | ||
+ | {{#if: {{{discord|}}}| | ||
+ | <tr> | ||
+ | <td class="infobox-discord" style="text-align: right; width: 10%"><i class="fa-brands fa-discord"></i><b>:</b></td> | ||
+ | <td style="text-align: left">{{{discord}}}</td> | ||
+ | </tr>}} | ||
+ | {{#if: {{{twitter|}}}| | ||
+ | <tr> | ||
+ | <td class="infobox-twitter" style="text-align: right; width: 10%"><i class="fa-brands fa-twitter"></i> <b>:</b></td> | ||
+ | <td style="text-align: left">{{{twitter}}}</td> | ||
+ | </tr>}} | ||
+ | {{#if: {{{platforms|}}}| | ||
<tr> | <tr> | ||
− | + | <td class="infobox-platforms" style="text-align: right; width: 10%"><i class="fa-solid fa-desktop"></i><b>:</b></td> | |
+ | <td style="text-align: left">{{{platforms}}}</td> | ||
</tr>}} | </tr>}} | ||
− | {{if | + | {{#if: {{{frontends|}}}| |
<tr> | <tr> | ||
− | + | <td class="infobox-frontends" style="text-align: right; width: 10%"><i class="fa-solid fa-laptop-code"></i><b>:</b></td> | |
+ | <td style="text-align: left">{{{frontends}}}</td> | ||
</tr>}} | </tr>}} | ||
− | {{if | + | {{#if: {{{emulators|}}}| |
<tr> | <tr> | ||
− | + | <td class="infobox-emulators" style="text-align: right; width: 10%"><i class="fa-solid fa-gamepad"></i><b>:</b></td> | |
+ | <td style="text-align: left">{{{emulators}}}</td> | ||
</tr>}} | </tr>}} | ||
− | {{#if: {{{ | + | {{#if: {{{note|}}}| |
<tr> | <tr> | ||
− | + | <td class="infobox-note" colspan="2" style="text-align: center; font-size: 0.85em"><b>Note:</b> {{{note}}}</td> | |
</tr>}} | </tr>}} | ||
− | {{ | + | {{#ifeq: {{{role|}}} | Admin | |
<tr> | <tr> | ||
− | <th class="infobox- | + | <th class="infobox-role" colspan="2" bgcolor="#f1c40f" style="text-align: center"><b>{{{role}}}</b></th> |
</tr>}} | </tr>}} | ||
− | {{ | + | {{#ifeq: {{{role|}}} | Contributor | |
<tr> | <tr> | ||
− | < | + | <th class="infobox-role" colspan="2" bgcolor="#3498db" style="text-align: center"><b>{{{role}}}</b></th> |
− | |||
</tr>}} | </tr>}} | ||
− | {{ | + | {{#ifeq: {{{role|}}} | Developer | |
<tr> | <tr> | ||
− | < | + | <th class="infobox-role" colspan="2" bgcolor="#e67e22" style="text-align: center"><b>{{{role}}}</b></th> |
− | |||
</tr>}} | </tr>}} | ||
− | {{ | + | {{#ifeq: {{{role|}}} | Pedal Owner| |
<tr> | <tr> | ||
− | < | + | <th class="infobox-role" colspan="2" bgcolor="#9b59b6" style="text-align: center"><b>{{{role}}}</b></th> |
− | |||
</tr>}} | </tr>}} | ||
− | {{ | + | {{#ifeq: {{{role|}}} | Lightgun Owner| |
<tr> | <tr> | ||
− | < | + | <th class="infobox-role" colspan="2" bgcolor="#2ecc71" style="text-align: center"><b>{{{role}}}</b></th> |
</tr>}} | </tr>}} | ||
</table> | </table> |
Latest revision as of 07:58, 8 February 2023