Πρότυπο:Organization: Διαφορά μεταξύ των αναθεωρήσεων

Από Digital Cyprus
Μετάβαση στην πλοήγηση Πήδηση στην αναζήτηση
Χωρίς σύνοψη επεξεργασίας
(New template)
Γραμμή 1: Γραμμή 1:
[[Category:Templates]]
{| 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:bold; font-size:110%;" | Part of a series documented by Tech4Peace
|-
! colspan="2" style="background-color:#f9f9f9; text-align:center; padding:5px;" | [[File:Tech4Peace_logo.png|100px]]
|-
|
{| border="0" width="100%" cellspacing="5" style="background-color:#E5E5E5; padding:0px;"
|- valign="top" style="font-size:11px"
| width="35%" | '''Abbreviation'''
| {{#if:{{{abbreviation|}}}|{{{abbreviation}}}}
|- valign="top" style="font-size:11px"
| '''Type'''
| {{#if:{{{type|}}}|{{{type}}}}
|- valign="top" style="font-size:11px"
| '''Purpose/focus'''
| {{#if:{{{purpose|}}}|{{{purpose}}}}
|- valign="top" style="font-size:11px"
| '''Headquarters'''
| {{#if:{{{headquarters|}}}|{{{headquarters}}}}
|- valign="top" style="font-size:11px"
| '''Address'''
| {{#if:{{{address|}}}|{{{address}}}}
|- valign="top" style="font-size:11px"
| '''Region served'''
| {{#if:{{{region_served|}}}|{{{region_served}}}}
|- valign="top" style="font-size:11px"
| '''Founder'''
| {{#if:{{{founder|}}}|{{{founder}}}}
|- valign="top" style="font-size:11px"
| '''President'''
| {{#if:{{{president|}}}|{{{president}}}}
|- valign="top" style="font-size:11px"
| '''Past Officers'''
| {{#if:{{{past_officers|}}}|{{{past_officers}}}}
|- valign="top" style="font-size:11px"
| '''Main organ'''
| {{#if:{{{main_organ|}}}|{{{main_organ}}}}
|- valign="top" style="font-size:11px"
| '''Staff'''
| {{#if:{{{staff|}}}|{{{staff}}}}
|- valign="top" style="font-size:11px"
| '''Website'''
| {{#if:{{{website|}}}|{{{website}}}}
|}
|}
 
<noinclude>
== Template documentation ==
=== Usage example ===
<pre>
{{Organization
| 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>
 
=== Parameters === 
* <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

Αναθεώρηση της 03:12, 7 Μαΐου 2025

Part of a series documented by Tech4Peace
Αρχείο:Tech4Peace logo.png
Abbreviation {{{abbreviation}}}}
Type {{{type}}}}
Purpose/focus {{{purpose}}}}
Headquarters {{{headquarters}}}}
Address {{{address}}}}
Region served {{{region_served}}}}
Founder {{{founder}}}}
President {{{president}}}}
Past Officers {{{past_officers}}}}
Main organ {{{main_organ}}}}
Staff {{{staff}}}}
Website {{{website}}}}


Template documentation

Usage example

{{Organization
 | 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

  • 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