Difference between revisions of "Template:Space request"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
|-
 
|-
 
! style="background-color:#D4D4D4; width: 130px;" | Initiator
 
! style="background-color:#D4D4D4; width: 130px;" | Initiator
| {{#if:{{{initiator|}}} | {{#ifexist: User:{{{initiator|}}} | [[User:{{{initiator|}}}|{{{initiator|}}}]] | ''Please list an initiator'' }}
+
| {{#if:{{{initiator|}}} | {{#ifexist: User:{{{initiator|}}} | [[User:{{{initiator|}}}|{{{initiator|}}}]] | {{{initiator|}}} }} | ''Please list an initiator'' }}
 
|-
 
|-
 
! 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 16: Line 16:
 
|-
 
|-
 
! style="background-color:#D4D4D4;" |Estimated Cost
 
! style="background-color:#D4D4D4;" |Estimated Cost
| ${{format price|{{#if:{{{cost|}}}|{{{cost|}}}|0}}}}}
+
| {{#if: {{{cost|}}} | {{#ifeq: {{{cost|0}}} | Free | {{{cost|0}}} | ${{format price|{{{cost|0}}}}} }} }}
 
|-
 
|-
 
! style="background-color:#D4D4D4;" |Estimated Time
 
! style="background-color:#D4D4D4;" |Estimated Time

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 = 
}}