Difference between revisions of "Template:Space request"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|-
 
|-
 
! style="background-color:#D4D4D4;" | Status
 
! style="background-color:#D4D4D4;" | Status
| '''{{#ifeq: {{{status|Unapproved}}} | Approved | <font style="color: #228B22">Approved</font> | <font style="color: #B31B1B">{{{status|Unapproved}}}</font>}}'''
+
| '''{{#switch: {{{status|Unapproved}}} | approved | Approved = <font style="color: #228B22">Approved</font> | complete | completed | Complete | Completed = <font style="color: #228B22">Completed</font> | #default = <font style="color: #B31B1B">{{{status|Unapproved}}}</font>}}'''
 
{{#if: {{{materials|}}} |
 
{{#if: {{{materials|}}} |
 
{{!}}-
 
{{!}}-
Line 13: Line 13:
 
{{{materials|}}}
 
{{{materials|}}}
 
</small>
 
</small>
}}<!--
 
-->{{#if: {{{cost|}}} |
 
{{!}}-
 
! style="background-color:#D4D4D4;" {{!}} Estimated Cost
 
{{!}} {{#ifeq: {{{cost|0}}} | Free | Free | ${{format price|{{{cost|0}}}}} }}
 
}}<!--
 
-->{{#if: {{{time|}}} |
 
{{!}}-
 
! style="background-color:#D4D4D4;" {{!}} Estimated Time
 
{{!}} {{{time|}}}
 
}}<!--
 
-->{{#if: {{{people|}}} |
 
{{!}}-
 
! style="background-color:#D4D4D4;" {{!}} People Needed
 
{{!}} {{{people|1}}}
 
 
}}
 
}}
 +
|-
 +
! style="background-color:#D4D4D4;" |Estimated Cost
 +
| {{#if: {{{cost|}}} | {{#ifeq: {{{cost|0}}} | Free | {{{cost|0}}} | ${{format price|{{{cost|0}}}}} }} }}
 +
|-
 +
! style="background-color:#D4D4D4;" |Estimated Time
 +
| {{{time|}}}
 +
|-
 +
! style="background-color:#D4D4D4;" | People Needed
 +
| {{{people|1}}}
 
|-
 
|-
 
! style="background-color:#D4D4D4;" |Details
 
! style="background-color:#D4D4D4;" |Details

Latest revision as of 16:59, 28 January 2011

No Title
Initiator Please list an initiator
Status Unapproved
Estimated Cost
Estimated Time
People Needed 1
Details
[edit] [purge] Template documentation

This template is to help ensure that necessary details are provided for a particular improvement/repair to the space. We have to go through the proper channels to make these things happen so we have to make sure it is clearly detailed before hand.

Usage

{{space request
|title = 
|initiator = 
|status = 
|materials =
|cost = 
|time = 
|people = 
|details = 
|pictures = 
}}