Template:CompanyCargo: Difference between revisions

Change language for company's legal structure field in infobox
Remove infobox
Tag: Reverted
Line 54: Line 54:
| Description  = {{{Description|}}}
| Description  = {{{Description|}}}
}}
}}
<div class="infobox">
  <div style="display: flex; gap: 8px; flex-direction: column">
    <div class="infobox-title">{{PAGENAME}}</div>
    <div class="infobox-image">[[File:{{{Logo|QuestionMark.svg}}}|200px]]</div>
    <table class="infobox-table">
      <tr>
        <th colspan="2" class="infobox-table-caption">Basic information</th>
      </tr>
      <tr>
        <th>{{nowrap|Founded}}</th>
        <td>{{{Founded|}}}</td>
      </tr>
      <tr>
        <th>{{nowrap|Legal Structure}}</th>
        <td>{{{Type|}}}</td>
      </tr>
      <tr>
        <th>{{nowrap|Industry}}</th>
        <td>{{{Industry|}}}</td>
      </tr>
      <tr>
        <th>{{nowrap|Official website}}</th>
        <td>{{{Website|}}}</td>
      </tr>
    </table>
  </div>
</div>
</includeonly>
</includeonly>