Template:Infobox Company: Difference between revisions
Appearance
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{revenue|}}}|<tr> <th>Revenue</th> <td>{{{revenue}}}</td> </tr>}}{{#if:{{{location|}}}|<tr> <th>Location</th> <td>{{{location}}}</td> </tr>}}</table> </div> <noinclude> <templatedata> { "params": { "title": { "required": true }, "image":..." |
No edit summary |
||
| Line 8: | Line 8: | ||
<th>Location</th> | <th>Location</th> | ||
<td>{{{location}}}</td> | <td>{{{location}}}</td> | ||
</tr>}}{{#if:{{{founded|}}}|<tr> | |||
<th>Founded</th> | |||
<td>{{{founded}}}</td> | |||
</tr>}}{{#if:{{{founder|}}}|<tr> | |||
<th>Founder</th> | |||
<td>{{{founder}}}</td> | |||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
| Line 15: | Line 21: | ||
"params": { | "params": { | ||
"title": { | "title": { | ||
"required": true | "required": true, | ||
"description": "The name of the buisness" | |||
}, | }, | ||
"image": { | "image": { | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"description": "The image to show", | |||
"example": "Image.jpeg" | |||
}, | }, | ||
"revenue": {}, | "revenue": { | ||
"location": {} | "description": "Yearly revenue that the company makes" | ||
}, | |||
"location": {}, | |||
"founded": { | |||
"description": "When was this company founded?" | |||
}, | |||
"founder": { | |||
"description": "Who founded this company?" | |||
} | |||
}, | }, | ||
"description": "Infobox for companies" | "description": "Infobox for companies" | ||
Latest revision as of 05:39, 3 April 2025
Infobox Company
Infobox for companies
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | The name of the buisness | Unknown | required |
| image | image | The image to show
| File | optional |
| revenue | revenue | Yearly revenue that the company makes | Unknown | optional |
| location | location | no description | Unknown | optional |
| founded | founded | When was this company founded? | Unknown | optional |
| founder | founder | Who founded this company? | Unknown | optional |