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