Difference between revisions of "Template:Infobox Organization"
Jump to navigation
Jump to search
m (Template:Infobox organization moved to Template:Infobox Organization: capitalize infobox templates) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" style="width:25em; 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|{{PAGENAME}}}}}''' |
|- | |- | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
Line 13: | Line 13: | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
+ | |- | ||
{{#if:{{{mission|}}}| | {{#if:{{{mission|}}}| | ||
− | + | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Mission''' | |
− | }}{{#if:{{{motto|}}}| | + | {{!}}{{{mission}}} |
− | + | }} | |
− | }}{{#if:{{{formation|}}}| | + | |- |
− | + | {{#if:{{{motto|}}}| | |
− | }}{{#if:{{{extinction|}}}| | + | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Motto''' |
− | + | {{!}}{{{motto}}} | |
− | }}{{#if:{{{type|}}}| | + | }} |
− | + | |- | |
− | }}{{#if:{{{location|}}}| | + | {{#if:{{{formation|}}}| |
− | + | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Established''' | |
− | }}{{#if:{{{membership|}}}| | + | {{!}}{{{formation}}} |
− | + | }} | |
− | }}{{#if:{{{leader_title|}}}| | + | |- |
− | + | {{#if:{{{extinction|}}}| | |
− | }}{{#if:{{{board|}}}| | + | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Dissolved''' |
− | + | {{!}}{{{extinction}}} | |
− | }}{{#if:{{{staff|}}}| | + | }} |
− | + | |- | |
− | }}{{#if:{{{key_people|}}}| | + | {{#if:{{{type|}}}| |
− | + | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Type''' | |
− | }}{{#if:{{{budget|}}}| | + | {{!}}{{{type}}} |
− | + | }} | |
− | }}{{#if:{{{website|}}}| | + | |- |
− | + | {{#if:{{{location|}}}| | |
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Location''' | ||
+ | {{!}}{{{location}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{membership|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Membership''' | ||
+ | {{!}}{{{membership}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{leader_title|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''{{{leader_title}}}''' | ||
+ | {{!}}{{{leader_name}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{executive|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Executive director''' | ||
+ | {{!}}{{{executive}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{board|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Board officers''' | ||
+ | {{!}}{{{board}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{staff|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Staff''' | ||
+ | {{!}}{{{staff}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{key_people|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Key people''' | ||
+ | {{!}}{{{key_people}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{budget|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Budget''' | ||
+ | {{!}}{{{budget}}} | ||
+ | }} | ||
+ | |- | ||
+ | {{#if:{{{website|}}}| | ||
+ | {{!}} style="text-align:right; padding-right:0.75em;" {{!}} '''Website''' | ||
+ | {{!}}{{{website}}} | ||
}} | }} | ||
|}<noinclude> | |}<noinclude> | ||
Line 55: | Line 98: | ||
|location= | |location= | ||
|membership= | |membership= | ||
− | |leader_title= (position title for the leader of the org) | + | |leader_title= (position title for the leader of the org., if not executive director) |
|leader_name= (name of leader) | |leader_name= (name of leader) | ||
− | |board= (board | + | |executive= executive director |
+ | |board= (board officers with title, separated by <code><br/></code> line breaks) | ||
|staff= (either number of paid staff, or names with titles) | |staff= (either number of paid staff, or names with titles) | ||
|key_people= (optional, other members) | |key_people= (optional, other members) |
Latest revision as of 13:46, 26 August 2008
Infobox Organization |
Usage[edit]
{{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., if not executive director) |leader_name= (name of leader) |executive= executive director |board= (board officers with title, separated by <code><br/></code> line breaks) |staff= (either number of paid staff, or names with titles) |key_people= (optional, other members) |budget= |website= }}