Template:Infobox organization: Difference between revisions
Appearance
Created page with "<!-- Template:Infobox organization (HTML-safe, auto-links) --> <table class="infobox infobox-organization"> <tr> <th class="infobox-title" colspan="2">{{{name|{{PAGENAME}}}}}</th> </tr> {{#if: {{{image|}}} | <tr> <td class="infobox-image mw-no-invert" colspan="2"> [[File:{{{image}}}|{{{imagesize|260px}}}|alt={{{image_alt|}}}|center]] {{#if: {{{image_caption|}}} | <div class="infobox-caption">{{{image_caption}}}</div> }} </td> </tr> }}..." |
No edit summary |
||
| Line 24: | Line 24: | ||
<tr> | <tr> | ||
<th scope="row">Type</th> | <th scope="row">Type</th> | ||
<td> | <td>{{{type}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
Latest revision as of 23:15, 29 October 2025
| Infobox organization |
|---|
Infobox for organizations (ministries, agencies, companies, institutions). Enter page names for linked fields; filenames only for images.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | name | no description
| String | optional |
| Image filename (logo/emblem/flag) | image | no description
| String | optional |
| Image size | imagesize | no description
| String | optional |
| Image alt text | image_alt | no description | String | optional |
| Image caption | image_caption | no description | String | optional |
| Full title | full_name | no description
| String | optional |
| Type (page name) | type | no description
| String | optional |
| Headquarters (page name) | headquarters | no description
| String | optional |
Usage
{{Infobox organization
| name = Directionland Royal Railways
| image = DRR_Emblem.png
| full_name = Directionland Royal Railways
| type = State-owned enterprise
| headquarters = God's Landing
}}