Template:Spec/Stand Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
<group> | <group> | ||
<header source="moveset">Specials</header> | <header source="moveset">Specials</header> | ||
<data source="special_1"> | <data source="special_1"> | ||
<label>Special 1</label> | <label>Special 1</label> | ||
| Line 39: | Line 30: | ||
<label>Ultimate</label> | <label>Ultimate</label> | ||
</data> | </data> | ||
</group> | |||
<group> | |||
<header>Passives</header> | |||
<data source="passive"> | <data source="passive"> | ||
<label>Passive</label> | <label>Passive</label> | ||
| Line 54: | Line 48: | ||
"method": { "label": "Method", "type": "string", "suggested": true }, | "method": { "label": "Method", "type": "string", "suggested": true }, | ||
"moveset": { "label": "Special Header", "type": "string", "suggested": true }, | "moveset": { "label": "Special Header", "type": "string", "suggested": true }, | ||
"special_1": { "label": "Special 1", "type": "string", "suggested": true }, | "special_1": { "label": "Special 1", "type": "string", "suggested": true }, | ||
"special_2": { "label": "Special 2", "type": "string", "suggested": true }, | "special_2": { "label": "Special 2", "type": "string", "suggested": true }, | ||
| Line 64: | Line 55: | ||
"passive": { "label": "Passive", "type": "string", "suggested": true } | "passive": { "label": "Passive", "type": "string", "suggested": true } | ||
}, | }, | ||
"description": "Standard infobox for Jcraft specs and items.", | "description": "Standard infobox for Jcraft specs and items with separated Passive section.", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 02:30, 26 April 2026
Standard infobox for Jcraft specs and items with separated Passive section.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title1 | no description | String | suggested |
| Image | image1 | no description | File | suggested |
| Caption | caption-image1 | no description | String | suggested |
| Method | method | no description | String | suggested |
| Special Header | moveset | no description | String | suggested |
| Special 1 | special_1 | no description | String | suggested |
| Special 2 | special_2 | no description | String | suggested |
| Special 3 | special_3 | no description | String | suggested |
| Utility | utility | no description | String | suggested |
| Ultimate | ultimate | no description | String | suggested |
| Passive | passive | no description | String | suggested |