492
edits
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
||{{#if:{{{joined|}}} | {{{joined}}} }} | ||{{#if:{{{joined|}}} | {{{joined}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{ | | <b>{{#if:{{{organization|}}} | '''Organization(s)''' }}</b> | ||
||{{#if:{{{ | ||{{#if:{{{organization|}}} | {{{organization}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{project|}}} | '''Project(s)''' }}</b> | | <b>{{#if:{{{project|}}} | '''Project(s)''' }}</b> | ||
| Line 26: | Line 26: | ||
||{{#if:{{{nationality|}}} | {{{nationality}}} }} | ||{{#if:{{{nationality|}}} | {{{nationality}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{ | | <b>{{#if:{{{memberships|}}} | '''Memberships ''' }}</b> | ||
||{{#if:{{{ | ||{{#if:{{{memberships|}}} | {{{memberships}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{vlink|}}} | '''Video link(s)''' }}</b> | | <b>{{#if:{{{vlink|}}} | '''Video link(s)''' }}</b> | ||
| Line 46: | Line 46: | ||
==EXAMPLE ON HOW TO USE THE TEMPLATE== | ==EXAMPLE ON HOW TO USE THE TEMPLATE== | ||
{{ | {{Member | ||
|name= | |name=Member name | ||
|image=Andreas_wiki.jpg | |image=Andreas_wiki.jpg | ||
|joined=write the Date s/he joined the project | |joined=write the Date s/he joined the project | ||
| | |organization=wriste the list all Organization(s) in which s/he Membered | ||
|project=write the project ideas or actual projects in which is involved | |project=write the project(s) ideas or actual projects in which is involved | ||
|fields=write the field(s) of the | |fields=write the field(s) of the Member. | ||
|country=write the country of the | |country=write the country of the Member. | ||
|nationality=write the nationality of the | |nationality=write the nationality of the Member. | ||
| | |memberships=write the names of groups in which you are member (i.e, Team Leader, Interactive Formats Group etc) | ||
|vlink=write the links to video clips | |vlink=write the links to video clips | ||
|link=wirte the links to other personal sites | |link=wirte the links to other personal sites | ||
| Line 62: | Line 62: | ||
}} | }} | ||
Copy and paste the code below to the page you wish to add an | Copy and paste the code below to the page you wish to add an Member box such as this one: | ||
<pre> | <pre> | ||
{{ | {{Member | ||
|name= | |name=Member name | ||
|image=Andreas_wiki.jpg | |image=Andreas_wiki.jpg | ||
|joined=write the Date s/he joined the project | |joined=write the Date s/he joined the project | ||
| | |organization=wriste the list all Organization(s) in which s/he Membered | ||
|project=write the project ideas or actual projects in which is involved | |project=write the project(s) ideas or actual projects in which is involved | ||
|fields=write the field(s) of the | |fields=write the field(s) of the Member. | ||
|country=write the country of the | |country=write the country of the Member. | ||
|nationality=write the nationality of the | |nationality=write the nationality of the Member. | ||
| | |memberships=write the names of groups in which you are member (i.e, Team Leader, Interactive Formats Group etc) | ||
|vlink=write the | |vlink=write the links to video clips | ||
|link=wirte the | |link=wirte the links to other personal sites | ||
|motto=write the personal key message, vision, statement | |motto=write the personal key message, vision, statement | ||
}} | }} | ||
</pre> | </pre> | ||
Then replace the content of the variables with your own, for example : | Then replace the content of the variables with your own, for example : | ||
Replace | Replace | ||
name= | name=Member name | ||
With | With | ||
<span style="color:red">name=Drakos Andreas</span> | <span style="color:red">name=Drakos Andreas</span> | ||
===List of Variables=== | ===List of Variables=== | ||
* <b>name</b> : This variable expects from the editor to assign to it the name of the | * <b>name</b> : This variable expects from the editor to assign to it the name of the Member | ||
* <b>image</b> : This variable expects from the editor to assign to it the image of the | * <b>image</b> : This variable expects from the editor to assign to it the image of the Member. 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. | ||
</noinclude> | </noinclude> | ||
<noinclude>[[Category:T/People]]</noinclude> | <noinclude>[[Category:T/People]]</noinclude> | ||