Aller au contenu

« Modèle:FicheAssociationComplet » : différence entre les versions

De Éditions Indépendantes
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
<includeonly>
<includeonly>
<div class="fiche-association-complet" style="margin-top:1em; margin-bottom:2em;">
<div class="fiche-association-complet" style="margin-top:0.2em; margin-bottom:2em;">


   <!-- Titre et infos de base -->
   <!-- Titre + sigle -->
   <h2>{{#show: {{FULLPAGENAME}} | ?Nom }}</h2>
   <h2 style="margin:0;">
    {{#show: {{FULLPAGENAME}} | ?Nom }}
    {{#if: {{#show: {{FULLPAGENAME}} | ?Sigle }} |
      ({{#show: {{FULLPAGENAME}} | ?Sigle }})
    }}
  </h2>


   {{#if: {{#show: {{FULLPAGENAME}} | ?Sigle }} |
   <!-- Type + localisation simple -->
    <div><b>Sigle :</b> {{#show: {{FULLPAGENAME}} | ?Sigle }}</div>
  <div style="margin-top:0.3em;">
  }}
    {{#if: {{#show: {{FULLPAGENAME}} | ?Type }} |
 
      <div><b>Type :</b> {{#show: {{FULLPAGENAME}} | ?Type }}</div>
  {{#if: {{#show: {{FULLPAGENAME}} | ?Autres_noms }} |
    }}
    <div><b>Autres noms :</b> {{#show: {{FULLPAGENAME}} | ?Autres_noms }}</div>
    {{#if: {{#show: {{FULLPAGENAME}} | ?Ville }} |
  }}
      <div>
 
        <b>Localisation :</b>
  {{#if: {{#show: {{FULLPAGENAME}} | ?Type }} |
        {{#show: {{FULLPAGENAME}} | ?Ville }}
    <div><b>Type :</b> {{#show: {{FULLPAGENAME}} | ?Type }}</div>
        {{#if: {{#show: {{FULLPAGENAME}} | ?Code_postal }} |
  }}
          ({{#show: {{FULLPAGENAME}} | ?Code_postal }})
 
        }}
  <!-- Adresse -->
        {{#if: {{#show: {{FULLPAGENAME}} | ?Pays }} |
  <div style="margin-top:0.5em;">
          – {{#show: {{FULLPAGENAME}} | ?Pays }}
    <b>Adresse :</b><br>
        }}
    {{#show: {{FULLPAGENAME}} | ?Adresse_complete }}<br>
      </div>
    {{#show: {{FULLPAGENAME}} | ?Code_postal }} {{#show: {{FULLPAGENAME}} | ?Ville }} ({{#show: {{FULLPAGENAME}} | ?Pays }})
    }}
   </div>
   </div>


Ligne 34 : Ligne 39 :
   </div>
   </div>


   <!-- Présentation -->
   <!-- Texte principal : présentation + actions (sans cartouches) -->
   {{#if: {{#show: {{FULLPAGENAME}} | ?Presentation }} |
   {{#if: {{#show: {{FULLPAGENAME}} | ?Presentation }} |
     <div style="margin-top:1em;">
     <div style="margin-top:0.8em;">
      <b>Présentation :</b><br>
       {{#show: {{FULLPAGENAME}} | ?Presentation }}
       {{#show: {{FULLPAGENAME}} | ?Presentation }}
     </div>
     </div>
   }}
   }}


  <!-- Actions -->
   {{#if: {{#show: {{FULLPAGENAME}} | ?Actions }} |
   {{#if: {{#show: {{FULLPAGENAME}} | ?Actions }} |
     <div style="margin-top:1em;">
     <div style="margin-top:0.5em;">
      <b>Actions :</b><br>
       {{#show: {{FULLPAGENAME}} | ?Actions }}
       {{#show: {{FULLPAGENAME}} | ?Actions }}
     </div>
     </div>

Version du 20 novembre 2025 à 17:23


(Documentation.)