Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox organization: Difference between revisions

Template page
mh:wikigenius>Parvej Husen Talukder
Redirected page to Template:Infobox company
Undo revision 30060 by Parvej Husen Talukder (talk)
Tag: Undo
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Template:Infobox company]]
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right;">
    <table style="width: 100%; border: none;">
        <tr>
            <th colspan="2" style="text-align: center;">{{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}}}}</th>
        </tr>
        <tr>
            <td colspan="2" style="text-align: center;">
                {{#if: {{{logo|}}}
                    | [[File:{{{logo}}}|200px|center]]                }}
            </td>
        </tr>
        {{#if: {{{logo_caption|}}}
            | <tr>
                <td colspan="2" style="align: center; text-align: center; font-style: italic;">{{{logo_caption}}}</td>
            </tr>
        }}
        {{#if: {{{type|}}}
            | <tr>
                <th style="text-align: left;">Type</th>
                <td>{{{type}}}</td>
            </tr>
        }}
        {{#if: {{{industry|}}}
            | <tr>
                <th style="text-align: left;">Industry</th>
                <td>{{{industry}}}</td>
            </tr>
        }}
        {{#if: {{{founded|}}}
            | <tr>
                <th style="text-align: left;">Founded</th>
                <td>{{{founded}}}</td>
            </tr>
        }}
        {{#if: {{{founder|}}}
            | <tr>
                <th style="text-align: left;">Founder</th>
                <td>{{{founder}}}</td>
            </tr>
        }}
        {{#if: {{{headquarters|}}}
            | <tr>
                <th style="text-align: left;">Headquarters</th>
                <td>{{{headquarters}}}</td>
            </tr>
        }}
        {{#if: {{{area_served|}}}
            | <tr>
                <th style="text-align: left;">Area Served</th>
                <td>{{{area_served}}}</td>
            </tr>
        }}
        {{#if: {{{key_people|}}}
            | <tr>
                <th style="text-align: left;">Key People</th>
                <td>{{{key_people}}}</td>
            </tr>
        }}
        {{#if: {{{products|}}}
            | <tr>
                <th style="text-align: left;">Products</th>
                <td>{{{products}}}</td>
            </tr>
        }}
        {{#if: {{{services|}}}
            | <tr>
                <th style="text-align: left;">Services</th>
                <td>{{{services}}}</td>
            </tr>
        }}
        {{#if: {{{revenue|}}}
            | <tr>
                <th style="text-align: left;">Revenue</th>
                <td>{{{revenue}}}</td>
            </tr>
        }}
        {{#if: {{{num_employees|}}}
            | <tr>
                <th style="text-align: left;">Number of Employees</th>
                <td>{{{num_employees}}}</td>
            </tr>
        }}
        {{#if: {{{parent|}}}
            | <tr>
                <th style="text-align: left;">Parent Organization</th>
                <td>{{{parent}}}</td>
            </tr>
        }}
        {{#if: {{{subsidiaries|}}}
            | <tr>
                <th style="text-align: left;">Subsidiaries</th>
                <td>{{{subsidiaries}}}</td>
            </tr>
        }}
        {{#if: {{{website|}}}
            | <tr>
                <th style="text-align: left;">Website</th>
                <td>[{{{website}}} {{{website}}}]</td>
            </tr>
        }}
        {{#if: {{{mission|}}}
            | <tr>
                <th style="text-align: left;">Mission</th>
                <td>{{{mission}}}</td>
            </tr>
        }}
        {{#if: {{{awards|}}}
            | <tr>
                <th style="text-align: left;">Awards</th>
                <td>{{{awards}}}</td>
            </tr>
        }}
    </table>
</div>
<noinclude>
== Usage example ==
To use this template on a page, copy and paste the following:
 
<pre>
{{Infobox organization
| name            = Bhikitia
| logo            = Bhikitia.png
| logo_caption    = Logo
| type            = Non-profit
| industry        = [[Encyclopedia]]
| founded          = October 1, 2020
| founder          =
| headquarters    =
| area_served      = [[Bangladesh]] (Primary) and worldwide
| key_people      =
| products        = [[Bengali Bhikitia]] &lt;br&gt; [[English Bhikitia]]
| services        = Encyclopedic content (for free)
| revenue          = Unknown
| num_employees    =
| parent          =
| subsidiaries    =
| website          = https://www.example.org
| mission          = "To provide free education to all."
| awards          = Global Impact Award 2022
}}
</pre>
</noinclude>

Latest revision as of 18:47, 25 May 2026

Infobox organization

Usage example

To use this template on a page, copy and paste the following:

{{Infobox organization
| name             = Bhikitia
| logo             = Bhikitia.png
| logo_caption     = Logo
| type             = Non-profit
| industry         = [[Encyclopedia]]
| founded          = October 1, 2020
| founder          = 
| headquarters     = 
| area_served      = [[Bangladesh]] (Primary) and worldwide
| key_people       = 
| products         = [[Bengali Bhikitia]] <br> [[English Bhikitia]]
| services         = Encyclopedic content (for free)
| revenue          = Unknown 
| num_employees    = 
| parent           = 
| subsidiaries     = 
| website          = https://www.example.org
| mission          = "To provide free education to all."
| awards           = Global Impact Award 2022
}}