You are an anonymous user who can't edit RoboWiki.
Log in if you already have an account. If you would like to become an editor for the wiki, request an account.

Difference between revisions of "Template:MemberInfoBox"

From RoboWiki
Jump to navigation Jump to search
m (Fix college if statement.)
(Add years of high school.)
Line 8: Line 8:
 
|MentorInYear=
 
|MentorInYear=
 
|College=
 
|College=
 +
|FreshmanInYear=
 +
|SophmoreInYear=
 +
|JuniorInYear=
 +
|SeniorInYear=
 
}}
 
}}
 
</pre>
 
</pre>
Line 47: Line 51:
 
<!-- End College Cells -->
 
<!-- End College Cells -->
 
|}
 
|}
 +
 +
<!-- Begin Years of High School -->
 +
{{#if: {{{FreshmanInYear|}}} | {{#set:Frehman in year={{{FreshmanInYear|}}}}} }}
 +
{{#if: {{{SophmoreInYear|}}} | {{#set:Sophmore in year={{{SophmoreInYear|}}}}} }}
 +
{{#if: {{{JuniorInYear|}}} | {{#set:Junior in year={{{JuniorInYear|}}}}} }}
 +
{{#if: {{{SeniorInYear|}}} | {{#set:Senior in year={{{SeniorInYear|}}}}} }}
 +
<!-- End Years of High School -->
 
</includeonly>
 
</includeonly>

Revision as of 12:25, 21 April 2010

It should be called in the following format:

{{MemberInfoBox
|Image=
|Gender=
|MemberInYear=
|MentorInYear=
|College=
|FreshmanInYear=
|SophmoreInYear=
|JuniorInYear=
|SeniorInYear=
}}

Edit the page to see the template text.