Difference between revisions of "Template:MemberNest"
From OCE Space Simulation
(test) |
FaraFellow (Talk | contribs) (added pronouns!) |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {|style="background:transparent" align=right | + | {|class="infobox" style="background:transparent; margin-left: 14px" align = "right" |
|- | |- | ||
− | + | | | |
− | + | {{{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 = | ||
+ | | pronouns = | ||
+ | }} | ||
+ | |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|{{PAGENAME}}]] | ||
+ | </noinclude> |
Latest revision as of 12:41, 31 May 2020
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 = | pronouns = }} |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|}} }}