Template:ProjectSidebar: Difference between revisions
Jump to navigation
Jump to search
(French translation for (in)active/archived) |
(nocat parameter + default values for each parameter) |
||
Line 1: | Line 1: | ||
{| class="toccolours vatop" cellpadding="1" cellspacing="1" style="float:right; clear:right; width:150px; padding:0px; margin:0px 0px 1em 1em; font-size:85%; text-align:center;" | <includeonly>{| class="toccolours vatop" cellpadding="1" cellspacing="1" style="float:right; clear:right; width:150px; padding:0px; margin:0px 0px 1em 1em; font-size:85%; text-align:center;" | ||
! colspan=2 bgcolor=#692D89 |<center><font color="white">'''{{{projectname|Our awesome project}}}'''</font></center> | ! colspan=2 bgcolor=#692D89 |<center><font color="white">'''{{{projectname|Our awesome project}}}'''</font></center> | ||
|- | |- | ||
! colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Initié par | {{#ifeq: {{{lang|}}} | nl | | Initiated by }} }}'''</center> | ! colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Initié par | {{#ifeq: {{{lang|}}} | nl | | Initiated by }} }}'''</center> | ||
|- | |- | ||
|{{{initiator| | |{{{initiator| {{#ifeq: {{{lang|}}} | fr | Non assigné | {{#ifeq: {{{lang|}}} | nl | | Not assigned }} }} }}} | ||
|- | |- | ||
| colspan=2 bgcolor=gainsboro |<div style="text-align: center;">'''{{#ifeq: {{{lang|}}} | fr | Collaborateur(s) | {{#ifeq: {{{lang|}}} | nl | | Collaborator(s) }} }}'''</div> | | colspan=2 bgcolor=gainsboro |<div style="text-align: center;">'''{{#ifeq: {{{lang|}}} | fr | Collaborateur(s) | {{#ifeq: {{{lang|}}} | nl | | Collaborator(s) }} }}'''</div> | ||
|- | |- | ||
| {{#arraymap: {{{collaborators| | | {{#arraymap: {{{collaborators| {{#ifeq: {{{lang|}}} | fr | Non assigné | {{#ifeq: {{{lang|}}} | nl | | Not assigned }} }} }}}|,|x|x|<br />}} | ||
|- | |- | ||
! colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Résumé | {{#ifeq: {{{lang|}}} | nl | | Summary }} }}'''</center> | ! colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Résumé | {{#ifeq: {{{lang|}}} | nl | | Summary }} }}'''</center> | ||
|- | |- | ||
| {{{summary| | | {{{summary|To be defined}}} | ||
|- | |- | ||
! colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Objectifs | {{#ifeq: {{{lang|}}} | nl | | Goals }} }}'''</center> | ! colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Objectifs | {{#ifeq: {{{lang|}}} | nl | | Goals }} }}'''</center> | ||
|- | |- | ||
| {{{goals|To | | {{{goals|To be defined}}} | ||
|- | |- | ||
! colspan=2 bgcolor=gainsboro |<center>'''Contact'''</center> | ! colspan=2 bgcolor=gainsboro |<center>'''Contact'''</center> | ||
|- | |- | ||
| {{#arraymap: {{{contact| | | {{#arraymap: {{{contact|Not assigned}}}|,|x|x|<br />}} | ||
|- | |- | ||
| colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Statut | {{#ifeq: {{{lang|}}} | nl | | Status }} }}'''</center> | | colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Statut | {{#ifeq: {{{lang|}}} | nl | | Status }} }}'''</center> | ||
|- | |- | ||
| {{#ifeq: {{{active|}}} | true | | | {{#ifeq: {{{active|}}} | true | | ||
{{#ifeq: {{{lang|}}} | fr | Actif | {{#ifeq: {{{lang|}}} | nl | | Active }} }} | | |||
{{#ifeq: {{{archived|}}} | true | | |||
{{#ifeq: {{{lang|}}} | fr | Archivé | {{#ifeq: {{{lang|}}} | nl | | Archived }} }} | | |||
{{#ifeq: {{{lang|}}} | fr | Inactif | {{#ifeq: {{{lang|}}} | nl | | Inactive }} }} | |||
}} | |||
}} | }} | ||
|} | |||
{{#if: {{{nocat|}}} | | | |||
{{#ifeq: {{{active|}}} | true | [[Category:Active_Projects]] | | |||
{{#ifeq: {{{archived|}}} | true | [[Category:Archived Project]] | | |||
[[Category:Inactive Project]] | |||
}} | |||
}} | |||
[[Category:Project]] | |||
}}</includeonly><noinclude> | |||
{{ProjectSidebar | |||
|lang = en | |||
|projectname = Our awesome project | |||
|initiator = An awesome Pirate | |||
|collaborators = An awesom team | |||
|summary = This is an awesome project to do great things in order to live in a better world | |||
|goals = To take on the world ! | |||
|contact = Some tentacles | |||
|active = true | |||
|nocat = true | |||
}} | }} | ||
=== Usage === | === Usage === | ||
Line 41: | Line 59: | ||
|initiator = An awesome Pirate | |initiator = An awesome Pirate | ||
|collaborators = An awesom team | |collaborators = An awesom team | ||
|summary = This an | |summary = This is an awesome project to do great things in order to live in a better world | ||
|goals = To take on the world ! | |goals = To take on the world ! | ||
|contact = Some tentacles | |contact = Some tentacles |
Revision as of 00:29, 12 November 2016
An awesome Pirate | |
Collaborator(s)
| |
An awesom team | |
This is an awesome project to do great things in order to live in a better world | |
To take on the world ! | |
Some tentacles | |
Active |
Usage
{{ProjectSidebar |lang = en |projectname = Our awesome project |initiator = An awesome Pirate |collaborators = An awesom team |summary = This is an awesome project to do great things in order to live in a better world |goals = To take on the world ! |contact = Some tentacles |active = true |archived = false }}