Template:Infobox organization: Difference between revisions
Template page
More actions
m Protected "Template:Infobox organization" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Undo revision 30060 by Parvej Husen Talukder (talk) Tag: Undo |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right;"> | |||
<div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right | |||
<table style="width: 100%; border: none;"> | <table style="width: 100%; border: none;"> | ||
<tr> | <tr> | ||
<th colspan="2" style=" | <th colspan="2" style="text-align: center;">{{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}}}}</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align: center;"> | <td colspan="2" style="text-align: center;"> | ||
{{#if: {{{logo|}}} | {{#if: {{{logo|}}} | ||
| [[File:{{{logo}}} | | [[File:{{{logo}}}|200px|center]] }} | ||
</td> | </td> | ||
</tr> | </tr> | ||
| Line 135: | Line 113: | ||
</table> | </table> | ||
</div> | </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]] <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 | |||
}} | |||
</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
}}