Difference between revisions of "Template:Infobox research project"

From blackwiki
Jump to navigation Jump to search
imported>Frietjes
imported>Frietjes
Line 1: Line 1:
{| class="infobox" style="width: 25em; text-align: left; font-size: 90%;"
+
{{infobox
|-
+
| above = {{{name|}}}
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name|}}}'''
+
| subheader = {{{title|}}}
|-
+
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|alt={{{image_alt|{{{imagealt|}}}}}}}}
| colspan="2" style="text-align:center;" | {{{title|}}}
+
 
|-
+
| label1 = Keywords
| colspan="2" style="text-align:center;" | {{#if:{{{image|}}}|[[Image:{{{image}}}|180px{{#if:{{{imagealt|}}}|{{!}}alt={{{imagealt}}}}}]]}}
+
| data1 = {{{keywords|}}}
|-
+
 
! Keywords
+
| label2 =  Funding agency
| {{{keywords|}}}
+
| data2 = {{{funding_agency|{{{fundingAgency|}}}}}}
|-
+
 
! Funding Agency
+
| label3 = Project type
| {{{fundingAgency|}}}
+
| data3 = {{{project_type|{{{projectType|}}}}}}
|-
+
 
! Project Type
+
| label4 = Reference
| {{{projectType|}}}
+
| data4 = {{{project_reference|{{{projectReference|}}}}}}
|-
+
 
! Reference
+
| label5 =  Objective
| {{{projectReference|}}}
+
| data5 = {{{research_objective|{{{researchObjective|}}}}}}
|-
+
 
! Objective
+
| label6 = Participants
| {{{researchObjective|}}}
+
| data6 = {{comma separated entries
|-
+
|1 = {{#if:{{{coordinator|}}}|{{{coordinator}}} (coordinator)}}
! Participants
+
|2 = {{{participants|}}}
| {{#if:{{{coordinator|}}}|'''{{{coordinator}}}''' (coordinator),<br/>}}
+
}}
{{{participants|}}}
+
| label7 = Budget
|-
+
| data7 = {{ubl
! Budget
+
|1 = {{#if:{{{budget|}}}|Total: {{{budget}}} }}
| Total: {{{budget|}}}<br/>
+
|2 = {{#if:{{{funding|}}}|Funding: {{{funding}}} }}
Funding: {{{funding|}}}
+
}}
|-
+
| label8 = Duration
! Duration
+
| data8 = {{#if:{{{start|}}}{{{end|}}}|{{{start|}}} - {{{end|}}} }}
| {{{start|}}} - {{{end|}}}
+
 
|-
+
| label9 =  Website
! Web Site
+
| data9 = {{{website|}}}
| {{#if:{{{website|}}}|[{{{website}}} {{{website}}}]}}
+
}}<noinclude>{{documentation}}</noinclude>
|}<noinclude>{{documentation}}</noinclude>
 

Revision as of 16:58, 19 September 2016

BudgetTemplate:Ubl

[[Category:Infobox templates|Template:Remove first word]]

Template documentation[view] [edit] [history] [purge]
{{{name}}}
{{{title}}}
[[File:{{{image}}}|frameless|alt={{{image_alt}}}|{{{image_alt}}}]]
Keywords{{{keywords}}}
Funding agency{{{funding_agency}}}
Project type{{{project_type}}}
Reference{{{project_reference}}}
Objective{{{research_objective}}}
Participants{{{coordinator}}} (coordinator), {{{participants}}}
BudgetTemplate:Ubl
Duration{{{start}}} - {{{end}}}
Website{{{website}}}
[[Category:Infobox templates|Template:Remove first word]]

Usage

{{Infobox research project
| name = 
| title = 
| image = 
| image_alt = 
| caption = 
| keywords = 
| project_type = 
| funding_agency = 
| sponsors = 
| framework_programme = 
| project_reference = 
| research_objective = 
| location = 
| coordinator = <!-- or | project_manager = -->
| participants = 
| partners = 
| budget = 
| funding = 
| start = 
| end = 
| website = 
}}

See also