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

Template:Infobox Eidolon/doc: Difference between revisions

Template page
No edit summary
adding previous pilots
Line 18: Line 18:
<templatedata>
<templatedata>
{
{
    "description": "A concise infobox for key information about an eidolon.",
"description": "A concise infobox for key information about an eidolon.",
    "format": "block",
"format": "block",
    "params": {
"params": {
        "name": {
"name": {
            "label": "Name",
"label": "Name",
            "description": "Name of the eidolon.",
"description": "Name of the eidolon.",
            "type": "string",
"type": "string",
            "default": "{{PAGENAME}}",
"default": "{{PAGENAME}}",
            "suggested": true
"suggested": true
        },
},
        "image": {
"image": {
            "label": "image (file name)",
"label": "image (file name)",
            "description": "Bare filename of art of the eidolon, without the 'File:' prefix.",
"description": "Bare filename of art of the eidolon, without the 'File:' prefix.",
            "type": "wiki-file-name",
"type": "wiki-file-name",
            "example": "Styx.jpg",
"example": "Styx.jpg",
            "suggested": true
"suggested": true
        },
},
        "alt": {
"alt": {
            "label": "alt text",
"label": "alt text",
            "description": "Alternative text for the image, used by screen readers.",
"description": "Alternative text for the image, used by screen readers.",
            "type": "string"
"type": "string"
        },
},
        "caption": {
"caption": {
            "label": "Caption",
"label": "Caption",
            "description": "A caption shown beneath the cover image.",
"description": "A caption shown beneath the cover image.",
            "type": "string",
"type": "string",
            "example": "Styx, art by [https://bsky.app/profile/lotusws.bsky.social @lotusws.bsky.social]"
"example": "Styx, art by [https://bsky.app/profile/lotusws.bsky.social @lotusws.bsky.social]"
        },
},
        "class": {
"class": {
            "label": "Class",
"label": "Class",
            "description": "Eidolon class, as a wikilink, e.g. [[Banner Class]].",
"description": "Eidolon class, as a wikilink, e.g. [[Banner Class]].",
            "type": "content",
"type": "content",
            "required": true
"required": true
        },
},
      "lord": {
"lord": {
            "label": "Lord",
"label": "Lord",
            "description": "The Lord for whom this Eidolon belongs, as a wikilink, e.g. [[Hades]].",
"description": "The Lord for whom this Eidolon belongs, as a wikilink, e.g. [[Hades]].",
            "type": "content",
"type": "content",
            "required": true
"required": true
        },
},
"current_pilot": {
"current_pilot": {
            "label": "Current Pilot",
"label": "Current Pilot",
            "description": "The current pilot of this Eidolon, as a wikilink, e.g. [[Persephone]].",
"description": "The current pilot of this Eidolon, as a wikilink, e.g. [[Persephone]].",
            "type": "content",
"type": "content",
            "required": true
"required": true
        }
},
    }
"previous_pilots": {
"label": "Previous Pilot(s)"
}
},
"paramOrder": [
"name",
"image",
"alt",
"caption",
"class",
"lord",
"current_pilot",
"previous_pilots"
]
}
}
</templatedata>
</templatedata>

Revision as of 14:13, 14 May 2026

This is a documentation subpage for Infobox Eidolon.
It contains usage information, categories and other content that is not part of the original template page.

Usage

This template produces a standard right-aligned infobox summarising key information about an eidolon

Blank syntax

{{Infobox book simple
| name          = 
| class         = 
| lord          = 
| current_pilot = 
}}

TemplateData

A concise infobox for key information about an eidolon.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

Name of the eidolon.

Default
{{PAGENAME}}
Stringsuggested
image (file name)image

Bare filename of art of the eidolon, without the 'File:' prefix.

Example
Styx.jpg
Filesuggested
alt textalt

Alternative text for the image, used by screen readers.

Stringoptional
Captioncaption

A caption shown beneath the cover image.

Example
Styx, art by [https://bsky.app/profile/lotusws.bsky.social @lotusws.bsky.social]
Stringoptional
Classclass

Eidolon class, as a wikilink, e.g. [[Banner Class]].

Contentrequired
Lordlord

The Lord for whom this Eidolon belongs, as a wikilink, e.g. [[Hades]].

Contentrequired
Current Pilotcurrent_pilot

The current pilot of this Eidolon, as a wikilink, e.g. [[Persephone]].

Contentrequired
Previous Pilot(s)previous_pilots

no description

Unknownoptional
Contents