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

Template:Organization: Difference between revisions

Template page
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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Name of the organization (defaults to page name if omitted).

Stringoptional
Imageimage

Representative image (file name without File:).

Fileoptional
Leader(s)leaders

Current or notable leaders.

Stringoptional
Notable membersnotablemembers

Prominent members of the organization.

Stringoptional
Founder(s)founders

Founders of the organization.

Stringoptional
Headquartersheadquarters

Primary base of operations.

Stringoptional
Affiliationaffiliation

Associated group, nation, or faction.

Stringoptional
Purposepurpose

Primary goals or mission.

Stringoptional
Engagementsengagements

Conflicts or major activities the organization participated in.

Stringoptional
Statusstatus

Current status (active, disbanded, etc.).

Stringoptional
First appearanceappearance

First known appearance or mention.

Stringoptional
Last appearancelastappearance

Most recent appearance or mention.

Stringoptional
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.