Template:Infobox Eidolon/doc: Difference between revisions
More actions
No edit summary |
Ciricegray (talk | contribs) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
=== Blank syntax === | === Blank syntax === | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox eidolon | ||
| name = | | name = | ||
| class = | | class = | ||
| lord = | | lord = | ||
| current_pilot = | | current_pilot = | ||
| previous_pilots = | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 18: | Line 19: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "A concise infobox for key information about an eidolon.", | |||
"format": "block", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the eidolon.", | |||
"type": "string", | |||
"default": "{{PAGENAME}}", | |||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "image (file name)", | |||
"description": "Bare filename of art of the eidolon, without the 'File:' prefix.", | |||
"type": "wiki-file-name", | |||
"example": "Styx.jpg", | |||
"suggested": true | |||
}, | |||
"alt": { | |||
"label": "alt text", | |||
"description": "Alternative text for the image, used by screen readers.", | |||
"type": "string" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "A caption shown beneath the cover image.", | |||
"type": "string", | |||
"example": "Styx, art by [https://bsky.app/profile/lotusws.bsky.social @lotusws.bsky.social]" | |||
}, | |||
"class": { | |||
"label": "Class", | |||
"description": "Eidolon class, as a wikilink, e.g. [[Banner Class]].", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"lord": { | |||
"label": "Lord", | |||
"description": "The Lord for whom this Eidolon belongs, as a wikilink, e.g. [[Hades]].", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"current_pilot": { | "current_pilot": { | ||
"label": "Current Pilot", | |||
"description": "The current pilot of this Eidolon, as a wikilink, e.g. [[Persephone]].", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"previous_pilots": { | |||
"label": "Previous Pilots", | |||
"description": "Previous known pilots", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"alt", | |||
"caption", | |||
"class", | |||
"lord", | |||
"current_pilot", | |||
"previous_pilots" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 14:20, 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 eidolon
| name =
| class =
| lord =
| current_pilot =
| previous_pilots =
}}
TemplateData
A concise infobox for key information about an eidolon.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the eidolon.
| String | suggested |
| image (file name) | image | Bare filename of art of the eidolon, without the 'File:' prefix.
| File | suggested |
| alt text | alt | Alternative text for the image, used by screen readers. | String | optional |
| Caption | caption | A caption shown beneath the cover image.
| String | optional |
| Class | class | Eidolon class, as a wikilink, e.g. [[Banner Class]]. | Content | required |
| Lord | lord | The Lord for whom this Eidolon belongs, as a wikilink, e.g. [[Hades]]. | Content | required |
| Current Pilot | current_pilot | The current pilot of this Eidolon, as a wikilink, e.g. [[Persephone]]. | Content | required |
| Previous Pilots | previous_pilots | Previous known pilots | String | optional |