Modèle:Infobox Podcasteur : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(41 révisions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | <includeonly><!-- Ce modèle assez complexe nécessite de la réflexion avant toute modification. Merci. --> | + | <includeonly><!-- Ce modèle assez complexe nécessite de la réflexion avant toute modification. Merci. Sinon c'est le bordel --> |
<div style=" | <div style=" | ||
float: right; | float: right; | ||
Ligne 12 : | Ligne 12 : | ||
-webkit-border-radius: 3px 3px; | -webkit-border-radius: 3px 3px; | ||
border-radius: 3px 3px; | border-radius: 3px 3px; | ||
+ | font-size: 80%; | ||
-moz-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5); | -moz-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5); | ||
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5); | -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, 0.5); | ||
box-shadow: 1px 1px 1px rgba(0,0,0, 0.5); {{{style|}}}"> | box-shadow: 1px 1px 1px rgba(0,0,0, 0.5); {{{style|}}}"> | ||
− | <table class="fiche podcasteur" width=" | + | <table class="fiche podcasteur" width="300px"> |
− | <tr> | + | <tr style="text-align: center;" > |
− | + | <td colspan="2" > | |
− | {{#if:{{{ | + | |
− | </td> | + | {{#if:{{{avatar|}}} | [[Image:{{{avatar|}}} | 200px | {{{pseudo|}}}, l'avatar.]] }} |
+ | |||
+ | </td> | ||
+ | </tr> | ||
<tr> | <tr> | ||
<th style="font-size: 120%; font-weight: bold; text-align: center;" colspan="2"> | <th style="font-size: 120%; font-weight: bold; text-align: center;" colspan="2"> | ||
− | {{#if:{{{ | + | {{#if:{{{pseudo|}}} | {{{pseudo|}}} }} |
</th> | </th> | ||
+ | </tr> | ||
+ | <tr style="text-align: center;" > | ||
+ | <td style="font-size: 100%; font-weight: bold; text-align: center;" colspan="2"> | ||
+ | ---- | ||
+ | Informations podcasteur | ||
+ | ---- | ||
+ | |||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | <td>{{#if:{{{periode podcast|}}} |'''Période d'activité :'''}}</td> | ||
+ | <td>{{{periode podcast|}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>{{#if:{{{activite principale|}}} |'''Activité principale :'''}}</td> | ||
+ | <td>{{{activite principale|}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>{{#if:{{{podcasts actuels|}}} |'''Podcasts actuels :'''}}</td> | ||
+ | <td>{{{podcasts actuels|}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>{{#if:{{{podcasts passes|}}} |'''Podcasts passés :'''}}</td> | ||
+ | <td>{{{podcasts passes|}}}</td> | ||
+ | </tr> | ||
+ | <tr style="text-align: center;" > | ||
+ | <td style="font-size: 100%; font-weight: bold; text-align: center;" colspan="2"> | ||
+ | ---- | ||
+ | Informations personnelles | ||
+ | ---- | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>{{#if:{{{nom|}}} |'''Nom:'''}}</td> | ||
+ | <td>{{{nom|}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>{{#if:{{{naissance|}}} |'''Date de naissance :'''}}</td> | ||
+ | <td>{{{naissance|}}}</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>{{#if:{{{origine|}}} |'''Lieu de naissance :'''}}</td> | ||
+ | <td>{{{origine|}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>{{#if:{{{ | + | <td>{{#if:{{{residence|}}} |'''Lieu de résidence :'''}}</td> |
− | <td>{{{ | + | <td>{{{residence|}}}</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>{{#if:{{{ | + | <td>{{#if:{{{profession|}}} |'''Profession :'''}}</td> |
− | <td>{{{ | + | <td>{{{profession|}}}</td> |
</tr> | </tr> | ||
+ | |||
<tr> | <tr> | ||
− | <td>{{#if:{{{ | + | <td>{{#if:{{{site|}}} |'''Site:'''}}</td> |
− | <td>{{{ | + | <td>{{{site|}}}</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>{{#if:{{{ | + | <td>{{#if:{{{reseaux|}}} |'''Réseaux:'''}}</td> |
− | <td>{{{ | + | <td>{{{reseaux|}}}</td> |
</tr> | </tr> | ||
</table> | </table> | ||
</div></includeonly> | </div></includeonly> |