Πρότυπο:Organization: Διαφορά μεταξύ των αναθεωρήσεων
Μετάβαση στην πλοήγηση
Πήδηση στην αναζήτηση
(Created page with "...") |
(Update) |
||
(8 ενδιάμεσες εκδόσεις από 2 χρήστες δεν εμφανίζονται) | |||
Γραμμή 1: | Γραμμή 1: | ||
... | {| border="0" width="285" style="margin:5px 0px 5px 10px; float:right; clear:right; background-color:#E5E5E5; line-height:1.5em; word-spacing:0.5px;" | ||
|- | |||
| colspan="2" style="text-align:center; padding:5px;" | | |||
<div style="font-weight:bold; font-size:110%; margin-bottom:5px;">{{PAGENAME}}</div> | |||
[[File:{{#if:{{{logo|}}}|{{{logo}}}|Placeholder_Logo.png}}|center|150px]] | |||
|- | |||
| colspan="2" style="padding:5px;" | | |||
{| border="0" width="100%" cellspacing="5" style="padding:0px; background-color:#E5E5E5;" | |||
|- valign="top" style="font-size:11px" | |||
| width="35%" | <b>{{#if:{{{abbreviation|}}} | '''Abbreviation''' }}</b> | |||
| {{#if:{{{abbreviation|}}} | {{{abbreviation}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{type|}}} | '''Type''' }}</b> | |||
| {{#if:{{{type|}}} | {{{type}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{purpose|}}} | '''Purpose/focus''' }}</b> | |||
| {{#if:{{{purpose|}}} | {{{purpose}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{headquarters|}}} | '''Headquarters''' }}</b> | |||
| {{#if:{{{headquarters|}}} | {{{headquarters}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{address|}}} | '''Address''' }}</b> | |||
| {{#if:{{{address|}}} | {{{address}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{region_served|}}} | '''Region served''' }}</b> | |||
| {{#if:{{{region_served|}}} | {{{region_served}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{founder|}}} | '''Founder''' }}</b> | |||
| {{#if:{{{founder|}}} | {{{founder}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{president|}}} | '''President''' }}</b> | |||
| {{#if:{{{president|}}} | {{{president}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{past_officers|}}} | '''Past Officers''' }}</b> | |||
| {{#if:{{{past_officers|}}} | {{{past_officers}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{main_organ|}}} | '''Main organ''' }}</b> | |||
| {{#if:{{{main_organ|}}} | {{{main_organ}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{staff|}}} | '''Staff''' }}</b> | |||
| {{#if:{{{staff|}}} | {{{staff}}} }} | |||
|- valign="top" style="font-size:11px" | |||
| <b>{{#if:{{{website|}}} | '''Website''' }}</b> | |||
| {{#if:{{{website|}}} | {{{website}}} }} | |||
|} | |||
|- | |||
| colspan="2" style="border-top:1px solid #ccc; text-align:center; background-color:#E5E5E5; padding:5px;" | | |||
<div style="font-size:95%;">{{#if:{{{series_title|}}}|{{{series_title}}}|Part of a series documented by Tech4Peace}}</div> | |||
[[File:{{#if:{{{series_logo|}}}|{{{series_logo}}}|Tech4Peace_Logo.png}}|center|100px]] | |||
|} | |||
<noinclude> | |||
== Template documentation == | |||
=== Usage example === | |||
{{Organization | |||
| logo = OrgLogo.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] | |||
| series_title = Documented by XYZ Initiative | |||
| series_logo = XYZ_logo.png | |||
}} | |||
Place this on any organization page: | |||
<pre> | |||
{{Organization | |||
| logo = OrgLogo.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] | |||
| series_title = Documented by XYZ Initiative | |||
| series_logo = XYZ_logo.png | |||
}} | |||
</pre> | |||
=== Parameters === | |||
* <b>logo</b> – Logo filename of the organization (without `File:`; default: `Placeholder_Logo.png`) | |||
* <b>abbreviation</b> – Short form of the organization’s name (e.g. NGO acronym) | |||
* <b>type</b> – Legal form or sector (e.g. Non‑profit NGO, Corporation) | |||
* <b>purpose</b> – Mission statement or focus area of the organization | |||
* <b>headquarters</b> – City and country of the main office | |||
* <b>address</b> – Full street address for the headquarters | |||
* <b>region_served</b> – Geographic scope (continents, countries, regions) | |||
* <b>founder</b> – Person(s) who founded the organization | |||
* <b>president</b> – Current president or CEO of the organization | |||
* <b>past_officers</b> – Key former officers, comma‑ or semicolon‑separated | |||
* <b>main_organ</b> – Governing body (e.g. Board of Directors) | |||
* <b>staff</b> – Number of employees or volunteers | |||
* <b>website</b> – Official website URL, in bracketed link format | |||
* <b>series_title</b> – Optional footer text (default: “Part of a series documented by Tech4Peace”) | |||
* <b>series_logo</b> – Optional logo filename for footer (default: `Tech4Peace_Logo.png`) | |||
</noinclude> |
Τελευταία αναθεώρηση της 14:00, 8 Μαΐου 2025
Organization
| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Part of a series documented by Tech4Peace
|
Template documentation
Usage example
Organization
| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Documented by XYZ Initiative
|
Place this on any organization page:
{{Organization | logo = OrgLogo.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] | series_title = Documented by XYZ Initiative | series_logo = XYZ_logo.png }}
Parameters
- logo – Logo filename of the organization (without `File:`; default: `Placeholder_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
- series_title – Optional footer text (default: “Part of a series documented by Tech4Peace”)
- series_logo – Optional logo filename for footer (default: `Tech4Peace_Logo.png`)