Template:Character Infobox: Difference between revisions
Template page
More actions
Replaced content with "<table class="infobox"> <caption><!-- character name goes here --></caption> <tr> <td><!-- image goes here --></td> </tr> </table>" Tag: Replaced |
No edit summary |
||
| Line 5: | Line 5: | ||
</tr> | </tr> | ||
</table> | </table> | ||
<templatedata> | |||
{ | |||
"description": "Infobox for TTRPG characters", | |||
"params": { | |||
"name": { | |||
"label": "Character Name", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 14:36, 26 June 2026
Infobox for TTRPG characters
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Character Name | name | no description | String | required |
| Image | image | no description | File | optional |