Template:Service: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
(Created page with "{| border="0" width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#E5E5E5;line-height:1.5em;word-spacing:0.5px;" | {{Person...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{se_coordinator|}}} | '''Service's Coordinator(s)''' }}</b>
| <b>{{#if:{{{se_coordinator|}}} | '''Service's Coordinator(s)''' }}</b>
||{{#if:{{{coordinator|}}} | {{{coordinator}}} }}
||{{#if:{{{se_coordinator|}}} | {{{se_coordinator}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{funding_agency|}}} | '''Funding Agency''' }}</b>
| <b>{{#if:{{{funding_agency|}}} | '''Funding Agency''' }}</b>
Line 31: Line 31:
| <b>{{#if:{{{total_cost|}}} | '''Total Cost''' }}</b>
| <b>{{#if:{{{total_cost|}}} | '''Total Cost''' }}</b>
||{{#if:{{{total_cost|}}} | {{{total_cost}}} }}
||{{#if:{{{total_cost|}}} | {{{total_cost}}} }}
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{partners|}}} | '''Partners'''  }}</b>
||{{#if:{{{partners|}}} | {{{partners}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| <b>{{#if:{{{location|}}} | '''Location''' }}</b>
| <b>{{#if:{{{location|}}} | '''Location''' }}</b>
Line 54: Line 51:
==EXAMPLE ON HOW TO USE THE TEMPLATE==
==EXAMPLE ON HOW TO USE THE TEMPLATE==


{{Project                                           <!-- The name of the template e.g "Project" -->
{{Service                                           <!-- The name of the template e.g "Project" -->
       |acronym=write the service's acronym                   <!-- Append to variable acronym the content "moblang" -->
       |acronym=write the service's acronym  
       |logo=CNTI_BlueLogoHR.jpg                   <!-- You can replace all the template's variables with the                                                                                                                                                                                                                                          appropriate content-->
       |logo=CNTI_BlueLogoHR.jpg    
       |project_title=write the project under which this service operates   <!-- if a variable left empty e.g "project_title=" or not used    at all then it will not appear on the template -->
       |project_title=write the project under which this service operates
      |contract_number=xxxxxx
       |funding_period=write the funding period of the project under which this service operates
       |funding_period=write the funding period of the project under which this service operates
       |coordinator=write the project's coordinator
       |coordinator=write the project's coordinator
Line 73: Line 71:
Copy and paste the code below to the page you wish to add an Associate's box such as this one:
Copy and paste the code below to the page you wish to add an Associate's box such as this one:
<pre>
<pre>
{{Project                                            
{{Service                                            
       |acronym=write the service's acronym                   
       |acronym=write the service's acronym                   
       |logo=CNTI_BlueLogoHR.jpg                   
       |logo=CNTI_BlueLogoHR.jpg                   
       |project_title=write the project under which this service operates  
       |project_title=write the project under which this service operates  
      |contract_number=xxxxxx 
       |funding_period=write the funding period of the project under which this service operates
       |funding_period=write the funding period of the project under which this service operates
       |coordinator=write the project's coordinator
       |coordinator=write the project's coordinator
Line 99: Line 98:
* <b>logo</b> : This variable expects from the editor to assign to it the logo image of the Service. You must first upload an image using the upload file option of the toolbox available on the left column of the page. This option is visible if and only if you are logged in.
* <b>logo</b> : This variable expects from the editor to assign to it the logo image of the Service. You must first upload an image using the upload file option of the toolbox available on the left column of the page. This option is visible if and only if you are logged in.
* <b>project_title</b> : This variable expects from the editor to assign to it the title of the Project under which the Service operates
* <b>project_title</b> : This variable expects from the editor to assign to it the title of the Project under which the Service operates
* <b>contract_number</b>: This variable expects from the editor to assign to it the contract number for the Project under which the Service operates
* <b>funding_period</b> : This variable expects from the editor to assign to it the funding period of the Project under which the Service operates
* <b>funding_period</b> : This variable expects from the editor to assign to it the funding period of the Project under which the Service operates
* <b>coordinator</b> : This variable expects from the editor to assign to it the project's coordinator
* <b>coordinator</b> : This variable expects from the editor to assign to it the project's coordinator

Latest revision as of 04:23, 20 January 2012

{{{acronym}}}
[[File:{{{logo}}}|200px|text-top|{{{acronym}}}]]





EXAMPLE ON HOW TO USE THE TEMPLATE

write the service's acronym
write the service's acronym
Project Title write the project under which this service operates
Contract Number xxxxxx
Funding Period write the funding period of the project under which this service operates
Project's Coordinator(s) write the project's coordinator
Service's Coordinator(s) write the service's coordinator
Funding Agency write the Funding Agency of the project under which this service operates
Service Cost write the Cost of the Service
Total Cost write the Total Cost of the Project
Location write where this Service is located (link it with google maps)
Region Served write the region that this service addresses
Language write the language(s) that this service supports
Website write the website of the projet



Copy and paste the code below to the page you wish to add an Associate's box such as this one:

{{Service                                           
       |acronym=write the service's acronym                   
       |logo=CNTI_BlueLogoHR.jpg                   
       |project_title=write the project under which this service operates 
       |contract_number=xxxxxx   
       |funding_period=write the funding period of the project under which this service operates
       |coordinator=write the project's coordinator
       |se_coordinator=write the service's coordinator
       |funding_agency=write the Funding Agency of the project under which this service operates
       |service_cost=write the Cost of the Service
       |total_cost=write the Total Cost of the Project
       |location=write where this Service is located (link it with google maps)
       |region_served=write the region that this service addresses
       |language=write the language(s) that this service supports
       |website=write the website of the projet
}}

Then replace the content of the variables with your own, for example :

  Replace 
            acronym=write the project's acronym  
  With 
            acronym=Moblang

List of Variables

  • acronym : This variable expects from the editor to assign to it the acronym of the Service
  • logo : This variable expects from the editor to assign to it the logo image of the Service. You must first upload an image using the upload file option of the toolbox available on the left column of the page. This option is visible if and only if you are logged in.
  • project_title : This variable expects from the editor to assign to it the title of the Project under which the Service operates
  • contract_number: This variable expects from the editor to assign to it the contract number for the Project under which the Service operates
  • funding_period : This variable expects from the editor to assign to it the funding period of the Project under which the Service operates
  • coordinator : This variable expects from the editor to assign to it the project's coordinator
  • se_coordinator : This variable expects from the editor to assign to it the service's coordinator
  • funding_agency : This variable expects from the editor to assign to it the funding agency of the Project under which the Service operates
  • service_cost : This variable expects from the editor to assign to it the service's cost
  • total_cost : This variable expects from the editor to assign to it the total cost of the Project under which the Service operates
  • location : This variable expects from the editor to assign to it the location of the Service (you can link the location with google maps)
  • region_served : This variable expects from the editor to assign to it the region that this Service covers
  • language : This variable expects from the editor to assign to it the language(s) that this Service supports
  • website : This variable expects from the editor to assign to it the link of the website of the Project