Jump to content

Template:Infobox organization: Difference between revisions

From Encyclopædia Mundus
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>[[{{{type}}}]]</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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titlename

no description

Example
Parliament of Directionland
Stringoptional
Image filename (logo/emblem/flag)image

no description

Example
Parliament_Seal.png
Stringoptional
Image sizeimagesize

no description

Default
260px
Stringoptional
Image alt textimage_alt

no description

Stringoptional
Image captionimage_caption

no description

Stringoptional
Full titlefull_name

no description

Example
The Imperial Parliament of Directionland
Stringoptional
Type (page name)type

no description

Example
Government agency
Stringoptional
Headquarters (page name)headquarters

no description

Example
God's Landing
Stringoptional

Usage

{{Infobox organization
| name         = Directionland Royal Railways
| image        = DRR_Emblem.png
| full_name    = Directionland Royal Railways
| type         = State-owned enterprise
| headquarters = God's Landing
}}