Difference between revisions of "Template:Project"

From Technologia Incognita
Jump to: navigation, search
m
m
 
(18 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Project
 
{{Project
 +
|picture=
 
|ProjectParticipants=
 
|ProjectParticipants=
|Participants=
 
 
|ProjectSkills=
 
|ProjectSkills=
 
|ProjectStatus=
 
|ProjectStatus=
Line 14: Line 14:
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{| class="wikitable"
+
{| border="2" cellspacing="2" cellpadding="4" rules="all" style="float:right; clear:right; width:370px; margin:5px 0 1em 1em; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#FFFFFF; font-size:95%; empty-cells:hide"
! Participants
+
|- style="font-size:150%; background: #CCCCCC; text-align:center;"  
| {{#arraymap:{{{ProjectParticipants|}}}|,|x|[[ProjectParticipants::x]]}}
+
! colspan=2 | ''Projects''
 +
|- style="text-align:center;"
 +
{{#if:{{{picture|}}}|
 +
{{!}} style="vertical-align:top; text-align:center;" colspan="2" {{!}} [[File:{{{picture|}}}|300px]]
 +
}}
 
|-
 
|-
! Participants
+
! style="background-color:#DDDDDD;" | Participants
| {{#ask: [[Category:Members]] [[Working on::{{{PAGENAME}}}]]}}
+
| {{#ask: [[Category:Members]] [[Working on::{{PAGENAME}}]]}}
 
|-
 
|-
! Skills
+
! style="background-color:#DDDDDD;" | Skills
 
| {{#arraymap:{{{ProjectSkills|}}}|,|x|[[ProjectSkills::x]]}}
 
| {{#arraymap:{{{ProjectSkills|}}}|,|x|[[ProjectSkills::x]]}}
 
|-
 
|-
! Status
+
! style="background-color:#DDDDDD;" | Status
 
| [[ProjectStatus::{{{ProjectStatus|}}}]]
 
| [[ProjectStatus::{{{ProjectStatus|}}}]]
 
|-
 
|-
! Niche
+
! style="background-color:#DDDDDD;" | Niche
 
| [[ProjectNiche::{{{ProjectNiche|}}}]]
 
| [[ProjectNiche::{{{ProjectNiche|}}}]]
 
|-
 
|-
! Purpose
+
! style="background-color:#DDDDDD;" | Purpose
 
| [[ProjectPurpose::{{{ProjectPurpose|}}}]]
 
| [[ProjectPurpose::{{{ProjectPurpose|}}}]]
 
|}
 
|}

Latest revision as of 19:27, 7 January 2013

This is the "Project" template. It should be called in the following format:

{{Project
|picture=
|ProjectParticipants=
|ProjectSkills=
|ProjectStatus=
|ProjectNiche=
|ProjectPurpose=
}}

Edit the page to see the template text.