Difference between revisions of "Template:Project"

From RevSpace
Jump to navigation Jump to search
Line 13: Line 13:
 
|-
 
|-
 
| style="vertical-align:top" | Name
 
| style="vertical-align:top" | Name
 +
|[[Project Name::{{{Name}}}]]
 +
{{#if:{{{Name|}}} |
 +
{{!}}-
 +
{{!}} style="vertical-align:top" {{!}} Name
 +
{{!}}[[Project Name::{{{Name}}}]]
 +
|}}
 +
|-
 +
| style="vertical-align:top" | Status
 
|[[Project Status::{{{Status}}}]]
 
|[[Project Status::{{{Status}}}]]
 
{{#if:{{{Status|}}} |
 
{{#if:{{{Status|}}} |
Line 20: Line 28:
 
|}}
 
|}}
 
|-
 
|-
| style="vertical-align:top" | Name
+
| style="vertical-align:top" | Contact
|[[Project Name::{{{Name}}}]]
+
|[[Project Contact::{{{Contact}}}]]
 
{{#if:{{{Contact|}}} |
 
{{#if:{{{Contact|}}} |
 
{{!}}-  
 
{{!}}-  

Revision as of 18:24, 2 October 2011

Include something like this in a page to make it a project page:

 {{Project
 |Name=Project name
 |Status=Status
 |Contact=Name of person or organization creating this stuff
 }}


Project {{{Name}}}
Name {{{Name}}}
Status {{{Status}}}
Contact {{{Contact}}}