Template:Organization: Difference between revisions
Jump to navigation
Jump to search
Adminzoran (talk | contribs) No edit summary |
Adminzoran (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
{| border="0" width="100%" cellspacing="5" style="background-color:#E5E5E5; padding:0px;" | {| border="0" width="100%" cellspacing="5" style="background-color:#E5E5E5; padding:0px;" | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| width="35%" | '''Abbreviation''' | | width="35%" | <b>{{#if:{{{abbreviation|}}} | '''Abbreviation''' }}</b> | ||
| {{#if:{{{abbreviation|}}}|{{{abbreviation}}}}} | || {{#if:{{{abbreviation|}}} | {{{abbreviation}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Type''' | | <b>{{#if:{{{type|}}} | '''Type''' }}</b> | ||
| {{#if:{{{type|}}}|{{{type}}}}} | || {{#if:{{{type|}}} | {{{type}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Purpose/focus''' | | <b>{{#if:{{{purpose|}}} | '''Purpose/focus''' }}</b> | ||
| {{#if:{{{purpose|}}}|{{{purpose}}}}} | || {{#if:{{{purpose|}}} | {{{purpose}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Headquarters''' | | <b>{{#if:{{{headquarters|}}} | '''Headquarters''' }}</b> | ||
| {{#if:{{{headquarters|}}}|{{{headquarters}}}}} | || {{#if:{{{headquarters|}}} | {{{headquarters}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Address''' | | <b>{{#if:{{{address|}}} | '''Address''' }}</b> | ||
| {{#if:{{{address|}}}|{{{address}}}}} | || {{#if:{{{address|}}} | {{{address}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Region served''' | | <b>{{#if:{{{region_served|}}} | '''Region served''' }}</b> | ||
| {{#if:{{{region_served|}}}|{{{region_served}}}}} | || {{#if:{{{region_served|}}} | {{{region_served}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Founder''' | | <b>{{#if:{{{founder|}}} | '''Founder''' }}</b> | ||
| {{#if:{{{founder|}}}|{{{founder}}}}} | || {{#if:{{{founder|}}} | {{{founder}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''President''' | | <b>{{#if:{{{president|}}} | '''President''' }}</b> | ||
| {{#if:{{{president|}}}|{{{president}}}}} | || {{#if:{{{president|}}} | {{{president}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Past Officers''' | | <b>{{#if:{{{past_officers|}}} | '''Past Officers''' }}</b> | ||
| {{#if:{{{past_officers|}}}|{{{past_officers}}}}} | || {{#if:{{{past_officers|}}} | {{{past_officers}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Main organ''' | | <b>{{#if:{{{main_organ|}}} | '''Main organ''' }}</b> | ||
| {{#if:{{{main_organ|}}}|{{{main_organ}}}}} | || {{#if:{{{main_organ|}}} | {{{main_organ}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Staff''' | | <b>{{#if:{{{staff|}}} | '''Staff''' }}</b> | ||
| {{#if:{{{staff|}}}|{{{staff}}}}} | || {{#if:{{{staff|}}} | {{{staff}}} }} | ||
|- valign="top" style="font-size:11px" | |- valign="top" style="font-size:11px" | ||
| '''Website''' | | <b>{{#if:{{{website|}}} | '''Website''' }}</b> | ||
| {{#if:{{{website|}}}|{{{website}}}}} | || {{#if:{{{website|}}} | {{{website}}} }} | ||
|} | |} | ||
|} | |} | ||
Revision as of 16:19, 7 May 2025
| Part of a series documented by Tech4Peace | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| ||||||||||||||||||||||||
Template documentation
Usage example
| Documented by XYZ Initiative | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| File:XYZ logo.png | ||||||||||||||||||||||||
| ||||||||||||||||||||||||
{{Organization
| series_title = Documented by XYZ Initiative
| series_logo = XYZ_logo.png
| abbreviation = My Org Abbrev
| type = Type of organization
| purpose = Main mission or focus
| headquarters = City, Country
| address = Street address
| region_served = Region1; Region2
| founder = Founder Name
| president = President Name
| past_officers = Officer A; Officer B
| main_organ = Governing body
| staff = Number of staff
| website = [https://… Official website]
}}
Parameters
- series_title – Optional heading text above the logo (default: “Part of a series documented by Tech4Peace”)
- series_logo – Optional logo filename without `File:` (default: `Tech4Peace_logo.png`)
- abbreviation – Short form of the organization’s name (e.g. NGO acronym)
- type – Legal form or sector (e.g. Non‑profit NGO, Corporation)
- purpose – Mission statement or focus area of the organization
- headquarters – City and country of the main office
- address – Full street address for the headquarters
- region_served – Geographic scope (continents, countries, regions)
- founder – Person(s) who founded the organization
- president – Current president or CEO of the organization
- past_officers – Key former officers, comma‑ or semicolon‑separated
- main_organ – Governing body (e.g. Board of Directors)
- staff – Number of employees or volunteers
- website – Official website URL, in bracketed link format