|
|
Line 3: |
Line 3: |
| {{#invoke:CapiuntoInfobox|main}} | | {{#invoke:CapiuntoInfobox|main}} |
| </includeonly> | | </includeonly> |
|
| |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "voiced_by": {
| |
| "label": "Voiced by",
| |
| "description": "The individual who voiced the character",
| |
| "type": "content",
| |
| "suggested": true
| |
| },
| |
| "name": {
| |
| "label": "Name",
| |
| "description": "Character's name",
| |
| "type": "content"
| |
| },
| |
| "image": {
| |
| "label": "Image",
| |
| "description": "An image displaying the character",
| |
| "type": "wiki-file-name"
| |
| },
| |
| "drops": {
| |
| "label": "Drops",
| |
| "description": "Items dropped upon death",
| |
| "type": "content"
| |
| },
| |
| "location": {
| |
| "label": "Location",
| |
| "description": "In-game location",
| |
| "type": "content"
| |
| },
| |
| "affiliation": {
| |
| "label": "Affiliation",
| |
| "description": "Organization the character belongs to",
| |
| "type": "content"
| |
| }
| |
| },
| |
| "paramOrder": [
| |
| "name",
| |
| "image",
| |
| "affiliation",
| |
| "location",
| |
| "drops",
| |
| "voiced_by"
| |
| ],
| |
| "format": "block"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |