Template:InfoboxCompany: Difference between revisions
Appearance
too many infoboxes |
add classes |
||
Line 1: | Line 1: | ||
<includeonly><div class="infobox | <includeonly><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">{{{Title|{{PAGENAME}}}}}</div> | |||
<div | <div class="infobox-image">[[File:{{{Logo}}}|200px]]</div> | ||
<div | |||
<table style="width:100%;"> | <table style="width:100%;"> | ||
Line 29: | Line 25: | ||
</table> | </table> | ||
</div> | </div> | ||
</div> | </div> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== Usage == | == Usage == | ||
To have this infobox appear to the right of the page: | To have this infobox appear to the right of the page: |
Revision as of 21:25, 19 January 2025
Usage
To have this infobox appear to the right of the page:
add this to the page with the text you wish to appear on the box when using the source editor.
{{InfoboxCompany | Company = | Founded = | Industry = | Official Website = | Logo= }}
Template Data
This is a a simple information box to use in product line articles. Parameters are the information displayed on the infobox.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | Name of Company | String | required |
Founded | Founded | What year was the company founded | String | required |
Industry | Industry | conglomerate, electronics manufacturer
| String | required |
Official Website | Official Website | Website of the company. | String | required |
Logo | Logo | The logo accociated with the company.
| File | required |