Template:ISSS Member: Difference between revisions
Jump to navigation
Jump to search
m (colors) |
m (Template fixes) |
||
| Line 9: | Line 9: | ||
{| border="0" width="100%" cellspacing="5" style="background-color:#ff9999;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|}}} | ''' | | width="25%" |<b>{{#if:{{{period|}}} | '''First joined''' }}</b> | ||
||{{#if:{{{period|}}} | {{{period}}} }} | ||{{#if:{{{period|}}} | {{{period}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{title|}}} | '''Title''' }}</b> | | <b>{{#if:{{{title|}}} | '''Title''' }}</b> | ||
||{{#if:{{{title|}}} | {{{title}}} }} | ||{{#if:{{{title|}}} | {{{title}}} }} | ||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{affiliation|}}} | '''Affiliation''' }}</b> | |||
||{{#if:{{{affiliation|}}} | {{{affiliation}}} }} | |||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{projects|}}} | '''Key Project(s)''' }}</b> | | <b>{{#if:{{{projects|}}} | '''Key Project(s)''' }}</b> | ||
||{{#if:{{{projects|}}} | {{{projects}}} }} | ||{{#if:{{{projects|}}} | {{{projects}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| <b>{{#if:{{{interests|}}} | ''' | | <b>{{#if:{{{interests|}}} | ''' Interest in SIGs''' }}</b> | ||
||{{#if:{{{interests|}}} | {{{interests}}} }} | ||{{#if:{{{interests|}}} | {{{interests}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| Line 35: | Line 38: | ||
| <b>{{#if:{{{achievements|}}} | '''Notable Achievements''' }}</b> | | <b>{{#if:{{{achievements|}}} | '''Notable Achievements''' }}</b> | ||
||{{#if:{{{achievements|}}} | {{{achievements}}} }} | ||{{#if:{{{achievements|}}} | {{{achievements}}} }} | ||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{links|}}} | '''Links''' }}</b> | |||
||{{#if:{{{links|}}} | {{{links}}} }} | |||
|} | |} | ||
|} | |} | ||
| Line 63: | Line 69: | ||
|name=write the name of the member | |name=write the name of the member | ||
|image=SoterisDemetriou.jpg | |image=SoterisDemetriou.jpg | ||
|period=write the period at | |period=write the period at ISSS | ||
|title=write the title of the member | |title=write the title of the member | ||
|projects=write the project(s) of the member | |projects=write the project(s) of the member | ||
Revision as of 14:59, 24 January 2024
|
|
EXAMPLE ON HOW TO USE THE TEMPLATE
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 ISSS
|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
