More actions
Lukadelrey (talk | contribs) No edit summary |
Lukadelrey (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{| 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}}} | |||
|- | |||
| '''Owner(s)''' || {{{owners}}} | |||
|- | |||
| '''CEO''' || {{{ceo}}} | |||
|- | |||
| '''Employees''' || {{{employees}}} | |||
|- | |||
| '''Net worth''' || {{{networth}}} | |||
|- | |||
| '''Website''' || {{{website}}} | |||
|- | |||
{{#if:{{{type|}}}| | |||
{{#ifeq:{{{type}}}|news| | |||
! style="background-color: lavender; text-align: center;" colspan="2" | '''News organization details''' | |||
|- | |||
| '''Viewership''' || {{{viewership}}} | |||
|- | |||
| '''Monthly visitors''' || {{{monthly_visitors}}} | |||
|- | |||
| '''Ad revenue''' || {{{ad_revenue}}} | |||
|- | |||
| '''Programs/Shows''' || {{{programs}}} | |||
|- | |||
| '''Editorial guide''' || [{{#if:{{{editorial_guide|}}}|{{{editorial_guide}}}|#}} Link] | |||
|- | |||
}} | |||
}} | |||
|} | |||
<noinclude> | |||
== 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 === | |||
<pre> | <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 --> | |||
| 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 --> | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox company| ]] | |||
[[Category:Companies|!Infobox]] | |||
</noinclude> | </noinclude> |
Revision as of 04:07, 17 April 2025
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
Standard company
{{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 --> }}
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 --> }}