Difference between revisions of "Template:Leadership"

From Stanford SSI Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
To use, copy the code below into the desired page, populating the fields that you wish to be displayed (with any text that you want) and feel free to leave the other fields blank or remove.
 +
 +
<nowiki>
 +
{{Leadership
 +
| Everyone =
 +
| Presidents =
 +
| Balloons =
 +
| Biology =
 +
| Mars =
 +
| Operations =
 +
| Policy =
 +
| Rockets =
 +
| Satellites =
 +
}}</nowiki>
 +
 +
An example of proper usage is shown here:
 +
 +
<nowiki>
 +
{{Leadership
 +
| Everyone = true
 +
| Presidents =
 +
| Balloons =
 +
| Biology =
 +
| Mars =
 +
| Operations =
 +
| Policy =
 +
| Rockets =
 +
| Satellites =
 +
}}</nowiki>
 +
 +
or, if you only want the Satellites leads you could do:
 +
 +
<nowiki>
 +
{{ssi-online-resource
 +
| Satellites = true
 +
}}</nowiki>
 +
 +
<onlyinclude>
 
{{#vardefine:President_1_sunet|aabdalla}}
 
{{#vardefine:President_1_sunet|aabdalla}}
 
{{#vardefine:President_1_name|Ahmed Abdalla}}
 
{{#vardefine:President_1_name|Ahmed Abdalla}}
Line 32: Line 70:
 
{{#vardefine:Satellites_2_name|Ian Chang}}
 
{{#vardefine:Satellites_2_name|Ian Chang}}
  
<onlyinclude>
 
 
{{#if:{{{Everyone|}}}|
 
{{#if:{{{Everyone|}}}|
 
==Presidents==
 
==Presidents==
Line 61: Line 98:
 
{{#if:{{{Satellites|}}}|Satellites Leads, {{slack-user|sunet-id = {{#var:Satellites_1_sunet}}|display-name = {{#var:Satellites_1_name}}}} and {{slack-user|sunet-id={{#var:Satellites_2_sunet}}|display-name={{#var:Satellites_2_name}}}}}}
 
{{#if:{{{Satellites|}}}|Satellites Leads, {{slack-user|sunet-id = {{#var:Satellites_1_sunet}}|display-name = {{#var:Satellites_1_name}}}} and {{slack-user|sunet-id={{#var:Satellites_2_sunet}}|display-name={{#var:Satellites_2_name}}}}}}
 
</onlyinclude>
 
</onlyinclude>
 
To use, copy the code below into the desired page, populating the fields that you wish to be displayed (with any text that you want) and feel free to leave the other fields blank or remove.
 
 
<nowiki>
 
{{Leadership
 
| Everyone =
 
| Presidents =
 
| Balloons =
 
| Biology =
 
| Mars =
 
| Operations =
 
| Policy =
 
| Rockets =
 
| Satellites =
 
}}</nowiki>
 
 
An example of proper usage is shown here:
 
 
<nowiki>
 
{{Leadership
 
| Everyone = true
 
| Presidents =
 
| Balloons =
 
| Biology =
 
| Mars =
 
| Operations =
 
| Policy =
 
| Rockets =
 
| Satellites =
 
}}</nowiki>
 
 
or, if you only want the Satellites leads you could do:
 
 
<nowiki>
 
{{ssi-online-resource
 
| Satellites = true
 
}}</nowiki>
 
  
 
[[Category: Templates]]
 
[[Category: Templates]]

Revision as of 05:29, 28 February 2021

To use, copy the code below into the desired page, populating the fields that you wish to be displayed (with any text that you want) and feel free to leave the other fields blank or remove.

{{Leadership
| Everyone = 
| Presidents = 
| Balloons = 
| Biology = 
| Mars = 
| Operations = 
| Policy = 
| Rockets = 
| Satellites = 
}}

An example of proper usage is shown here:

{{Leadership
| Everyone = true
| Presidents = 
| Balloons = 
| Biology = 
| Mars = 
| Operations = 
| Policy = 
| Rockets = 
| Satellites = 
}}

or, if you only want the Satellites leads you could do:

{{ssi-online-resource 
| Satellites = true
}}