Template:InfoboxCompany: Difference between revisions

m Sentence casing
m Protected "Template:InfoboxCompany": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(11 intermediate revisions by 6 users not shown)
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 class="infobox-title">{{{Company|{{PAGENAME}}}}}</div>
     <div class="infobox-image">[[File:{{{Logo}}}|200px]]</div>
     <div class="infobox-image">[[File:{{{Logo}}}|200px]]</div>
     <table class="infobox-table">
     <table class="infobox-table">
Line 40: Line 40:
| Founded = 2000
| Founded = 2000
| Industry = Industrial
| Industry = Industrial
| Official Website = somewebsite.somewhere
| Official Website = https://example.com/
| Logo= QuestionMark.svg
| Logo = QuestionMark.svg
}}
}}
<pre>
<pre>
Line 51: Line 51:
| Industry =
| Industry =
| Official Website =
| Official Website =
| Logo=
| Logo =
}}
}}
</nowiki>
</nowiki>
</pre>
</pre>
[[Category:Styling templates]]
[[Category:Styling templates]]
{{Clear}}
== Template Data ==
== Template Data ==
<templatedata>
<templatedata>
Line 87: Line 89:
},
},
"Logo": {
"Logo": {
"description": "The logo accociated with the company.",
"description": "The logo associated with the company.",
"example": "filename.[jpg|png|svg]",
"example": "filename.[jpg|png|svg]",
"type": "wiki-file-name",
"type": "wiki-file-name",