Difference between revisions of "Template:Infobox Organization"

From Pensapedia, the Pensacola encyclopedia
Jump to navigation Jump to search
 
Line 1: Line 1:
{| class="infobox" style="width:23em; font-size:90%;"
+
{| class="infobox" style="width:25em; font-size:90%;"
 
|-
 
|-
 
|colspan=2 align=center style="font-size:larger;"| '''{{{name}}}'''
 
|colspan=2 align=center style="font-size:larger;"| '''{{{name}}}'''
Line 5: Line 5:
 
{{#if:{{{image|}}}|
 
{{#if:{{{image|}}}|
 
{{!}}colspan=2 align=center{{!}}
 
{{!}}colspan=2 align=center{{!}}
[[Image:{{{image}}}{{#if:{{{size|}}}|{{!}}{{{size}}}|{{!}}200px}}{{#if:{{{caption|}}}|{{!}}{{{caption}}}}}]]<br/>{{{caption|}}}
+
[[Image:{{{image}}}{{#if:{{{size|}}}|{{!}}{{{size}}}|{{!}}250px}}{{#if:{{{caption|}}}|{{!}}{{{caption}}}}}]]<br/>{{{caption|}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
Line 18: Line 18:
 
<tr><th style="text-align:right; padding-right:0.75em;">Motto</th><td>{{{motto}}}</td></tr>
 
<tr><th style="text-align:right; padding-right:0.75em;">Motto</th><td>{{{motto}}}</td></tr>
 
}}{{#if:{{{formation|}}}|
 
}}{{#if:{{{formation|}}}|
<tr><th style="text-align:right; padding-right:0.75em;">[[Date of establishment|Formation]]</th><td>{{{formation}}}</td></tr>
+
<tr><th style="text-align:right; padding-right:0.75em;">Established</th><td>{{{formation}}}</td></tr>
 
}}{{#if:{{{extinction|}}}|
 
}}{{#if:{{{extinction|}}}|
<tr><th style="text-align:right; padding-right:0.75em;">Extinction</th><td>{{{extinction}}}</td></tr>
+
<tr><th style="text-align:right; padding-right:0.75em;">Dissolved</th><td>{{{extinction}}}</td></tr>
 
}}{{#if:{{{type|}}}|
 
}}{{#if:{{{type|}}}|
 
<tr><th style="text-align:right; padding-right:0.75em;">Type</th><td>{{{type}}}</td></tr>
 
<tr><th style="text-align:right; padding-right:0.75em;">Type</th><td>{{{type}}}</td></tr>
Line 46: Line 46:
 
|image= (borderless image)
 
|image= (borderless image)
 
|image_border= (image with border)
 
|image_border= (image with border)
|size= (image size, optional, default 200px)
+
|size= (image size, optional, default 250px)
 
|caption= (optional)
 
|caption= (optional)
 
|mission= (statement of purpose, optional)
 
|mission= (statement of purpose, optional)

Revision as of 01:07, 10 March 2007

{{{name}}}

Usage

{{Infobox Organization 
|name= 
|image= (borderless image)
|image_border= (image with border)
|size= (image size, optional, default 250px)
|caption= (optional)
|mission= (statement of purpose, optional)
|motto= (optional)
|formation= (date of formation)
|extinction= (date of extinction, optional)
|type= 
|location=
|membership=
|leader_title= (position title for the leader of the org)
|leader_name= (name of leader)
|board= (board members, with office title in italics if applicable, separated by <code><br/></code> line breaks)
|staff= (either number of paid staff, or names with titles)
|key_people= (optional, other members)
|budget=
|website=
}}