Diferencia entre revisiones de «Plantilla:Ficha de persona»

De WikiCAAD
 
(No se muestra una edición intermedia del mismo usuario)
Línea 1: Línea 1:
{{Ficha de persona
<table class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; text-align: left;">
| nombre              =  
  <tbody>
| imagen             =  
    <tr>
| tamaño de imagen   =
      <th colspan="2" style="background: #f0f0f0; text-align: center;">{{{nombre|Nombre}}}</th>
| pie de imagen       =
    </tr>
| fecha de nacimiento =
    {{#if: {{{imagen|}}}|<tr>
| lugar de nacimiento =
      <td colspan="2" style="text-align: center;"><img src="{{{imagen}}}" alt="{{{nombre}}}" style="width:{{{tamaño de imagen|200px}}}; height:auto;" /></td>
| nacionalidad       =
    </tr>}}
| ocupación           =
    {{#if: {{{fecha de nacimiento|}}}|<tr>
| conocido por       =
      <th>Fecha de nacimiento</th>
| años activo         =
       <td>{{{fecha de nacimiento}}}</td>
| sitio web           =  
    </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