|
|
Line 1: |
Line 1: |
| <noinclude> | | <noinclude> |
| == Usage ==
| | Template for quickly generating [[Projects|project]] wiki pages. |
| Quickly generate project pages.
| |
|
| |
|
| <nowiki>{{Project|title=project title|parent=parent project|description=project description|leader=project leader|members=project members|contributors=project contributors|milestone=next project milestone|task=current project task|doclink =documentation link|prodlink=link to where the project's results live|gitlink=project's github link|cover=project's cover image}}</nowiki>
| | '''Usage: Copy paste the code below, filling in relevant fields after the = sign. Fields that are left empty or are removed will not show up in the generated page.''' |
| </noinclude>
| |
| == Title ==
| |
| {{{title|???}}}
| |
|
| |
|
| == Parent Project == | | <syntaxhighlight lang="html+handlebars">{{subst:Project|desc=}}</syntaxhighlight> |
| {{{parent|???}}} | | </noinclude>{{InfoboxProject |
| | |project= |
| | |image= |
| | |topic= |
| | |leader= |
| | |startdate= |
| | |customlabel1= |
| | |customdata1= |
| | |customlabel2= |
| | |customdata2= |
| | |customlabel3= |
| | |customdata3= |
| | |customlabel4= |
| | |customdata4= |
| | |link1title= |
| | |link1= |
| | |link2title= |
| | |link2= |
| | |link3title= |
| | |link3= |
| | |link4title= |
| | |link4= |
| | }} |
|
| |
|
| == Description ==
| | {{{desc|}}} |
| {{{description|???}}} | | |
| | == Goals == |
|
| |
|
| == Leader ==
| |
| {{{leader|???}}}
| |
|
| |
|
| == Members == | | == Members == |
| {{{members|???}}}
| |
|
| |
| == Contributors ==
| |
| {{{contributors|???}}}
| |
|
| |
| == Next Milestone ==
| |
| {{{milestone|???}}}
| |
|
| |
| == Task ==
| |
| {{{task|???}}}
| |
|
| |
| == LINK_DOC ==
| |
| {{{doclink|???}}}
| |
|
| |
| == LINK_PROD ==
| |
| {{{prodlink|???}}}
| |
|
| |
| == LINK_GIT ==
| |
| {{{gitlink|???}}}
| |
|
| |
| == COVER_IMG ==
| |
| {{{cover|???}}}
| |
|
| |
|
| __NOTOC__ | | __NOTOC__ |
| | [[Category:Projects]] |