Editing Template:Infobox Person
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<noinclude><!-- Do not change the formatting of the code! It makes the infobox look weird for some reason! ---> </noinclude> | <noinclude><!-- Do not change the formatting of the code! It makes the infobox look weird for some reason! ---> </noinclude> | ||
<div class="infobox" style="float:right; min-width: 22em; max-width: {{{maxwidth|280px}}}; font-size: 88%; line-height: 1.5em; margin: 5px; text-align: left; border: 1px solid #aaa; background-color: # | <div class="infobox" style="float:right; min-width: 22em; max-width: {{{maxwidth|280px}}}; font-size: 88%; line-height: 1.5em; margin: 5px; text-align: left; border: 1px solid #aaa; background-color: #ddddff;"> | ||
<div style="font-size: 110%; font-weight: bold; background-color: #ccc; text-align: center; padding: 5px 0;">{{{infoboxHeader|{{PAGENAME}}}}}</div> | <div style="font-size: 110%; font-weight: bold; background-color: #ccc; text-align: center; padding: 5px 0;">{{{infoboxHeader|{{PAGENAME}}}}}</div> | ||
<div style="margin: 0 5px 5px;> | <div style="margin: 0 5px 5px;> | ||
Line 27: | Line 27: | ||
<div style="{{#if: {{{Fallecimiento|}}} | | display: none; }}"> | <div style="{{#if: {{{Fallecimiento|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Fallecimiento</b>: {{{Fallecimiento}}}</div> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Fallecimiento</b>: {{{Fallecimiento}}}</div> | ||
</div> | </div> | ||
<div style="{{#if: {{{Genero|}}} | | display: none; }}"> | <div style="{{#if: {{{Genero|}}} | | display: none; }}"> | ||
Line 45: | Line 42: | ||
<div style="{{#if: {{{Educación|}}} | | display: none; }}"> | <div style="{{#if: {{{Educación|}}} | | display: none; }}"> | ||
<div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Educación</b>: {{{Educación}}}</div> | <div style="padding: 0 3px 0; border-top: 1px solid #aaa;"><b>Educación</b>: {{{Educación}}}</div> | ||
<div style="margin: 5px 0 0; text-align: center; border-top: 1px solid #aaa;">'''Viculos''':<br></br> | |||
</div> | </div> | ||
<div style="{{#if: {{{Youtube|}}} | | display: none; }}"> | <div style="{{#if: {{{Youtube|}}} | | display: none; }}"> | ||
<div style="padding: 0 0px 0; border-top: 0px solid #aaa;"><b>Youtube</b>: {{{Youtube}}}</div> | <div style="padding: 0 0px 0; border-top: 0px solid #aaa;"><b>Youtube</b>: {{{Youtube}}}</div> | ||
Line 148: | Line 136: | ||
"Educación": { | "Educación": { | ||
"label": "Educacion" | "label": "Educacion" | ||
}, | }, | ||
"Fallecimiento": { | "Fallecimiento": { | ||
"label": "Fallecimiento", | "label": "Fallecimiento", | ||
"description": "Fecha de muerte y edad" | "description": "Fecha de muerte y edad" | ||
} | } | ||
}, | }, | ||
Line 177: | Line 153: | ||
"Afiliado", | "Afiliado", | ||
"Nacimiento", | "Nacimiento", | ||
"Peso", | "Peso", | ||
"Nacionalidad", | "Nacionalidad", | ||
Line 183: | Line 158: | ||
"Genero", | "Genero", | ||
"Educación", | "Educación", | ||
"Fallecimiento | "Fallecimiento" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |