Jump to content

Template:PublicCompany: Difference between revisions

From InvestorsWiki
Initial template for public company information
 
Initial template for public company information
 
Line 1: Line 1:
<div class="company-info">
<div class="infobox" style="width: 300px; border: 1px solid #ccc; background: #f9f9f9; padding: 10px; margin: 10px;">
  {| class="wikitable"
  <div style="text-align: center; margin-bottom: 10px;">
  |-
    <!-- Company Logo (Optional) -->
  ! Company Name
    {{#if: {{{Logo|}}} | [[File:{{{Logo|}}}|200px|Logo]] }}
  | {{{Name|}}}
  </div>
  |-
  <table class="wikitable" style="width: 100%;">
  ! Industry
    <tbody>
  | {{{Industry|}}}
      <tr>
  |-
        <th style="background-color: #e7e7e7;">Company Name</th>
  ! Founded
        <td>{{{Name|}}}</td>
  | {{{Founded|}}}
      </tr>
  |-
      <tr>
  ! Headquarters
        <th>Industry</th>
  | {{{Headquarters|}}}
        <td>{{{Industry|}}}</td>
  |-
      </tr>
  ! Revenue
      <tr>
  | {{{Revenue|}}}
        <th>Founded</th>
  |-
        <td>{{{Founded|}}}</td>
  ! Website
      </tr>
  | [{{{Website|}}} Official Website]
      <tr>
   |}
        <th>Headquarters</th>
        <td>{{{Headquarters|}}}</td>
      </tr>
      <tr>
        <th>Revenue</th>
        <td>{{{Revenue|}}}</td>
      </tr>
      <tr>
        <th>Website</th>
        <td><a href="{{{Website|}}}" target="_blank">Official Website</a></td>
      </tr>
    </tbody>
   </table>
</div>
</div>

Latest revision as of 17:56, 17 January 2025

   {{#if:  | [[File:|200px|Logo]] }}
<tbody> </tbody>
Company Name
Industry
Founded
Headquarters
Revenue
Website <a href="" target="_blank">Official Website</a>