Template:CompanyCargo: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 32: Line 32:
<includeonly>
<includeonly>
{{#cargo_store:_table=Company
{{#cargo_store:_table=Company
| Founded      = {{{Founded}}}
| Founded      = {{{Founded|}}}
| Industry      = {{{Industry}}}
| Industry      = {{{Industry|}}}
| Logo          = {{{Logo}}}
| Logo          = {{{Logo|}}}
| ParentCompany = {{{ParentCompany}}}
| ParentCompany = {{{ParentCompany|}}}
| Type          = {{{Type}}}
| Type          = {{{Type|}}}
| Website      = {{{Website|}}}
| Website      = {{{Website|}}}
| Description  = {{{Description}}}
| Description  = {{{Description|}}}
}}
}}
<div class="infobox">
  <div style="display: flex; gap: 8px; flex-direction: column">
    <div class="infobox-title">{{{Company|{{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|Type}}</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>