Difference between revisions of "Template:Space request"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
(Created page with "'''This template is not yet complete.'''<noinclude> {{documentation}} </noinclude>")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''This template is not yet complete.'''<noinclude>
+
{| class="wikitable" width=100%
 +
! colspan=2 style="background-color:#D4D4D4;" | {{{title|''No Title''}}}
 +
|-
 +
! style="background-color:#D4D4D4; width: 130px;" | Initiator
 +
| {{#if:{{{initiator|}}} | {{#ifexist: User:{{{initiator|}}} | [[User:{{{initiator|}}}|{{{initiator|}}}]] | {{{initiator|}}} }} | ''Please list an initiator'' }}
 +
|-
 +
! style="background-color:#D4D4D4;" | Status
 +
| '''{{#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|}}} |
 +
{{!}}-
 +
! style="background-color:#D4D4D4;" {{!}} Materials Needed
 +
{{!}}<small>
 +
{{{materials|}}}
 +
</small>
 +
}}
 +
|-
 +
! 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
 +
| {{{details|{{{description|}}}}}}
 +
{{#if: {{{pictures|}}} |
 +
{{!}}-
 +
! style="background-color:#D4D4D4;" {{!}} Pictures
 +
{{!}} {{{pictures|}}}
 +
}}
 +
|}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

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