« Modèle:Projet SCC » : différence entre les versions
De Wiki Campus Cyber
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<includeonly> | |||
<!-- BANDEAU IMAGE AU CENTRE --> | |||
<div class="row"> | |||
<div class="col-12 align-center"> | |||
<div class="col-4 offset-4 mt-1 mb-2"> | |||
{{#if: {{{ImageStr|}}} | |||
| [[File:{{{ImageStr|}}}|class=img-fluid|link=|alt=""]] | |||
| [[File:Placeholder.jpg|class=img-fluid|link=|alt=""]] | |||
}} | |||
</div> | |||
</div> | |||
</div> | |||
<!-- BANDEAU CORPS DE LA PAGE - UNE COLONNE, TOUT CENTRÉ --> | |||
<div class="row"> | |||
<div class="col-12"> | |||
<p class="lead">{{#ifeq: {{USERLANGUAGECODE}}|en|{{{ShortDescription EN|}}}|{{{ShortDescription FR|}}}}}</p> | |||
<div class="text-center">__TOC__</div> | |||
<span class="py-1 px-2 mr-2 bg-light rounded">{{int:Catégorie}} <strong>{{int:cat_projet_scc}}</strong></span>{{#if: {{{Status|}}}|<span class="py-1 px-2 mr-2 bg-light rounded">{{int:projet_scc-status}} <strong>{{int:projet_scc-com-{{lc:{{{Status}}}}}}}</strong> {{#info: {{int:projet_scc-info-status}} }}</span>|}}{{#if: {{{Tag|}}} |<span class="py-1 px-2 mr-2 bg-light rounded">{{int:cc-tag}} <strong> {{#arraymap: {{{Tag|}}} |,|@|[[{{ucfirst:@}}]]|,\s}} </strong></span>|}} | |||
{{#if: {{{Date|}}}| {{!}}- | |||
! Date | |||
{{!}} [[Date::{{{Date|}}}]] }} | |||
</div> | |||
</div> | |||
<!----- INSTANCIATION SÉMANTIQUE -----> | |||
{{#set: | |||
| ImageStr={{#if: {{{ImageStr|}}}|{{{ImageStr|}}}|Placeholder.jpg}} | |||
| ShortDescription={{#if:{{{ShortDescription FR|}}}|{{{ShortDescription FR}}}@fr|}} | |||
| ShortDescription={{#if:{{{ShortDescription EN|}}}|{{{ShortDescription EN}}}@en|}} | |||
| Status={{#if: {{{Status|}}}|{{{Status}}}@fr|}} | |||
| Langue={{PAGELANGUAGE}} | |||
}} | |||
[[Catégorie:Projet_SCC]] | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
{{#template_params: | {{#template_params: |
Version du 15 décembre 2023 à 11:35
Ceci est le modèle « Projet SCC ».
Il devrait être appelé selon le format suivant :
{{Projet SCC |Name= |Image= |ShortDescription= |Leader= |Partners= |Status= |UseCase= |Contact= }}
Modifiez la page pour voir le wikitexte du modèle.