Toggle menu
157
276
1
3.2K
DemocracyCraft Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Organization: Difference between revisions

Template page
No edit summary
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
{{#if:{{{type|}}}|
{{#if:{{{type|}}}|
{{#ifeq:{{{type}}}|news|
{{#ifeq:{{{type}}}|news|
! style="background-color: lavender; text-align: center;" colspan="2" | '''News organization details'''
| style="background-color: lavender; text-align: center;" colspan="2" | '''News organization details'''
|-
|-
| '''Viewership''' || {{{viewership}}}
| '''Viewership''' || {{{viewership}}}
Line 41: Line 41:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
=== Standard company ===
<pre>
{{Infobox company
| logo = <!-- Filename of company logo -->
| founded = <!-- Date when company was founded -->
| headquarters = <!-- Location of HQ -->
| industry = <!-- Type of business -->
| owners = <!-- Owner(s) of the company -->
| ceo = <!-- Chief Executive Officer -->
| employees = <!-- Number of employees -->
| networth = <!-- Company's net worth -->
| website = <!-- Company website or link -->
}}
</pre>
=== News organization ===
=== News organization ===
<pre>
<pre>
Line 77: Line 62:
</pre>
</pre>


[[Category:Infobox company| ]]
[[Category:Infobox news_organizations| ]]
[[Category:Companies|!Infobox]]
[[Category:news|!Infobox]]
</noinclude>
</noinclude>

Latest revision as of 04:15, 17 April 2025

Organization
File:Organization logo.png
Company details
Founded {{{founded}}}
Headquarters {{{headquarters}}}
Industry {{{industry}}}
Owner(s) {{{owners}}}
CEO {{{ceo}}}
Employees {{{employees}}}
Net worth {{{networth}}}
Website {{{website}}}

Usage

News organization

{{Infobox company
| logo = <!-- Filename of company logo -->
| founded = <!-- Date when company was founded -->
| headquarters = <!-- Location of HQ -->
| industry = <!-- Type of business -->
| owners = <!-- Owner(s) of the company -->
| ceo = <!-- Chief Executive Officer -->
| employees = <!-- Number of employees -->
| networth = <!-- Company's net worth -->
| website = <!-- Company website or link -->
| type = news
| viewership = <!-- Average viewership numbers -->
| monthly_visitors = <!-- Monthly website visitors -->
| ad_revenue = <!-- Advertising revenue -->
| programs = <!-- List of programs/shows -->
| editorial_guide = <!-- URL to editorial guide -->
}}