Difference between revisions of "Template:Publication"

From its-wiki.no
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>[[Category:Sample pages]]
 
<noinclude>[[Category:Sample pages]]
This [[Help:Semantic templates|semantic template]] provides a simple way to simultaneously annotate a page with the property [[Property:Deliverable|Number|Name|Delivery Date|Partner]] and display its value in a standardized scientific notation.
+
This [[Help:Semantic templates|semantic template]] provides a simple way to simultaneously annotate a page with the property [[Property:Project|Deliverable|Number|Name|Delivery Date|Partner]] and display its value in a standardized scientific notation.
  
Usage: this takes three parameters, the number of the deliverable, the name and the delivery date
+
Usage: this takes 5 parameters:
for example <tt> <nowiki>{{Deliverable|D2.1|name of deliverable|Q1.2011|Thyia}}</nowiki></tt>
+
* the project, e.g. pSHIELD
 +
* the number of the deliverable, e.g. D2.1
 +
* the name, e.g. ''name of deliverable''
 +
* delivery date, e.g. Q1.2011
 +
* Lead partner (who has responsibility), e.g. THYIA
 +
for example <tt> <nowiki>{{Deliverable|pSHIELD|D2.1|name of deliverable|Q1.2011|Thyia}}</nowiki></tt>
  
Here's the actual template "code": </noinclude>Deliverable::{{{1}}} has name '''{{{2}}}'''  and due date ''{{{3}}}''. Lead partner: {{{4}}}
+
Here's the actual template "code": </noinclude>Deliverable [[{{{1}}}-{{{2}}}|{{{2}}}]] has name '''{{{3}}}'''  and due date ''{{{4}}}''. Lead partner: {{{5}}}

Revision as of 20:28, 26 December 2010

This semantic template provides a simple way to simultaneously annotate a page with the property Deliverable|Number|Name|Delivery Date|Partner and display its value in a standardized scientific notation.

Usage: this takes 5 parameters:

  • the project, e.g. pSHIELD
  • the number of the deliverable, e.g. D2.1
  • the name, e.g. name of deliverable
  • delivery date, e.g. Q1.2011
  • Lead partner (who has responsibility), e.g. THYIA

for example {{Deliverable|pSHIELD|D2.1|name of deliverable|Q1.2011|Thyia}}

Here's the actual template "code": Deliverable [[{{{1}}}-{{{2}}}|{{{2}}}]] has name {{{3}}} and due date {{{4}}}. Lead partner: {{{5}}}