Template:Member: Difference between revisions

From Reinvent Education
Jump to navigation Jump to search
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:{{{SDDPs|}}} | '''SDDPs''' }}</b>
| <b>{{#if:{{{organization|}}} | '''Organization(s)''' }}</b>
||{{#if:{{{SDDPs|}}} | {{{SDDPs}}} }}
||{{#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:{{{type|}}} | '''Participnat type ''' }}</b>
| <b>{{#if:{{{memberships|}}} | '''Memberships ''' }}</b>
||{{#if:{{{type|}}} | {{{type}}} }}
||{{#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==


{{Participant
{{Member
       |name=Participant's 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
       |SDDPs=wriste the list all SDDPs in which s/he participated
       |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 participant.
       |fields=write the field(s) of the Member.
       |country=write the country of the participant.
       |country=write the country of the Member.
       |nationality=write the nationality of the participant.
       |nationality=write the nationality of the Member.
       |type=write the participnat type (i.e,core,shadow,virtual,planetary etc)
       |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 Associate's box such as this one:
Copy and paste the code below to the page you wish to add an Member box such as this one:
<pre>
<pre>
{{Participant
{{Member
       |name=Participant's 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
       |SDDPs=wriste the list all SDDPs in which s/he participated
       |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 participant.
       |fields=write the field(s) of the Member.
       |country=write the country of the participant.
       |country=write the country of the Member.
       |nationality=write the nationality of the participant.
       |nationality=write the nationality of the Member.
       |type=write the participnat type (i.e,core,shadow,virtual,planetary etc)
       |memberships=write the names of groups in which you are member (i.e, Team Leader, Interactive Formats Group etc)
       |vlink=write the link(s) to video clips
       |vlink=write the links to video clips
       |link=wirte the link(s) to other personal sites
       |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=Participant's 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 Participant
* <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 Participant. 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>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>

Revision as of 15:38, 4 September 2016





EXAMPLE ON HOW TO USE THE TEMPLATE

Member name
Member name
Joined Date(s) write the Date s/he joined the project
Organization(s) wriste the list all Organization(s) in which s/he Membered
Project(s) write the project(s) ideas or actual projects in which is involved
Field(s) write the field(s) of the Member.
Country(s) write the country of the Member.
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)
Video link(s) write the links to video clips
Link(s) wirte the links to other personal sites
Motto write the personal key message, vision, statement



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

{{Member
      |name=Member name
      |image=Andreas_wiki.jpg
      |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(s) ideas or actual projects in which is involved
      |fields=write the field(s) of the Member.
      |country=write the country of the Member.
      |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
      |link=wirte the links to other personal sites
      |motto=write the personal key message, vision, statement

}}

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

  Replace 
            name=Member name  
  With 
            name=Drakos Andreas

List of Variables

  • name : This variable expects from the editor to assign to it the name of the Member
  • image : 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.