Template:CompanyInfo: Difference between revisions

From SharismWiki
(Created page with "<div class="company-info" style="float: right; margin-left: 20px;"> '''{{{name|Company Name}}}''' {{#if: {{{logo|}}} | [[File:{{{logo}}}|150px|alt={{{name}}} logo]] }} ; Founded: {{{founded|Year}}} ; Headquarters: {{{headquarters|Location}}} ; Website: [{{{website|http://example.com}}} {{{website|example.com}}}] ; Description: {{{description|No description available.}}} </div>")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="company-info" style="float: right; margin-left: 20px;">
<div class="company-info" style="float: right; margin-left: 20px;">
     '''{{{name|Company Name}}}'''
     '''{{{name|Company Name}}}'''
    {{#if: {{{logo|}}} | [[File:{{{logo}}}|150px|alt={{{name}}} logo]] }}
{{#if:{{{logo|}}}|[[File:{{{logo}}}|150px|alt={{{name}}} logo]]}}
     ; Founded: {{{founded|Year}}}
     Founded: {{{founded|Year}}}
     ; Headquarters: {{{headquarters|Location}}}
     Headquarters: {{{headquarters|Location}}}
     ; Website: [{{{website|http://example.com}}} {{{website|example.com}}}]
     Website: [{{{website|http://example.com}}} {{{website|example.com}}}]
     ; Description: {{{description|No description available.}}}
     Description: {{{description|No description available.}}}
</div>
</div>

Latest revision as of 05:36, 18 February 2024

   Company Name
   Founded: Year
   Headquarters: Location
   Website: example.com
   Description: No description available.