Jump to content

Template:Infobox Company: Difference between revisions

From Horse Bar Lobster
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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

The name of the buisness

Unknownrequired
imageimage

The image to show

Example
Image.jpeg
Fileoptional
revenuerevenue

Yearly revenue that the company makes

Unknownoptional
locationlocation

no description

Unknownoptional
foundedfounded

When was this company founded?

Unknownoptional
founderfounder

Who founded this company?

Unknownoptional