More actions
Lukadelrey (talk | contribs) Created page with "<infobox> <title source="title1"/> <image source="image1"> <caption source="caption1"/> </image> <data source="stock_ticker"> <label>Stock Ticker</label> </data> <data source="net_worth"> <label>Net Worth</label> </data> <data source="subscribers_(yt)"> <label>Subscribers (YT)</label> </data> <data source="viewership_(est)"> <label>Monthly Viewership (est.)</label> </data> <data source="website"> <label>Website</label> </..." |
Lukadelrey (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
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> | <noinclude> | ||
== Usage == | |||
=== 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 news_organizations| ]] | |||
[[Category:news|!Infobox]] | |||
</noinclude> | </noinclude> |
Latest revision as of 04:15, 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
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 --> }}