Diferencia entre revisiones de «Plantilla:Infobox usuario»
Apariencia
Página creada con «<includeonly>{| class="infobox" style="width: 25em; border: 1px solid #333; background-color: #202122; color: #f8f9fa; float: right; margin: 0 0 1em 1em; padding: 0.5em; font-size: 88%; border-collapse: collapse;" |+ style="font-size: 125%; font-weight: bold; padding: 0.4em; background-color: #2a2a2a; color: #fff; border: 1px solid #333;" | {{{nombre|{{PAGENAME}}}}} |- | colspan="2" style="text-align: center; padding: 0.5em;" | {{#if:{{{imagen|}}}|Archivo:{{{imagen}…» |
Sin resumen de edición |
||
| Línea 1: | Línea 1: | ||
<includeonly> | <includeonly> | ||
<div class="infobox"> | |||
| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
{{#if:{{{image|}}}| | |||
<div class="infobox-image" style="text-align:center;"> | |||
[[File:{{{image}}}|{{{image_size|250px}}}]] | |||
</div> | |||
}} | |||
<table class="infobox-table" style="width:100%"> | |||
{{#if:{{{caption|}}}| | |||
<tr> | |||
<td class="infobox-caption" colspan="2" style="text-align:center; font-size:90%;">{{{caption}}}</td> | |||
</tr> | |||
}} | |||
<tr> | |||
<th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00;">Información del Jugador</th> | |||
</tr> | |||
{{#if:{{{alias|}}}| | {{#if:{{{alias|}}}| | ||
<tr> | |||
<th style="text-align:left;">Alias</th> | |||
<td>{{{alias}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | |||
{{#if:{{{joined|}}}| | |||
<tr> | |||
<th style="text-align:left;">Se unió</th> | |||
<td>{{{joined}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | |||
{{#if:{{{priority|}}}| | |||
<tr> | |||
<th style="text-align:left;">Prioridad</th> | |||
<td>{{{priority}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | |||
{{#if:{{{groups|}}}| | |||
<tr> | |||
<th style="text-align:left;">Grupos</th> | |||
<td>{{{groups}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{ | |||
{{#if:{{{status|}}}| | |||
<tr> | |||
<th style="text-align:left;">Estatus</th> | |||
<td>{{{status}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{bases|}}}| | {{#if:{{{bases|}}}| | ||
<tr> | |||
<th style="text-align:left;">Bases</th> | |||
{{ | <td>{{{bases}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{history|}}}| | |||
<tr> | |||
<th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00;">Historial</th> | |||
</tr> | |||
<tr> | |||
<td colspan="2" style="text-align:center; font-size:95%; padding:5px;">{{{history}}}</td> | |||
</tr> | |||
}} | |||
</table> | |||
</div> | |||
</includeonly> | |||
<noinclude> | |||
== Uso para Jugadores Anárquicos == | |||
<pre> | |||
{{Infobox | |||
| title = Popbob | |||
| image = Popbob_skin.png | |||
| caption = Skin de Popbob | |||
| alias = Mackenzie, La Reina | |||
| joined = 2011 | |||
| priority = Veteran | |||
| groups = Facepunch, Nerds Inc. | |||
| status = Inactive | |||
| bases = Plugin Town | |||
| history = Famosa por usar backdoors y griefing masivo. | |||
}} | }} | ||
</pre> | |||
</noinclude> | |||
Revisión del 04:04 26 feb 2026
Uso para Jugadores Anárquicos
{{Infobox
| title = Popbob
| image = Popbob_skin.png
| caption = Skin de Popbob
| alias = Mackenzie, La Reina
| joined = 2011
| priority = Veteran
| groups = Facepunch, Nerds Inc.
| status = Inactive
| bases = Plugin Town
| history = Famosa por usar backdoors y griefing masivo.
}}