Template:AGORAS President: Difference between revisions
From Global Agoras
m Laouris moved page Template:ISSS President to Template:AGORAS President without leaving a redirect |
Changed fill color to #8C8C8C |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:# | {| width="285" style="margin:5px 0px 5px 10px;float:right;clear:right;border:1px solid #ccc;background-color:#8C8C8C;line-height:1.5em;word-spacing:0.5px;" | ||
| | | | ||
{{#if:{{{image|}}} | {{Person | {{#if:{{{image|}}} | {{Person | ||
|color=# | |color=#8C8C8C | ||
|image={{{image}}} | |image={{{image}}} | ||
|name={{{name}}} | |name={{{name}}} | ||
}} }} | }} }} | ||
{| border="0" width="100%" cellspacing="5" style="background-color:# | {| border="0" width="100%" cellspacing="5" style="background-color:#8C8C8C;padding:0px" | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| width="20%" |<b>{{#if:{{{period|}}} | Years of service }}</b> | | width="20%" |<b>{{#if:{{{period|}}} | Years of service }}</b> | ||
| Line 50: | Line 50: | ||
==EXAMPLE ON HOW TO USE THE TEMPLATE== | ==EXAMPLE ON HOW TO USE THE TEMPLATE== | ||
{{ | {{AGORAS President <!-- The name of the template --> | ||
|name=President's name <!-- Append to variable name the content "Elia Petridou" --> | |name=President's name <!-- Append to variable name the content "Elia Petridou" --> | ||
|image=Dummy_Female_Photo.jpg<!-- You can replace all the template's variables with the appropriate content--> | |image=Dummy_Female_Photo.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 --> | |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 --> | ||
|role=type the role; e.g., | |role=type the role; e.g., AGORAS President, President Elect, Past Presiden | ||
|previous_roles=write previous roles(s) of the President | |previous_roles=write previous roles(s) of the President | ||
|current_post=write the current post of the President | |current_post=write the current post of the President | ||
| Line 71: | Line 71: | ||
Copy and paste the code below to the page you wish to add a President box such as this one: | Copy and paste the code below to the page you wish to add a President box such as this one: | ||
<pre> | <pre> | ||
{{ | {{AGORAS President | ||
|name=Member's name | |name=Member's name | ||
|image=Dummy_Female_Photo.jpg | |image=Dummy_Female_Photo.jpg | ||
|period=write the years of service | |period=write the years of service | ||
|role=type the role; e.g., | |role=type the role; e.g., AGORAS President, President Elect, Past President | ||
|previous_roles=write previous role(s) of the President | |previous_roles=write previous role(s) of the President | ||
|current_post=write the current post of the President | |current_post=write the current post of the President | ||
| Line 85: | Line 85: | ||
|orcid=write the ORCID Profile number of the President | |orcid=write the ORCID Profile number of the President | ||
|achievements=write the notable achievements of the President | |achievements=write the notable achievements of the President | ||
|external_links= External Link(s) | |external_links= External Link(s)}} | ||
}} | |||