|
|
Linha 1: |
Linha 1: |
− | <p class="h-card"> | + | <div itemscope itemtype="http://schema.org/Person"> |
| {| class="borderradius" style="width: 100%; border:1px solid #cccccc; background:#E1EFC2;" | | {| class="borderradius" style="width: 100%; border:1px solid #cccccc; background:#E1EFC2;" |
| |- | | |- |
| | style="font-size:125%; height:40px" align=center colspan="2" |'''Dados de {{PAGENAME}}'''|| align=center rowspan="5" width="40%"|{{ #if: {{{imagem|}}}|{{{imagem}}}}} | | | style="font-size:125%; height:40px" align=center colspan="2" |'''Dados de {{PAGENAME}}'''|| align=center rowspan="5" width="40%"|{{ #if: {{{imagem|}}}|{{{imagem}}}}} |
| |- | | |- |
− | | style="width:15%; height:30px; padding-left:1%; border-bottom:1px dashed white;" |'''Nome:'''||style="width:44%; background:#FFFFFF;" |{{ #if: {{{nome|}}}|<span class="p-name">{{{nome}}}</span>}} | + | | style="width:15%; height:30px; padding-left:1%; border-bottom:1px dashed white;" |'''Nome:'''||style="width:44%; background:#FFFFFF;" |{{ #if: {{{nome|}}}|<span itemprop="name">{{{nome}}}</span>}} |
| |- | | |- |
− | | style="height:30px; padding-left:1%; border-bottom:1px dashed white;" |'''Nascimento:'''||style="background:#FFFFFF;"|{{ #if: {{{data_nascimento|}}}|<span class="p-dt-bday">{{{data_nascimento}}}</span>}} | + | | style="height:30px; padding-left:1%; border-bottom:1px dashed white;" |'''Nascimento:'''||style="background:#FFFFFF;"|{{ #if: {{{data_nascimento|}}}|{{{data_nascimento}}}}} |
| |- | | |- |
− | | style="height:30px; padding-left:1%; border-bottom:1px dashed white;" |'''Naturalidade:'''||style="background:#FFFFFF;" |{{ #if: {{{naturalidade|}}}|<span class="p-locality">{{{naturalidade}}}</span>}} | + | | style="height:30px; padding-left:1%; border-bottom:1px dashed white;" |'''Naturalidade:'''||style="background:#FFFFFF;" |{{ #if: {{{naturalidade|}}}|<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="addressRegion">{{{naturalidade}}}</span></div>}} |
| |- | | |- |
− | | style="height:30px; padding-left:1%;" |'''Posição:'''||style="background:#FFFFFF;" |{{ #if: {{{posicao|}}}|<span class="p-role">{{{posicao}}}</span>}} | + | | style="height:30px; padding-left:1%;" |'''Posição:'''||style="background:#FFFFFF;" |{{ #if: {{{posicao|}}}|<span itemprop="jobTitle">{{{posicao}}}</span>}} |
| |} | | |} |
− | </p> | + | </div> |