1,407
edits
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
|} | |} | ||
|} | |} | ||
<noinclude> | |||
<br /><br /><br /> | |||
__TOC__ | |||
==EXAMPLE ON HOW TO USE THE TEMPLATE== | |||
{{Volunteers <!-- The name of the template --> | |||
|name=Volunteer's name <!-- Append to variable name the content "Elia Petridou" --> | |||
|image=SoterisDemetriou.jpg <!-- You can replace all the template's variables with the appropriate content--> | |||
|period=write the years of service <!-- if a variable left empty e.g "period=" or not used at all then it will not appear on the template --> | |||
|service=write the service type | |||
|projects= write the Project(s) involving the volunteer | |||
|sending_organization=write the Sending Organization of the volunteer | |||
|degrees=write the degree(s) of the volunteer | |||
|fields=write the field(s) of study of the volunteer | |||
|universities=write the university/ies of the b.m. | |||
}} | |||
Copy and paste the code below to the page you wish to add an SDD Report table such as this one: | |||
<pre> | |||
{{Volunteers | |||
|name=Volunteer's name | |||
|image=image.jpg | |||
|period=write the years of service | |||
|service=write the service type | |||
|projects= write the Project(s) involving the volunteer | |||
|sending_organization=write the Sending Organization of the volunteer | |||
|degrees=write the degree(s) of the volunteer | |||
|fields=write the field(s) of study of the volunteer | |||
|universities=write the university/ies of the volunteer | |||
}} | |||
</pre> | |||
Then replace the content of the variables with your own, for example : | |||
Replace | |||
name=Volunteer's name | |||
With | |||
<span style="color:red">name=Soteris Demetriou</span> | |||
===List of Variables=== | |||
* <b>name</b> : This variable expects from the editor to assign to it the name of the volunteer | |||
* <b>image</b> : This variable expects from the editor to assign to it the image of the volunteer. 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>period</b> : This variable expects from the editor to assign to it the period at FWC of the volunteer. | |||
* <b>service</b> : This variable expects from the editor to assign to it the service of the volunteer | |||
* <b>projects</b> : This variable expects from the editor to assign to it the projectsof the volunteer | |||
* <b>sending_organization</b> : This variable expects from the editor to assign to it the sending_organization of the volunteer | |||
* <b>degrees</b> : This variable expects from the editor to assign to it the degrees of the volunteer | |||
* <b>fields</b> : This variable expects from the editor to assign to it the fields of study of the volunteer | |||
* <b>universities</b> : This variable expects from the editor to assign to it the universities of the volunteer | |||
</noinclude> |