Template:Infobox character: Difference between revisions

From Black Cat Studios
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
<noinclude>
{{Infobox
<templatedata>
| name            = {{{name|{{PAGENAME}}}}}
{
| image           = {{{image|}}}
"params": {
| location         = {{{location|}}}
"name": {
| availability     = {{{availability|}}}
"label": "Character Name",
| kinks           = {{{kinks|}}}
"example": "Azlos",
}}
"type": "string",
"required": true
},
"image": {
"label": "Image",
"example": "[zorro_bust.webp]",
"type": "wiki-file-name",
"required": true
},
"location": {
"label": "Locations",
"example": "General Store",
"type": "string",
"suggested": true
},
"availability": {
"label": "Availability",
"type": "string",
"suggested": true
},
"kinks": {
"label": "Kinks",
"type": "string",
"suggested": true
}
}
}
</templatedata>
</noinclude>

Revision as of 20:03, 19 June 2023