Template:Infobox company: Difference between revisions

From EncycloIndia
Jump to navigation Jump to search
Created page with "<includeonly> {| class="infobox" style="width:300px; float:right; margin:0 0 1em 1em; border:1px solid #aaa; background:#f9f9f9; padding:5px;" |+ style="font-size:125%; font-weight:bold;" | {{{name|}}} |- ! Type | {{{type|}}} |- ! Industry | {{{industry|}}} |- ! Founded | {{{founded|}}} |- ! Founder(s) | {{{founders|}}} |- ! Headquarters | {{{headquarters|}}} |- ! Area served | {{{area_served|}}} |- ! Services | {{{services|}}} |- ! Website | {{{website|}}} |} </includeo..."
 
No edit summary
Line 2: Line 2:
{| class="infobox" style="width:300px; float:right; margin:0 0 1em 1em; border:1px solid #aaa; background:#f9f9f9; padding:5px;"
{| class="infobox" style="width:300px; float:right; margin:0 0 1em 1em; border:1px solid #aaa; background:#f9f9f9; padding:5px;"
|+ style="font-size:125%; font-weight:bold;" | {{{name|}}}
|+ style="font-size:125%; font-weight:bold;" | {{{name|}}}
{{#if:{{{logo|}}}|
|-
| colspan="2" style="text-align:center;" |
[[File:{{{logo}}}|200px]]
}}
|-
|-
! Type
! Type
Line 26: Line 33:
! Website
! Website
| {{{website|}}}
| {{{website|}}}
|}
|} </includeonly>
</includeonly>
 
<noinclude>
== Usage ==
<pre>
{{Infobox company
| name =
| logo =
| type =
| industry =
| founded =
| founders =
| headquarters =
| area_served =
| services =
| website =
}}
</pre>
</noinclude>

Revision as of 14:54, 8 February 2026


Usage

{{Infobox company
| name =
| logo =
| type =
| industry =
| founded =
| founders =
| headquarters =
| area_served =
| services =
| website =
}}