Difference between revisions of "Template:Project"

From Hackerspace ACKspace
Jump to: navigation, search
m
m (Reverted edits by Stitch (talk) to last revision by Vicarious)
Line 2: Line 2:
 
This is the "Project" template.
 
This is the "Project" template.
 
It should be called in the following format:
 
It should be called in the following format:
</noinclude>
+
<pre>
<pre>{{Project
+
{{Project
 
|State=
 
|State=
 
|Members=
 
|Members=
Line 9: Line 9:
 
}}
 
}}
 
</pre>
 
</pre>
 
+
Edit the page to see the template text.
<includeonly>
+
</noinclude><includeonly>
 
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
 
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>Project: {{PAGENAME}}</big>
 
! style="text-align: center; background-color:#ccccff;" colspan="2" |<big>Project: {{PAGENAME}}</big>
Line 18: Line 18:
 
|-
 
|-
 
! Members
 
! Members
| {{#ifexist: User:{{{Members}}} | [[Members::User:{{{Members|Unknown}}}|{{{Members|Unknown}}}]] | [[Members::{{{Members|Unknown}}}]] }}
+
| [[Members::{{{Members|}}}]]
 
|-
 
|-
 
! Description
 
! Description

Revision as of 07:53, 13 April 2011

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

{{Project
|State=
|Members=
|Description=
}}

Edit the page to see the template text.