Diferencia entre revisiones de «Plantilla:Infobox usuario»
Apariencia
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 18: | Línea 18: | ||
<tr> | <tr> | ||
<th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00;"> | <th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00; border-top: 1px solid #444;">Identidad</th> | ||
</tr> | </tr> | ||
{{#if:{{{ | {{#if:{{{tipo|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:left;"> | <th style="text-align:left;">Tipo</th> | ||
<td>{{{ | <td>{{{tipo}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{nicks|}}}| | |||
<tr> | |||
<th style="text-align:left;">Nicks alternativos</th> | |||
<td>{{{nicks}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
| Línea 35: | Línea 42: | ||
}} | }} | ||
<tr> | <tr> | ||
<th style="text-align:left;"> | <th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00; border-top: 1px solid #444;">Afiliaciones</th> | ||
<td>{{{ | </tr> | ||
{{#if:{{{clanes|}}}| | |||
<tr> | |||
<th style="text-align:left;">Clanes</th> | |||
<td>{{{clanes}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{amigos|}}}| | ||
<tr> | <tr> | ||
<th style="text-align:left;"> | <th style="text-align:left;">Amigos</th> | ||
<td>{{{ | <td>{{{amigos}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
<tr> | <tr> | ||
<th style="text-align: | <th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00; border-top: 1px solid #444;">Proyectos</th> | ||
</tr> | </tr> | ||
{{#if:{{{ | {{#if:{{{proyectos|}}}| | ||
<tr> | <tr> | ||
< | <td colspan="2" style="padding:4px;">{{{proyectos}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Línea 65: | Línea 72: | ||
{{#if:{{{history|}}}| | {{#if:{{{history|}}}| | ||
<tr> | <tr> | ||
<th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00;">Historial</th> | <th class="infobox-header" colspan="2" style="text-align:center; background:#2a2a2a; color:#ffcc00; border-top: 1px solid #444;">Historial</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Línea 75: | Línea 82: | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||