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:News Organization: Difference between revisions

Template page
Created page with "{| class="infobox" style="width: 22em; border: 1px solid #ddd; padding: 10px; margin: 20px; float: right; clear: right;" |+ <big>'''{{PAGENAME}}'''</big> |- | style="text-align: center;" colspan="2" | [[File:{{{logo|{{PAGENAME}} logo.png}}}|250px]] |- | style="background-color: lavender; text-align: center;" colspan="2" | '''Company details''' |- | '''Founded''' || {{{founded}}} |- | '''Headquarters''' || {{{headquarters}}} |- | '''Industry''' || {{{industry}}} |- | '''O..."
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 12: Line 12:
| '''Industry''' || {{{industry}}}
| '''Industry''' || {{{industry}}}
|-
|-
| '''Owner(s)''' || {{{owners}}}
| '''Editor-in-Chief''' || {{{editorinchief}}}
|-
|-
| '''CEO''' || {{{ceo}}}
| '''Editor(s)''' || {{{editors}}}
|-
|-
| '''Employees''' || {{{employees}}}
| '''Employees''' || {{{employees}}}
Line 22: Line 22:
| '''Website''' || {{{website}}}
| '''Website''' || {{{website}}}
|-
|-
{{#if:{{{type|}}}|
{{#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'''
|-
|-
Line 34: Line 32:
| '''Programs/Shows''' || {{{programs}}}
| '''Programs/Shows''' || {{{programs}}}
|-
|-
| '''Editorial guide''' || [{{#if:{{{editorial_guide|}}}|{{{editorial_guide}}}|#}}  Link]
| '''YouTube channel''' || {{{youtube}}}
|-
|-
}}
| '''Editorial guidelines''' || [{{#if:{{{editorial_guidelines|}}}|{{{editorial_guidelines}}}|#}} Link]
}}
|}
|}
<noinclude>
<noinclude>
== Usage ==
== Usage ==
=== News organization ===
<pre>
<pre>
{{Infobox company
{{Infobox news organization
| logo = <!-- Filename of company logo -->
| logo = <!-- Filename of company logo -->
| founded = <!-- Date when company was founded -->
| founded = <!-- Date when company was founded -->
Line 49: Line 45:
| industry = <!-- Type of business -->
| industry = <!-- Type of business -->
| owners = <!-- Owner(s) of the company -->
| owners = <!-- Owner(s) of the company -->
| ceo = <!-- Chief Executive Officer -->
| editorinchief = <!-- Editor-in-Chief -->
| editors = <!-- List of editors -->
| employees = <!-- Number of employees -->
| employees = <!-- Number of employees -->
| networth = <!-- Company's net worth -->
| networth = <!-- Company's net worth -->
| website = <!-- Company website or link -->
| website = <!-- Company website or link -->
| type = news
| viewership = <!-- Average viewership numbers -->
| viewership = <!-- Average viewership numbers -->
| monthly_visitors = <!-- Monthly website visitors -->
| monthly_visitors = <!-- Monthly website visitors -->
| ad_revenue = <!-- Advertising revenue -->
| ad_revenue = <!-- Advertising revenue -->
| programs = <!-- List of programs/shows -->
| programs = <!-- List of programs/shows -->
| editorial_guide = <!-- URL to editorial guide -->
| youtube = <!-- YouTube channel link -->
| editorial_guidelines = <!-- URL to editorial guidelines -->
}}
}}
</pre>
</pre>
 
[[Category:Infobox news organizations| ]]
[[Category:Infobox news_organizations| ]]
[[Category:News organizations|!Infobox]]
[[Category:news|!Infobox]]
</noinclude>
</noinclude>

Latest revision as of 04:27, 17 April 2025

News Organization
File:News Organization logo.png
Company details
Founded {{{founded}}}
Headquarters {{{headquarters}}}
Industry {{{industry}}}
Editor-in-Chief {{{editorinchief}}}
Editor(s) {{{editors}}}
Employees {{{employees}}}
Net worth {{{networth}}}
Website {{{website}}}
News organization details
Viewership {{{viewership}}}
Monthly visitors {{{monthly_visitors}}}
Ad revenue {{{ad_revenue}}}
Programs/Shows {{{programs}}}
YouTube channel {{{youtube}}}
Editorial guidelines [
  1. Link]

Usage

{{Infobox news organization
| 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 -->
| editorinchief = <!-- Editor-in-Chief -->
| editors = <!-- List of editors -->
| employees = <!-- Number of employees -->
| networth = <!-- Company's net worth -->
| website = <!-- Company website or link -->
| viewership = <!-- Average viewership numbers -->
| monthly_visitors = <!-- Monthly website visitors -->
| ad_revenue = <!-- Advertising revenue -->
| programs = <!-- List of programs/shows -->
| youtube = <!-- YouTube channel link -->
| editorial_guidelines = <!-- URL to editorial guidelines -->
}}
Contents