Difference between revisions of "Template:MemberNest"
From OCE Space Simulation
Line 2: | Line 2: | ||
|- | |- | ||
| | | | ||
− | {{{ | + | {{{box1}}} |
|- | |- | ||
| | | | ||
− | {{{ | + | {{{box2}}} |
|- | |- | ||
| | | | ||
− | {{{ | + | {{{box3}}} |
|- | |- | ||
| | | | ||
− | {{{ | + | {{{box4|}}} |
|- | |- | ||
|} | |} | ||
+ | |||
+ | <noinclude> | ||
+ | This template will let you include several infoboxes one below the other. | ||
+ | |||
+ | It was originally intended to let you have the sequence: [[Template:Member]], [[Template:Training]], [[Template:Instructor]], [[Template:Instructor]]. However, the parameters have been changed to "box#" to be more general. | ||
+ | |||
+ | For MemberNest for alumni, include the following code: | ||
+ | <pre> | ||
+ | {{MemberNest | ||
+ | |box1={{alumnus | ||
+ | | picture = | ||
+ | | Name = | ||
+ | | grad = | ||
+ | | school = | ||
+ | | curocc = | ||
+ | | forpos = | ||
+ | }} | ||
+ | |box2={{Training | ||
+ | |auxmc= | ||
+ | |auxhab= | ||
+ | |auxsim= | ||
+ | |||
+ | |capmc= | ||
+ | |caphab= | ||
+ | |capsim= | ||
+ | |||
+ | |eemc= | ||
+ | |eehab= | ||
+ | |eesim= | ||
+ | |||
+ | |engmc= | ||
+ | |enghab= | ||
+ | |engsim= | ||
+ | |||
+ | |logmc= | ||
+ | |loghab= | ||
+ | |logsim= | ||
+ | |||
+ | |medmc= | ||
+ | |medhab= | ||
+ | |medsim= | ||
+ | |||
+ | |net= | ||
+ | |||
+ | |pltmc= | ||
+ | |plthab= | ||
+ | |pltsim= | ||
+ | }} | ||
+ | |box3= {{Instructor|}} | ||
+ | |box4= {{Instructor|}} | ||
+ | }} | ||
+ | </pre> | ||
+ | [[Category:Templates]] |
Revision as of 16:31, 6 April 2010
{{{box1}}} |
{{{box2}}} |
{{{box3}}} |
This template will let you include several infoboxes one below the other.
It was originally intended to let you have the sequence: Template:Member, Template:Training, Template:Instructor, Template:Instructor. However, the parameters have been changed to "box#" to be more general.
For MemberNest for alumni, include the following code:
{{MemberNest |box1={{alumnus | picture = | Name = | grad = | school = | curocc = | forpos = }} |box2={{Training |auxmc= |auxhab= |auxsim= |capmc= |caphab= |capsim= |eemc= |eehab= |eesim= |engmc= |enghab= |engsim= |logmc= |loghab= |logsim= |medmc= |medhab= |medsim= |net= |pltmc= |plthab= |pltsim= }} |box3= {{Instructor|}} |box4= {{Instructor|}} }}