Template:Infobox character: Difference between revisions

From Black Cat Studios
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<templatedata>
{{Infobox
{
| name            = {{{name|{{PAGENAME}}}}}
"description": "Character summary",
| image           = {{{image|}}}
"params": {
| location         = {{{location|}}}
"characterName": {
| availability     = {{{availability|}}}
"label": "Character's Name",
| kinks           = {{{kinks|}}}
"required": true,
}}
            "type": "string"
},
"image": {
"label": "Character Image",
"type": "wiki-file-name",
"required": true
},
"location": {
"label": "Locations found at",
"required": true,
            "type": "string"
},
"availability": {
"label": "Availability",
            "type": "string"
},
"kinks": {
"label": "List of kinks",
            "type": "string"
}
}
}
</templatedata>

Revision as of 19:53, 19 June 2023