Difference between revisions of "Template:Project"

From Makers Local 256
Jump to: navigation, search
m (fixed style, again)
m (Added more info on usage that used to be included in the "New Project" button.)
Line 1: Line 1:
This template makes the box you see on the right.  It is used as part of the new project button, and will be used on all new projects.  A call to this template woul like the following.<br>
+
This template makes the box you see on the right.  It is used as part of the new project button, and will be used on all new projects.  A call to this template would look like the following.<br>
 
'''Note:''' Changing this template will change all pages that include it!
 
'''Note:''' Changing this template will change all pages that include it!
<pre>{{Project|Creator=
+
<pre>{{Project|Creator=username
|Status=  
+
|Status=<onlyinclude>Current project status</onlyinclude>                    <!--LEAVE ONLYINCLUDES FOR STATUS HACK-->
|Born On=
+
|Born On=~~~~~                                                              <!--DO NOT EDIT -->
|Last Updated=
+
|Last Updated={{#time: H:i, d F Y| {{REVISIONTIMESTAMP}} }} (CDT)            <!--DO NOT EDIT -->
 
}}</pre>
 
}}</pre>
  

Revision as of 15:45, 12 February 2014

This template makes the box you see on the right. It is used as part of the new project button, and will be used on all new projects. A call to this template would look like the following.
Note: Changing this template will change all pages that include it!

{{Project|Creator=username
|Status=<onlyinclude>Current project status</onlyinclude>                    <!--LEAVE ONLYINCLUDES FOR STATUS HACK-->
|Born On=~~~~~                                                               <!--DO NOT EDIT -->
|Last Updated={{#time: H:i, d F Y| {{REVISIONTIMESTAMP}} }} (CDT)            <!--DO NOT EDIT -->
}}

Creator:
[[User:{{{Creator}}}|{{{Creator}}}]]
Status:
{{{Status}}}
Born On:
{{{Born On}}}
Last Updated:
{{{Last Updated}}}