Difference between revisions of "Template:Infobox Nonprofit"

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search
 
 
(14 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
-->{{#if:{{{nonprofit|}}}  | <tr><th style="text-align:right; padding-right:0.75em;">[[Slogan]]</th><td>{{{nonprofit_slogan}}}</td></tr>}}
 
-->{{#if:{{{nonprofit|}}}  | <tr><th style="text-align:right; padding-right:0.75em;">[[Slogan]]</th><td>{{{nonprofit_slogan}}}</td></tr>}}
 
|-
 
|-
!style="text-align:right; padding-right:0.75em;"| [[Non-Profit Type|Type]]
+
!style="text-align:right; padding-right:0.75em;"| [[Company Type|Type]]
| {{{nonprofit_type}}}
+
| {{{company_type}}}
{{#if:{{{genre|}}}              | <tr><th style="text-align:right; padding-right:0.75em;">[[Genre]]</th><td>{{{genre}}}</td></tr>}}
 
 
|-
 
|-
 
!style="text-align:right; padding-right:0.75em;"| Founded
 
!style="text-align:right; padding-right:0.75em;"| Founded
Line 19: Line 18:
 
-->{{#if:{{{industry|}}}        | <tr><th style="text-align:right; padding-right:0.75em;">[[Portal:List|Industry]]</th><td>{{{industry}}}</td></tr>}}<!--
 
-->{{#if:{{{industry|}}}        | <tr><th style="text-align:right; padding-right:0.75em;">[[Portal:List|Industry]]</th><td>{{{industry}}}</td></tr>}}<!--
 
-->{{#if:{{{products|}}}        | <tr><th style="text-align:right; padding-right:0.75em;">[[Product (business)|Products]]</th><td>{{{products}}}</td></tr>}}<!--
 
-->{{#if:{{{products|}}}        | <tr><th style="text-align:right; padding-right:0.75em;">[[Product (business)|Products]]</th><td>{{{products}}}</td></tr>}}<!--
-->{{#if:{{{revenue|}}}          | <tr><th style="text-align:right; padding-right:0.75em;">[[Revenue]]</th><td>{{{revenue}}}</td></tr>}}<!--
+
-->{{#if:{{{revenue|}}}          | <tr><th style="text-align:right; padding-right:0.75em;">[[Revenue]]</th><td>{{{revenue}}}</td></tr>}}<!--Change in Net Assets
-->{{#if:{{{operating_income|}}} | <tr><th style="text-align:right; padding-right:0.75em;">[[Earnings before interest and taxes|Operating income]]</th><td>{{{operating_income}}}</td></tr>}}<!--
+
-->{{#if:{{{net_assets|}}}       | <tr><th style="text-align:right; padding-right:0.75em;">[[Change in Net Assets|Change in<br>Net assets]]</th><td><br>{{{net_assets}}}</td></tr>}}<!--
-->{{#if:{{{net_income|}}}      | <tr><th style="text-align:right; padding-right:0.75em;">[[Net income]]</th><td>{{{net_income}}}</td></tr>}}<!--
 
 
-->{{#if:{{{num_employees|}}}    | <tr><th style="text-align:right; padding-right:0.75em;">[[Employment|Employee]]s</th><td>{{{num_employees}}}</td></tr>}}<!--
 
-->{{#if:{{{num_employees|}}}    | <tr><th style="text-align:right; padding-right:0.75em;">[[Employment|Employee]]s</th><td>{{{num_employees}}}</td></tr>}}<!--
 
-->{{#if:{{{parent|}}}          | <tr><th style="text-align:right; padding-right:0.75em;">[[Parent]]</th><td>{{{parent}}}</td></tr>}}<!--
 
-->{{#if:{{{parent|}}}          | <tr><th style="text-align:right; padding-right:0.75em;">[[Parent]]</th><td>{{{parent}}}</td></tr>}}<!--
Line 38: Line 36:
 
<br clear="all">
 
<br clear="all">
 
----
 
----
For [[Commercial Business]]es, please use [[Template:Infobox_company]].
+
For [[Commercial Business]]es, please use [[Template:Infobox_Company]].
  
 
== Usage ==
 
== Usage ==
The ''nonprofit'', ''nonprofit_type'', ''foundation'', ''location'', ''contact'', and ''reference'' parameters are obligatory.
+
The ''nonprofit_name'', ''nonprofit_type'', ''foundation'', ''location'', ''contact'', and ''reference'' parameters are obligatory.
 
<pre>
 
<pre>
 
{{Infobox Nonprofit
 
{{Infobox Nonprofit
 
| nonprofit_name    =  
 
| nonprofit_name    =  
| company_nonprofit  =  
+
| nonprofit_logo    =  
 
| nonprofit_slogan  =
 
| nonprofit_slogan  =
| nonprofit_type    =
+
| company_type      = <-- Use 'NPO' for non-profit organizations
| genre              =
 
 
| foundation        =
 
| foundation        =
 
| founder            =
 
| founder            =
Line 56: Line 53:
 
| products          =  
 
| products          =  
 
| revenue            =  
 
| revenue            =  
| operating_income  =
+
| net_assets         = <-- Change in Net Assets
| net_income         =  
 
 
| num_employees      =  
 
| num_employees      =  
 
| parent            =  
 
| parent            =  

Latest revision as of 18:02, 14 December 2006

{{{nonprofit_name}}}
Type {{{company_type}}}
Founded {{{foundation}}}
Headquarters {{{location}}}
Contact {{{contact}}}
Reference {{{reference}}}




For Commercial Businesses, please use Template:Infobox_Company.

Usage

The nonprofit_name, nonprofit_type, foundation, location, contact, and reference parameters are obligatory.

{{Infobox Nonprofit
| nonprofit_name     = 
| nonprofit_logo     = 
| nonprofit_slogan   =
| company_type       = <-- Use 'NPO' for non-profit organizations
| foundation         =
| founder            =
| location           = 
| key_people         = 
| industry           = 
| products           = 
| revenue            = 
| net_assets         = <-- Change in Net Assets
| num_employees      = 
| parent             = 
| subsid             = 
| owner              =
| contact            =
| reference          = 
| footnotes          = 
}}