Template:Infobox character: Difference between revisions
Jump to navigation
Jump to search
Salty Nori (talk | contribs) No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
< | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Title", | |||
"type": "string", | |||
"default": "Infobox" | |||
}, | |||
"image": { | |||
"label": "Image URL", | |||
"type": "string" | |||
}, | |||
"heart": { | |||
"label": "Base Heart", | |||
"type": "string" | |||
}, | |||
"damage": { | |||
"label": "Damage", | |||
"type": "string" | |||
}, | |||
"speed": { | |||
"label": "Speed", | |||
"type": "string" | |||
}, | |||
"shield": { | |||
"label": "Shield", | |||
"type": "string" | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"type": "string" | |||
}, | |||
"custom": { | |||
"label": "Custom Content", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
[[Category:Infobox_templates]] | |||
[[Category:Templates]] | |||
</noinclude><includeonly> | |||
<div class="infobox-right"> | |||
<div class="pi-title">{{{title|Infobox}}}</div> | |||
<div class="infobox-content"> | |||
{{#if: {{{image|}}} | <div class="pi-image">{{{image}}}</div> }} | |||
{{#if: {{{heart|}}} | <div class="pi-data"><strong>Base Heart:</strong> {{{heart}}}</div> }} | |||
{{#if: {{{damage|}}} | <div class="pi-data"><strong>Damage:</strong> {{{damage}}}</div> }} | |||
{{#if: {{{speed|}}} | <div class="pi-data"><strong>Speed:</strong> {{{speed}}}</div> }} | |||
{{#if: {{{shield|}}} | <div class="pi-data"><strong>Shield:</strong> {{{shield}}}</div> }} | |||
{{#if: {{{description|}}} | <div class="pi-data"><strong>Description:</strong> {{{description}}}</div> }} | |||
{{{custom|}}} | |||
</div> | |||
</div> | |||
</includeonly> | |||
</ | |||
</includeonly | |||
Revision as of 22:30, 17 November 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description
| String | optional |
| Image URL | image | no description | String | optional |
| Base Heart | heart | no description | String | optional |
| Damage | damage | no description | String | optional |
| Speed | speed | no description | String | optional |
| Shield | shield | no description | String | optional |
| Description | description | no description | String | optional |
| Custom Content | custom | no description | String | optional |