Template:RD Person: Difference between revisions

From Reinvent Democracy
Jump to navigation Jump to search
No edit summary
No edit summary
 
(37 intermediate revisions by one other 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:#ffffff;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:#ffffff;line-height:1.0em;word-spacing:0.5px;"
|
|
{{#if:{{{image|}}} | {{TestPerson
{{#if:{{{image|}}} | {{TestPerson
Line 7: Line 7:
|title={{{title}}}
|title={{{title}}}
|name={{{name}}}
|name={{{name}}}
|greenbox={{{greenbox}}}
|motto={{{motto}}}
}} }}
}} }}
{| border="0" width="100%" cellspacing="5" style="background-color:#ffffff;padding:0px"
{| border="0" width="100%" cellspacing="5" style="background-color:#ffffff;padding:0px"
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:13px"
| width="20%" |<b>{{#if:{{{role|}}} | Role(s) }}</b>
| width="20%" |<b>{{#if:{{{role|}}} | Role(s) }}</b>
||{{#if:{{{role|}}} | {{{role}}} }}
||{{#if:{{{role|}}} | {{{role}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:13px"
| <b>{{#if:{{{affiliation|}}} | Affiliation(s) }}</b>
| <b>{{#if:{{{affiliation|}}} | Affiliation(s) }}</b>
||{{#if:{{{affiliation|}}} | {{{affiliation}}} }}
||{{#if:{{{affiliation|}}} | {{{affiliation}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:13px"
| <b>{{#if:{{{colab|}}} | Co-Lab(s) }}</b>
| <b>{{#if:{{{colab|}}} | Co-Lab(s) }}</b>
||{{#if:{{{colab|}}} | {{{colab}}} }}
||{{#if:{{{colab|}}} | {{{colab}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:13px; line-height: 1.0em;"
| <b>{{#if:{{{education|}}} | Education }}</b>
| <b>{{#if:{{{education|}}} | Education }}</b>
||{{#if:{{{education|}}} | {{{education}}} }}
||{{#if:{{{education|}}} | {{{education}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:13px; line-height: 1.0em;"
| <b>{{#if:{{{achievements|}}} | Achievements }}</b>
| <b>{{#if:{{{achievements|}}} | Achievements }}</b>
||{{#if:{{{achievements|}}} | {{{achievements}}} }}
||{{#if:{{{achievements|}}} | {{{achievements}}} }}
|- valign="top" style="font-size:11px"
|- valign="top" style="font-size:13px"
| <b>{{#if:{{{links|}}} | Links }}</b>
| <b>{{#if:{{{links|}}} | Links }}</b>
||{{#if:{{{links|}}} | {{{links}}} }}
||{{#if:{{{links|}}} | {{{links}}} }}
|}
|}
{{#if:{{{initiative|}}} | {{European_Initiative}}
{| border="0" width="100%" cellspacing="5" style="background-color:#ffffff;padding:0px"
}}
|- valign="top" style="font-size:13px"
| width="1%" | <b>{{#if:{{{initiative|}}} |  }}</b>
||{{#if:{{{initiative|}}} | {{{initiative}}} }}
|}
|}
|}
<noinclude>
<noinclude>
Line 37: Line 40:
==EXAMPLE ON HOW TO USE THE TEMPLATE==
==EXAMPLE ON HOW TO USE THE TEMPLATE==


{{Test    
{{RD_Person    
       |topimage=Rd_house_logo.jpg                                       
       |topimage=Rd_house_logo.jpg                                       
       |title=Core Participant                 
       |title=Core Participant                 
       |image=Andreas_wiki.jpg   
       |image=Andreas_wiki.jpg   
       |name=Drakos Andreas
       |name=Drakos Andreas
       |greenbox=The right to govern must be earned   
       |motto=The right to govern must be earned   
       |roles=write the Roles     
       |role=write the Roles     
       |affiliations=write the Affiliations
       |affiliation=write the Affiliations
       |colabs=write the Co-Labs
       |colab=write the Co-Labs
      |education=write the Education
      |achievements=write the Achievements
      |links=write the Links
      |initiative={{European_Initiative}}
}}
 
Copy and paste the code below to the page you wish to add a Board Member box such as this one:
<pre>
{{RD_Person                                         
      {{RD_Person   
      |topimage=Rd_house_logo.jpg                                     
      |title=Core Participant               
      |image=Andreas_wiki.jpg 
      |name=Drakos Andreas
      |motto=The right to govern must be earned 
      |role=write the Roles   
      |affiliation=write the Affiliations
      |colab=write the Co-Labs
       |education=write the Education
       |education=write the Education
       |achievements=write the Achievements
       |achievements=write the Achievements
Line 51: Line 72:
       |initiative=Choose the Initiative
       |initiative=Choose the Initiative
}}
}}
</pre>
[[Category:RD_Templates]]

Latest revision as of 08:51, 1 July 2017




EXAMPLE ON HOW TO USE THE TEMPLATE

Rd house logo.jpg
Core Participant
Core Participant
Drakos Andreas
The right to govern must be earned
Role(s) write the Roles
Affiliation(s) write the Affiliations
Co-Lab(s) write the Co-Labs
Education write the Education
Achievements write the Achievements
Links write the Links
European minicon.jpg European Initiative


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

{{RD_Person                                          
       {{RD_Person    
       |topimage=Rd_house_logo.jpg                                      
       |title=Core Participant                 
       |image=Andreas_wiki.jpg  
       |name=Drakos Andreas
       |motto=The right to govern must be earned  
       |role=write the Roles    
       |affiliation=write the Affiliations
       |colab=write the Co-Labs
       |education=write the Education
       |achievements=write the Achievements
       |links=write the Links
       |initiative=Choose the Initiative
}}