Diferencia entre revisiones de «Plantilla:Ficha de persona»
De WikiCAAD
(No se muestran 2 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
{{ | <table class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; text-align: left;"> | ||
<tbody> | |||
<tr> | |||
<th colspan="2" style="background: #f0f0f0; text-align: center;">{{{nombre|Nombre}}}</th> | |||
</tr> | |||
| | {{#if: {{{imagen|}}}|<tr> | ||
<td colspan="2" style="text-align: center;"><img src="{{{imagen}}}" alt="{{{nombre}}}" style="width:{{{tamaño de imagen|200px}}}; height:auto;" /></td> | |||
</tr>}} | |||
{{#if: {{{fecha de nacimiento|}}}|<tr> | |||
<th>Fecha de nacimiento</th> | |||
<td>{{{fecha de nacimiento}}}</td> | |||
</tr>}} | |||
{{#if: {{{lugar de nacimiento|}}}|<tr> | |||
<th>Lugar de nacimiento</th> | |||
| | <td>{{{lugar de nacimiento}}}</td> | ||
</tr>}} | |||
{{#if: {{{nacionalidad|}}}|<tr> | |||
<th>Nacionalidad</th> | |||
<td>{{{nacionalidad}}}</td> | |||
</tr>}} | |||
{{#if: {{{ocupación|}}}|<tr> | |||
<th>Ocupación</th> | |||
<td>{{{ocupación}}}</td> | |||
}} | </tr>}} | ||
{{#if: {{{conocido por|}}}|<tr> | |||
<th>Conocido por</th> | |||
<td>{{{conocido por}}}</td> | |||
</tr>}} | |||
{{#if: {{{años activo|}}}|<tr> | |||
<th>Años activo</th> | |||
<td>{{{años activo}}}</td> | |||
</tr>}} | |||
{{#if: {{{sitio web|}}}|<tr> | |||
<th>Sitio web</th> | |||
<td><a href="{{{sitio web}}}" target="_blank">{{{sitio web}}}</a></td> | |||
</tr>}} | |||
</tbody> | |||
</table> |
Revisión actual - 13:06 26 jul 2024
<tbody>
</tbody>
Nombre |
---|