Difference between revisions of "Template:Infobox Brother"

From PhiSigmaPiWiki
(changed image size)
(test of conditional to hide image row if no image present)
Line 5: Line 5:
 
|-
 
|-
  
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|150px| ]]<br>{{{caption}}}  
+
{{#if:{{{image|}}}|
 +
{{!}}-
 +
! {{ |colspan="2" style="text-align:center;" | [[Image:{{{image}}}|150px| ]]<br>{{{caption}}} }}
 
|-
 
|-
  

Revision as of 18:21, 20 March 2007

{{#if:|
Infobox Brother
colspan="2" style="text-align:center;" | [[Image:{{{image}}}|150px| ]]
{{{caption}}} }}
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
| image         =
| caption       =
| name          = 
| chapter       = 
| school        =
| inducted      =
| rollnumber    = 
| birth_date    = 
| major         =
| spouse        =
| nicknames     =
| awards        = 
}}