Template:ProductCargo: Difference between revisions

Schang1146 (talk | contribs)
Fix spacing
Schang1146 (talk | contribs)
No edit summary
Line 52: Line 52:
     <div style="display: flex; gap: 8px; flex-direction: column">
     <div style="display: flex; gap: 8px; flex-direction: column">
         <div class="infobox-title">{{PAGENAME}}</div>
         <div class="infobox-title">{{PAGENAME}}</div>
         <div class="infobox-image">[[File:{{{Logo}}}|200px]]</div>
         <div class="infobox-image">[[File:{{{Logo|QuestionMark.svg}}}|200px]]</div>
         <table class="infobox-table">
         <table class="infobox-table">
             <tr>
             <tr>
Line 60: Line 60:
             <tr>
             <tr>
                 <th>{{nowrap|Release Year}}</th>
                 <th>{{nowrap|Release Year}}</th>
                 <td>{{{ReleaseYear}}}</td>
                 <td>{{{ReleaseYear|}}}</td>
             </tr>
             </tr>


             <tr>
             <tr>
                 <th>{{nowrap|Product Type}}</th>
                 <th>{{nowrap|Product Type}}</th>
                 <td>{{{Category}}}</td>
                 <td>{{{Category|}}}</td>
             </tr>
             </tr>


             <tr>
             <tr>
                 <th>{{nowrap|In Production}}</th>
                 <th>{{nowrap|In Production}}</th>
                 <td>{{{InProduction}}}</td>
                 <td>{{{InProduction|}}}</td>
             </tr>
             </tr>


             <tr>
             <tr>
                 <th>{{nowrap|Official Website}}</th>
                 <th>{{nowrap|Official Website}}</th>
                 <td>{{{Website}}}</td>
                 <td>{{{Website|}}}</td>
             </tr>
             </tr>
         </table>
         </table>