Template:ProductLineCargo: Difference between revisions
Schang1146 (talk | contribs) Remove whitespace |
Schang1146 (talk | contribs) Fix spacing/whitespace |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "ProductLine" template used with Cargo and the Wiki extension. | This is the "ProductLine" template used with Cargo and the Wiki extension. | ||
Line 33: | Line 32: | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly>{{#cargo_store:_table=ProductLine | ||
{{#cargo_store:_table=ProductLine | |||
| ArticleType = {{{ArticleType|}}} | | ArticleType = {{{ArticleType|}}} | ||
| Category = {{{Category|}}} | | Category = {{{Category|}}} | ||
Line 43: | Line 41: | ||
| ReleaseYear = {{{ReleaseYear|}}} | | ReleaseYear = {{{ReleaseYear|}}} | ||
| Website = {{{Website|}}} | | Website = {{{Website|}}} | ||
}} | }}<div class="infobox"> | ||
<div class="infobox"> | |||
<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> | ||
Line 70: | Line 67: | ||
<tr> | <tr> | ||
<th>{{nowrap|Official Website}}</th> | <th>{{nowrap|Official Website}}</th> | ||
<td>{{{Website|}}}</td> | <td>{{#explode:{{{Website|}}}|,|0}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
</div> | </div></includeonly> | ||
</includeonly> |