Difference between revisions of "Template:Infobox organization"

From Powerbase
Jump to navigation Jump to search
Line 1: Line 1:
{{short description|Documentation page for the Infobox organization template}}
 
 
'''Template:Infobox organization''' is a standard infobox template for presenting key structured data about organisations, charities, religious bodies, lobby groups and similar entities in a right-aligned sidebar.
 
 
This page serves solely as documentation. It contains no live transclusion of the infobox itself to prevent template loop errors. The actual template code resides at [[Template:Infobox organization]] and should be transcluded only on content pages (e.g. [[Chabad UK]]), never on this documentation page or within its own source.
 
 
The template parameters are listed below with descriptions and examples. All parameter names are lowercase with underscores. Only '''name''' is required; all others are optional.
 
 
== Usage instructions ==
 
Place {{tl|Infobox organization}} at the top of an article page, immediately after any short description or hatnotes. Do **not** place it on the template page itself or on this documentation subpage.
 
 
Example skeleton (copy-paste into an article and fill relevant fields):
 
<pre><nowiki>
 
 
{{Infobox organization
 
{{Infobox organization
| name               =  
+
| name                   = {{{name|}}}
| native_name       =  
+
| native_name             = {{{native_name|}}}
| native_name_lang   =  
+
| native_name_lang       = {{{native_name_lang|}}}
| logo               =  
+
| logo                   = {{{logo|}}}
| caption           =  
+
| caption                 = {{{caption|}}}
| type               =  
+
| type                   = {{{type|}}}
| founded           =  
+
| founded                 = {{{founded|}}}
| founder           =  
+
| founder                 = {{{founder|}}}
| dissolved         =  
+
| dissolved               = {{{dissolved|}}}
| registration_id   =  
+
| registration_id         = {{{registration_id|}}}
| status             =  
+
| status                 = {{{status|}}}
| headquarters       =  
+
| headquarters           = {{{headquarters|}}}
| location           =  
+
| location               = {{{location|}}}
| coordinates       =  
+
| coordinates             = {{{coordinates|}}}
| area_served       =  
+
| area_served             = {{{area_served|}}}
| services           =  
+
| services               = {{{services|}}}
| registration       =  
+
| registration           = {{{registration|}}}
| key_people         =  
+
| key_people             = {{{key_people|}}}
| num_employees     =  
+
| num_employees           = {{{num_employees|}}}
| num_volunteers     =  
+
| num_volunteers         = {{{num_volunteers|}}}
| website           =  
+
| website                 = {{{website|}}}
| remarks           =  
+
| remarks                 = {{{remarks|}}}
 
}}
 
}}
</nowiki></pre>
 
 
== Full parameter list ==
 
; name
 
: Official or most commonly used name (becomes the infobox title; required)
 
 
; native_name
 
: Name in original language or script (e.g. חב"ד בריטניה)
 
 
; native_name_lang
 
: ISO 639 code for the native name language (e.g. he)
 
 
; logo
 
: Filename of the uploaded logo image (without File: prefix)
 
 
; caption
 
: Short description of the logo
 
 
; type
 
: Legal or organisational type (e.g. [[Charity (practice)|Charity]], [[Non-governmental organisation]]; link where appropriate)
 
 
; founded
 
: Date of establishment (use {{tl|Start date|YYYY|MM|DD}} or {{tl|Start date and age|…}})
 
 
; founder
 
: Founder(s), linked with [[square brackets]] (e.g. [[Menachem Mendel Schneerson]])
 
 
; dissolved
 
: Date of dissolution or deregistration (use {{tl|End date|YYYY|MM|DD}})
 
 
; registration_id
 
: Official registration number and authority (e.g. 1118547 ([[Charity Commission]]))
 
 
; status
 
: Current status (e.g. Active, Dissolved, Removed from register following statutory inquiry)
 
 
; headquarters
 
: Primary physical address
 
 
; location
 
: City and country of main operations
 
 
; coordinates
 
: Precise coordinates using {{tl|coord}} template
 
 
; area_served
 
: Geographic scope (e.g. United Kingdom, Worldwide)
 
 
; services
 
: Primary stated purposes or activities
 
 
; registration
 
: Jurisdiction of registration (e.g. England and Wales)
 
 
; key_people
 
: Notable current or former leaders/trustees (link each name; use <br /> for line breaks)
 
 
; num_employees
 
: Number of paid staff (if reliably sourced)
 
 
; num_volunteers
 
: Number of volunteers (if reliably sourced)
 
 
; website
 
: Official website URL (plain https://… without brackets)
 
 
; remarks
 
: Additional significant information, especially statutory inquiries, deregistration details, asset transfers, or documented connections to the [[Zionist entity]] or money laundering allegations
 

Revision as of 13:02, 5 February 2026

Template loop detected: Template:Infobox organization