« Modèle:Groupe de travail » : 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"> | ||
|ImageStr | {{#if: {{{ImageStr|}}} | ||
| [[File:{{{ImageStr|}}}|class=img-fluid|link=|alt=Groupe de travail {{{ShortName|}}}]] | |||
| | | [[File:Placeholder.jpg|class=img-fluid|link=|alt=Groupe de travail {{{ShortName|}}}]] | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
}} | }} | ||
</ | </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> | |||
< | {{#if: {{{Catégorie|}}}|<span class="pr-2">{{int:Catégorie}} <strong>{{int:cc-cat-{{{Catégorie}}}}}</strong></span>|<span class="pr-2">{{int:Catégorie}} <strong>{{int:cc-cat-commun}}</strong></span>}} | ||
{{#if: {{{Cycle|}}}|<span class="pr-2">{{int:cc-cycle}} <strong>{{int:{{{Cycle}}}}}</strong></span> | |||
{{#if: {{{Status|}}}|<span class="pr-2">{{int:cc-status}} <strong>{{int:{{{Status}}}}}</strong> {{#info: {{int:cc-info-status}} }}</span>|}} | |||
{{#if: {{{Tag|}}} |<span class="pr-2">{{int:cc-tag}} <strong> {{#arraymap: {{{Tag|}}} |,|@|[[{{ucfirst:@}}]]|,\s}} </strong></span>|}} | |||
<!-- | {{#if: {{{Coordinator|}}} |<br/>Coordinateur(s) : {{#arraymap: {{{Coordinator}}} |,|@| [[@]]|,/s}}|}} | ||
{{#if: {{{Contributor|}}} |<br/>Contributeur(s) : {{#arraymap: {{{Contributor}}} |,|@| [[@]]|,/s}}|}} | |||
{{#if: {{{Campus|}}} |<br />Porté par : {{#arraymap: {{{Campus}}} | , | @ |[[@]]|,/s}}|}} | |||
{{#if: {{{StartDate|}}}| Début :{{{StartDate}}}|}} - {{#if: {{{EndDate|}}}|Fin : {{{EndDate}}}|}}|- | |||
</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={{{Status|}}} | |||
| Cycle={{{Cycle|}}} | |||
| Contributor={{#arraymap: {{{Contributor|}}} | , |@|@|,}} | |||
| Coordinator={{#arraymap: {{{Coordinator|}}} | , |@|@|,}} | |||
| Campus={{#arraymap: {{{Campus|}}} | , |@|@|,}} | |||
| Langue={{PAGELANGUAGE}} | |||
}} | |||
<!-- SET AVEC ARRAYMAP NE FONCTIONNE PAS !!! --> | |||
<div style="display:none">{{#arraymap: {{{Tag|}}}|,|@|[[Tag::@]]|}}</div> | |||
[[Catégorie:Groupe de travail]] | [[Catégorie:Groupe de travail]] | ||
</includeonly> | </includeonly> | ||