Template:ISSS Member: Difference between revisions

From ISSS Wiki
Jump to navigation Jump to search
mNo edit summary
m (colors)
Line 1: Line 1:
<!--<div style="float:right;margin:15px 0px 10px 10px;">-->
<!--<div style="float:right;margin:15px 0px 10px 10px;">-->
{|  width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#C5C6DC;line-height:1.5em;word-spacing:0.5px;"
{|  width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#ff9999;line-height:1.5em;word-spacing:0.5px;"
|
|
{{#if:{{{image|}}} | {{Person
{{#if:{{{image|}}} | {{Person
|color=#C5C6DC;
|color=#ff9999;
|image={{{image}}}
|image={{{image}}}
|name={{{name}}}
|name={{{name}}}
}} }}
}} }}
{| border="0" width="100%" cellspacing="5" style="background-color:#C5C6DC;padding:0px"
{| border="0" width="100%" cellspacing="5" style="background-color:#ff9999;padding:0px"
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:11px"
| width="25%" |<b>{{#if:{{{period|}}} | '''With FWC''' }}</b>
| width="25%" |<b>{{#if:{{{period|}}} | '''With FWC''' }}</b>

Revision as of 13:42, 23 January 2024




EXAMPLE ON HOW TO USE THE TEMPLATE

My Name
My Name
With FWC write the period at FWC
Title write the title of the member
Key Project(s) write the project(s) of the member
Key Interests write the interests of the member
Degree(s) write the degree(s) of the member
Filed(s) of study write the fiels(s) of study of the member
University(ies) write the university/ies of the member
Specialization(s) write the specialization(s) of the member
Notable Achievements write the notable achievements of the member



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

{{ISSS Member                                           
       |name=write the name of the member
       |image=SoterisDemetriou.jpg
       |period=write the period at FWC    
       |title=write the title of the member
       |projects=write the project(s) of the member
       |interests=write the interests of the member
       |degrees=write the degree(s) of the member
       |fields=write the fiels(s) of study of the member
       |universities=write the university/ies of the member
       |specializations=write the specialization(s) of the member
       |achievements=write the notable achievements of the member
}}

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

  Replace 
            name=write the name of the member
  With 
            name=Your name

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.
  • period : This variable expects from the editor to assign to it the period at FWC of the member
  • title : This variable expects from the editor to assign to it the title of the member
  • projects : This variable expects from the editor to assign to it the projects of the member
  • interests : This variable expects from the editor to assign to it the interests of the member
  • degrees : This variable expects from the editor to assign to it the degrees of the member
  • fields : This variable expects from the editor to assign to it the fields of study of the member
  • universities : This variable expects from the editor to assign to it the universities of the member
  • specializations : This variable expects from the editor to assign to it the specializations of the member
  • achievements : This variable expects from the editor to assign to it the achievements of the member