Difference between revisions of "Template:Infobox Brother"

From PhiSigmaPiWiki
m
Line 5: Line 5:
 
|-
 
|-
  
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
+
|width="85px"| '''Name'''
|-  
+
| {{{name}}}
 +
|-
  
! Name:
+
|width="85px"| '''Chapter'''
| {{{name|}}}
+
| {{{chapter}}}<br/>{{{school}}}
|-  
+
|-
  
! Chapter:
+
|width="85px"| '''Date Inducted'''
| {{{chapter|}}}<br/>{{{school|}}}
+
| {{{inducted}}}
|-  
+
|-
  
! Date Inducted:
+
|width="85px"| '''Roll Number'''
| {{{inducted|}}}
+
| {{{rollnumber}}}
|-  
+
|-
  
! Roll Number:
+
|width="85px"| '''Major'''
| {{{rollnumber|}}}
+
| {{{major}}}
|-  
+
|-
  
! Major:
+
|width="85px"| '''Birthdate'''
| {{{major|}}}
+
| {{{birth_date}}}
|-  
+
|-
  
! Birthdate:
+
|width="85px"| '''Spouse'''
| {{{birth_date|}}}
+
| {{{spouse}}}
|-  
+
|-
  
! Spouse:
+
|width="85px"| '''Nicknames'''
| {{{spouse|}}}
+
| {{{nicknames}}}
|-  
+
|-
  
! Nickname(s):
+
|width="85px"| '''Awards'''
| {{{nicknames|}}}
+
| {{{awards}}}
|-
+
|-
 
 
! Awards:
 
| {{{awards|}}}
 
|-  
 
  
 
|}<noinclude>__NOTOC__
 
|}<noinclude>__NOTOC__
Line 53: Line 50:
 
<div style="width:250px; background:#dddddd; border:1px solid black; padding:0.5em 1em 0.5em 1em;">
 
<div style="width:250px; background:#dddddd; border:1px solid black; padding:0.5em 1em 0.5em 1em;">
 
<pre>{{Infobox Brother
 
<pre>{{Infobox Brother
| image        =
 
| caption      =
 
 
| name          =  
 
| name          =  
 
| chapter      =  
 
| chapter      =  
Line 67: Line 62:
 
}}</pre>
 
}}</pre>
 
</div>
 
</div>
 
[[Category:Templates]] [[Category:Infobox templates]]
 
 
</noinclude>
 
</noinclude>

Revision as of 11:06, 18 March 2007

Infobox Brother
Name {{{name}}}
Chapter {{{chapter}}}
{{{school}}}
Date Inducted {{{inducted}}}
Roll Number {{{rollnumber}}}
Major {{{major}}}
Birthdate {{{birth_date}}}
Spouse {{{spouse}}}
Nicknames {{{nicknames}}}
Awards {{{awards}}}

An Infobox_Brother may be used to summarise information about any Brother.


Usage

The infobox may be added by pasting the template as shown below into an article. Only the name and chapter parameters are required. For an example, see FreshBoy.

{{Infobox Brother
| name          = 
| chapter       = 
| school        =
| inducted      =
| rollnumber    = 
| birth_date    = 
| major         =
| spouse        =
| nicknames     =
| awards        = 
}}