Difference between revisions of "Template:ProjectSidebar"

From Pirate Party Belgium
Jump to: navigation, search
(archived argument)
(lang parameter)
Line 2: Line 2:
 
! 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>'''Initiated by'''</center>
+
!  colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Initié par | {{#ifeq: {{{lang|}}} | nl | | Initiated by }} }}'''</center>
 
|-
 
|-
 
|{{{initiator|An awesome Pirate}}}
 
|{{{initiator|An awesome Pirate}}}
 
|-  
 
|-  
| colspan=2 bgcolor=gainsboro |<div style="text-align: center;">'''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|An awesome team of Pirates}}}|,|x|x|<br />}}
 
| {{#arraymap: {{{collaborators|An awesome team of Pirates}}}|,|x|x|<br />}}
 
|-  
 
|-  
!  colspan=2 bgcolor=gainsboro |<center>'''Summary'''</center>
+
!  colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Résumé | {{#ifeq: {{{lang|}}} | nl | | Summary }} }}'''</center>
 
|-  
 
|-  
 
| {{{summary|This is an awesome project to do great things in order to live in a better world}}}
 
| {{{summary|This is an awesome project to do great things in order to live in a better world}}}
 
|-
 
|-
!  colspan=2 bgcolor=gainsboro |<center>'''Goals'''</center>
+
!  colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Objectifs | {{#ifeq: {{{lang|}}} | nl | | Goals }} }}'''</center>
 
|-  
 
|-  
 
| {{{goals|To take on the world !}}}
 
| {{{goals|To take on the world !}}}
Line 22: Line 22:
 
| {{#arraymap: {{{contact|Some tentacles}}}|,|x|x|<br />}}
 
| {{#arraymap: {{{contact|Some tentacles}}}|,|x|x|<br />}}
 
|-
 
|-
|  colspan=2 bgcolor=gainsboro |<center>'''Status'''</center>
+
|  colspan=2 bgcolor=gainsboro |<center>'''{{#ifeq: {{{lang|}}} | fr | Statut | {{#ifeq: {{{lang|}}} | nl | | Status }} }}'''</center>
 
|-  
 
|-  
 
| {{#ifeq: {{{active|}}} | true |  
 
| {{#ifeq: {{{active|}}} | true |  
Line 32: Line 32:
 
}}
 
}}
 
|}
 
|}
<includeonly>{{#ifeq: {{{active|}}} | true |
+
<includeonly>[[Category:Project]]</includeonly><noinclude>
 
 
}} [[Category:Project]]</includeonly><noinclude>
 
  
 
=== Usage ===
 
=== Usage ===
 
  <nowiki>
 
  <nowiki>
 
{{ProjectSidebar
 
{{ProjectSidebar
 +
|lang = en
 
|projectname = Our awesome project
 
|projectname = Our awesome project
 
|initiator = An awesome Pirate
 
|initiator = An awesome Pirate

Revision as of 12:26, 8 November 2016

Our awesome project
Initiated by
An awesome Pirate
Collaborator(s)
An awesome team of Pirates
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
Status
Inactive


Usage

{{ProjectSidebar
|lang = en
|projectname = Our awesome project
|initiator = An awesome Pirate
|collaborators = An awesom team
|summary = This an awesom project to do great things.
|goals = To take on the world !
|contact = Some tentacles
|active = true
|archived = false
}}