Template:Organization: Difference between revisions
Template page
More actions
Import |
No edit summary |
||
| Line 3: | Line 3: | ||
<title source="name"><default>{{PAGENAME}}</default></title> | <title source="name"><default>{{PAGENAME}}</default></title> | ||
<image source="image" /> | <image source="image" /> | ||
<group> | <group> | ||
<header>General information</header> | <header>General information</header> | ||
| Line 14: | Line 15: | ||
<data source="status"><label>Status</label></data> | <data source="status"><label>Status</label></data> | ||
</group> | </group> | ||
<group> | <group> | ||
<header>Chronological information</header> | <header>Chronological information</header> | ||
| Line 21: | Line 23: | ||
</infobox> | </infobox> | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{ | |||
"description": "Infobox for organizations, factions, and groups.", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the organization (defaults to page name if omitted).", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Representative image (file name without File:).", | |||
"type": "wiki-file-name" | |||
}, | |||
"leaders": { | |||
"label": "Leader(s)", | |||
"description": "Current or notable leaders.", | |||
"type": "string" | |||
}, | |||
"notablemembers": { | |||
"label": "Notable members", | |||
"description": "Prominent members of the organization.", | |||
"type": "string" | |||
}, | |||
"founders": { | |||
"label": "Founder(s)", | |||
"description": "Founders of the organization.", | |||
"type": "string" | |||
}, | |||
"headquarters": { | |||
"label": "Headquarters", | |||
"description": "Primary base of operations.", | |||
"type": "string" | |||
}, | |||
"affiliation": { | |||
"label": "Affiliation", | |||
"description": "Associated group, nation, or faction.", | |||
"type": "string" | |||
}, | |||
"purpose": { | |||
"label": "Purpose", | |||
"description": "Primary goals or mission.", | |||
"type": "string" | |||
}, | |||
"engagements": { | |||
"label": "Engagements", | |||
"description": "Conflicts or major activities the organization participated in.", | |||
"type": "string" | |||
}, | |||
"status": { | |||
"label": "Status", | |||
"description": "Current status (active, disbanded, etc.).", | |||
"type": "string" | |||
}, | |||
"appearance": { | |||
"label": "First appearance", | |||
"description": "First known appearance or mention.", | |||
"type": "string" | |||
}, | |||
"lastappearance": { | |||
"label": "Last appearance", | |||
"description": "Most recent appearance or mention.", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"leaders", | |||
"notablemembers", | |||
"founders", | |||
"headquarters", | |||
"affiliation", | |||
"purpose", | |||
"engagements", | |||
"status", | |||
"appearance", | |||
"lastappearance" | |||
] | |||
} | |||
</templatedata> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Latest revision as of 02:46, 2 May 2026
Infobox for organizations, factions, and groups.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the organization (defaults to page name if omitted). | String | optional |
| Image | image | Representative image (file name without File:). | File | optional |
| Leader(s) | leaders | Current or notable leaders. | String | optional |
| Notable members | notablemembers | Prominent members of the organization. | String | optional |
| Founder(s) | founders | Founders of the organization. | String | optional |
| Headquarters | headquarters | Primary base of operations. | String | optional |
| Affiliation | affiliation | Associated group, nation, or faction. | String | optional |
| Purpose | purpose | Primary goals or mission. | String | optional |
| Engagements | engagements | Conflicts or major activities the organization participated in. | String | optional |
| Status | status | Current status (active, disbanded, etc.). | String | optional |
| First appearance | appearance | First known appearance or mention. | String | optional |
| Last appearance | lastappearance | Most recent appearance or mention. | String | optional |
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |