(Página creada con «<div class="infobox"> <div class="infobox-titulo">{{#if:{{{título|}}}|{{{título}}}|{{PAGENAME}}}}</div>{{#if:{{{imagen|}}}| <div class="infobox-imagen">Archivo:{{{image...»)
 
Sin resumen de edición
Línea 4: Línea 4:
<div class="infobox-imagen-descripcion">{{{imagen-descripción}}}</div>}}
<div class="infobox-imagen-descripcion">{{{imagen-descripción}}}</div>}}
<div class="infobox-subtitulo">Datos generales</div>
<div class="infobox-subtitulo">Datos generales</div>
<table class="infobox-datos">{{#if:{{{nacimiento|}}}|<tr>
<table class="infobox-datos">{{#if:{{{nombre|}}}|<tr>
<th>Nacimiento</th>
<th>Nombre</th>
<td>{{{nacimiento}}}</td>
<td>{{{nombre}}}</td>
</tr>}}{{#if:{{lugar-de-nacimiento|}}}|<tr>
</tr>}}{{#if:{{{fecha-de-nacimiento|}}}|<tr>
<th>Lugar de nacimiento</th>
<th>Fecha de nacimiento</th>
<td>{{{lugar-de-nacimiento}}}</td>
<td>{{{fecha-de-nacimiento}}}</td>
</tr>}}{{#if:{{fallecimiento|}}}|<tr>
</tr>}}{{#if:{{nacionalidad|}}}|<tr>
<th>Fallecimiento</th>
<th>Nacionalidad</th>
<td>{{{fallecimiento}}}</td>
<td>{{{nacionalidad}}}</td>
</tr>}}{{#if:{{causa-de-muerte|}}}|<tr>
</tr>}}{{#if:{{seudónimo|}}}|<tr>
<th>Causa de muerte</th>
<th>Seudónimo</th>
<td>{{{causa-de-muerte}}}</td>
<td>{{{seudónimo}}}</td>
</tr>}}{{#if:{{ocupación|}}}|<tr>
</tr>}}{{#if:{{ocupación|}}}|<tr>
<th>Ocupación</th>
<th>Ocupación</th>
<td>{{{ocupación}}}</td>
<td>{{{ocupación}}}</td>
</tr>}}{{#if:{{hijos|}}}|<tr>
</tr>}}{{#if:{{primaria|}}}|<tr>
<th>Hijos</th>
<th>Primaria</th>
<td>{{{hijos}}}</td>
<td>{{{primaria}}}</td>
</tr>}}{{#if:{{bachillerato|}}}|<tr>
<th>Bachillerato</th>
<td>{{{bachillerato}}}</td>
</tr>}}{{#if:{{educación|}}}|<tr>
</tr>}}{{#if:{{educación|}}}|<tr>
<th>Educación</th>
<th>Educación</th>
<td>{{{educación}}}</td>
<td>{{{educación}}}</td>
</tr>}}{{#if:{{país-de-nacimiento|}}}|<tr>
<th>País de nacimiento</th>
<td>{{{país-de-nacimiento}}}</td>
</tr>}}{{#if:{{ciudad-de-nacimiento|}}}|<tr>
<th>Ciudad de nacimiento</th>
<td>{{{ciudad-de-nacimiento}}}</td>
</tr>}}{{#if:{{fecha-de-fallecimiento|}}}|<tr>
<th>Fecha de fallecimiento</th>
<td>{{{fecha-de-fallecimiento}}}</td>
</tr>}}{{#if:{{país-de-fallecimiento|}}}|<tr>
<th>País de fallecimiento</th>
<td>{{{país-de-fallecimiento}}}</td>
</tr>}}{{#if:{{ciudad-de-fallecimiento|}}}|<tr>
<th>Ciudad de fallecimiento</th>
<td>{{{ciudad-de-fallecimiento}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Revisión del 12:07 14 dic 2017

Ficha
Datos generales
Nacionalidad {{{nacionalidad}}}
Seudónimo {{{seudónimo}}}
Ocupación {{{ocupación}}}
Primaria {{{primaria}}}
Bachillerato {{{bachillerato}}}
Educación {{{educación}}}
País de nacimiento {{{país-de-nacimiento}}}
Ciudad de nacimiento {{{ciudad-de-nacimiento}}}
Fecha de fallecimiento {{{fecha-de-fallecimiento}}}
País de fallecimiento {{{país-de-fallecimiento}}}
Ciudad de fallecimiento {{{ciudad-de-fallecimiento}}}