Template:CompanyInfobox: Difference between revisions
Schang1146 (talk | contribs) Fix templatedata |
Now if no logo is linked, it will simply display the information. |
||
Line 3: | Line 3: | ||
<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|QuestionMark.svg}}}|200px]]</div> | {{#if:{{{Logo|}}}|<div class="infobox-image">[[File:{{{Logo|QuestionMark.svg}}}|200px]]</div>|}} | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
<tr> | <tr> | ||
Line 39: | Line 39: | ||
| Founded = 2000 | | Founded = 2000 | ||
| Industry = Industrial | | Industry = Industrial | ||
| Logo = | | Logo = | ||
| Type = Public | | Type = Public | ||
| Website = https://example.com/ | | Website = https://example.com/ |