Template:Project: Difference between revisions

Template page
No edit summary
mNo edit summary
(42 intermediate revisions by 2 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{Project
{{Project
|Name=
|ProjectParticipants=
|ProjectParticipants=
|ProjectSkills=
|Skills=
|ProjectStatus=
|Status=
|ProjectNiche=
|Niche=
|ProjectPurpose=
|ProjectPurpose=
|ProjectImage=
|Picture=
|Location=
|Cost=
|Category=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{| class="wikitable" style="float:right; clear:right; width:370px; margin:5px; font-size:95%; empty-cells:hide"
{| class="wikitable" style="float:right; clear:right; width:270px; margin:5px; font-size:95%; empty-cells:hide"
|- style="text-align:center;"
|- style="text-align:center;"
! colspan=2 | NURDspace Project
! colspan=2 | {{#if:{{{Name|}}}|[[Project Name::{{{Name|}}}]]|NURDspace Project}}
|-
|-
! colspan=2 |<div class="polaroidlayout rotate5" style="margin:10px">{{#if:{{{Picture|}}}|[[Project Image::File:{{{Picture}}}|360x360px]]|[[File:NoPicture.png|360px]]}}</div>
! colspan=2 |<div style="margin:10px">
{{#if:{{{Picture|}}}|[[Project Image::File:{{{Picture}}}{{!}}260x260px]]|
{{#ifexist:File:{{{Name}}}.jpg|
[[Project Image::File:{{{Name}}}.jpg{{!}}260x260px]]|
[[File:NoPicture.png{{!}}260px{{!}}link=File:{{{Name}}}.jpg]]}}
}}</div>
|-
|-
! Participants
! Participants
| {{#ask: [[Category:Members]] [[Working on::{{PAGENAME}}]]}}
| {{#ask: [[Working on::{{PAGENAME}}]]}}
|-
|-
! Skills
! Skills
| {{#arraymap:{{{ProjectSkills|}}}|,|x|[[ProjectSkills::x]]}}
| {{#arraymap:{{{Skills|}}}|,|x|[[Project Skills::x]]}}
|-
|-
! Status
! Status
| [[ProjectStatus::{{{ProjectStatus|}}}]]
| [[Project Status::{{{Status|}}}]]
|-
|-
! Niche
! Niche
| [[ProjectNiche::{{{ProjectNiche|}}}]]
| [[Project Niche::{{{Niche|}}}]]
|-
|-
! Purpose
! Purpose
| [[ProjectPurpose::{{{ProjectPurpose|}}}]]
| [[Project Purpose::{{{Purpose|}}}]]
|-
! Tool
| [[Tool::{{{Tool|}}}]]
|-
! Location
| [[Inventory Location::{{{Location|}}}]]
|-
! Cost
| [[Project Cost::{{{Cost|}}}]]
|-
! Tool category
| [[Tool Category::{{{Category|}}}]]
|}
|}
<!-- hack -->
<div style="position:fixed; top:10000px; right:10000px;">
{{#if:{{{Tool}}} | [[Tool Name::{{{Name}}}]] | }}
{{#if:{{{Tool}}} | [[Tool Image::File:{{{Picture}}}{{!}}]] | }}
{{#if:{{{Tool}}} | [[Tool Image String::{{{Picture}}}]] | }}
{{#if:{{{Tool}}} | [[Tool Owner::{{{ProjectParticipants}}} | }}
{{#if:{{{Tool}}} | [[Tool Cost::{{{Cost}}} | }}
{{#if:{{{Picture|}}}| | {{#ifexist:File:{{{Name}}}.jpg| | [[Category:Missing Pictures]] }} }}
</div>
[[Category:Projects]]
[[Category:Projects]]
</includeonly>
</includeonly>

Revision as of 11:57, 3 September 2014

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

{{Project
|Name=
|ProjectParticipants=
|Skills=
|Status=
|Niche=
|ProjectPurpose=
|Picture=
|Location=
|Cost=
|Category=
}}

Edit the page to see the template text.