Template:Project: Difference between revisions

m m
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
'''See [[Creating a new project article]]'''
== Cargo Declaration ==
{{#cargo_declare:
_table = Projects
|activeStatus=Wikitext string
|program=Wikitext string
|requestor=Wikitext string
|startDate=Date
|endDate=Date
}}
[[Category:Tmp Project Infrastructure]]
</noinclude>
<div style="clear:right;">
<div style="clear:right;">
{| class="wikitable" border="1" style="float:right; width:30%"
{| class="wikitable" border="1" style="float:right; width:30%"
Line 10: Line 26:
|-
|-
| style="background:silver; color:arsenic" align="right"| '''Requestor: '''
| style="background:silver; color:arsenic" align="right"| '''Requestor: '''
|{{#if:{{{ProjectRequestor|}}} |[[ProjectRequestor::{{{ProjectRequestor}}}]]  | }}   
|{{#if:{{{ProjectRequestor|}}} | {{{ProjectRequestor}}} {{#set:ProjectRequestor={{{ProjectRequestor}}}}} | }} 
|-
| style="background:silver; color:arsenic" align="right"| '''Collection start: '''
|{{#if:{{{ProjectCollectionStartDate|}}} | {{{ProjectCollectionStartDate}}} {{#set:Has StartDate={{{ProjectCollectionStartDate}}}}} | }} 
|-
| style="background:silver; color:arsenic" align="right"| '''Collection end: '''
|{{#if:{{{ProjectCollectionStopDate|}}} | {{{ProjectCollectionStopDate}}} {{#set:Has StopDate={{{ProjectCollectionStopDate}}}}} | }}   
|}
|}
<includeonly>[[Category:Project]]</includeonly>
<includeonly><div style="display: none;">
<noinclude>
* SMW
To use copy and paste this:
(inline)
<pre>
 
{{Project
* Cargo
| Project = {{PAGENAME}}
{{#cargo_store:
| ProjectActive = <active, planned, legacy, legacy, aborted in planning, ... is it currently being collected?>
_table = Projects
| ProjectProgram = <CC, Med, CC and Med>
|activeStatus={{{ProjectActive|unknown}}}
| ProjectRequestor = <who will this be reported to?>
|program={{{ProjectProgram}}}
}}  
|requestor={{{ProjectRequestor|unknown}}}
|startDate={{{ProjectCollectionStartDate|}}}
|endDate={{{ProjectCollectionStopDate|}}}
}}


</pre>
* Categories
[[Category:Project]]
[[Category:L TmpV2 Data]]


'''See also: [[Creating a new project article]]'''
* Form
{{#default_form:Project}}


[[Category: Project | *]]
</div></includeonly>
</noinclude>