Template:Infobox character: Difference between revisions
From feywild
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#if:{{{ | {{#if:{{{name|}}}{{{height|}}}{{{build|}}}{{{wings|}}}{{{eye|}}}{{{hair|}}}{{{skintone|}}}{{{scars|}}}{{{tattoos|}}}{{{piercings|}}}{{{features|}}}{{{gear|}}}{{{notes|}}}| | ||
<div style="float:right; margin:0 0 10px 15px; border:1px solid #AAA; background-color:#F9F9F9; width:300px; padding:10px; font-size:90%; line-height:1.5em;"> | <div style="float:right; margin:0 0 10px 15px; border:1px solid #AAA; background-color:#F9F9F9; width:300px; padding:10px; font-size:90%; line-height:1.5em;"> | ||
<!-- Name --> | <!-- Name --> | ||
{{#if:{{{name|}}}|<div style="text-align:center; font-weight:bold; font-size:115%; margin-bottom:6px;">{{{name}}}</div>}} | {{#if:{{{name|}}}|<div style="text-align:center; font-weight:bold; font-size:115%; margin-bottom:6px;">{{{name}}}</div>}} | ||
<!-- Data Table --> | <!-- Data Table --> | ||
<table style="width:100%; border-collapse:collapse; font-size:95%;"> | <table style="width:100%; border-collapse:collapse; font-size:95%;"> | ||
{{#if:{{{ | {{#if:{{{height|}}}|<tr><td style="vertical-align:top; width:40%; font-weight:bold; padding:4px;">Height</td><td style="padding:4px;">{{{height}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{build|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Build</td><td style="padding:4px;">{{{build}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{wings|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Wings</td><td style="padding:4px;">{{{wings}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{eye|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Eye Color</td><td style="padding:4px;">{{{eye}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{hair|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Hair</td><td style="padding:4px;">{{{hair}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{skintone|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Skintone</td><td style="padding:4px;">{{{skintone}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{scars|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Scars</td><td style="padding:4px;">{{{scars}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{tattoos|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Tattoos</td><td style="padding:4px;">{{{tattoos}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{piercings|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Piercings</td><td style="padding:4px;">{{{piercings}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{ | {{#if:{{{features|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Distinguishing Features</td><td style="padding:4px;">{{{features}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | ||
{{#if:{{{gear|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Notable Gear</td><td style="padding:4px;">{{{gear}}}</td></tr><tr><td colspan="2" style="border-bottom:1px solid #aaa;"></td></tr>}} | |||
{{#if:{{{notes|}}}|<tr><td style="vertical-align:top; font-weight:bold; padding:4px;">Other Notes</td><td style="padding:4px;">{{{notes}}}</td></tr>}} | |||
</table> | </table> | ||
| Line 38: | Line 29: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Right-floating infobox for | "description": "Right-floating infobox for character physical and aesthetic traits. Only shows fields that are filled.", | ||
"params": { | "params": { | ||
"name": { "label": " | "name": { "label": "Form Name", "type": "string" }, | ||
"height": { "label": "Height", "type": "string" }, | |||
" | "build": { "label": "Build", "type": "string" }, | ||
" | "wings": { "label": "Wings", "type": "string" }, | ||
" | "eye": { "label": "Eye Color", "type": "string" }, | ||
" | "hair": { "label": "Hair", "type": "string" }, | ||
" | "skintone": { "label": "Skintone", "type": "string" }, | ||
" | "scars": { "label": "Scars", "type": "string" }, | ||
" | "tattoos": { "label": "Tattoos", "type": "string" }, | ||
" | "piercings": { "label": "Piercings", "type": "string" }, | ||
" | "features": { "label": "Distinguishing Features", "type": "string" }, | ||
" | "gear": { "label": "Notable Gear", "type": "string" }, | ||
" | "notes": { "label": "Other Notes", "type": "string" } | ||
" | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", " | "name", "height", "build", "wings", "eye", "hair", "skintone", | ||
"scars", "tattoos", "piercings", "features", "gear", "notes" | |||
" | |||
] | ] | ||
} | } | ||
| Line 66: | Line 54: | ||
== Usage == | == Usage == | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Infobox | {{Infobox Character Form | ||
| name = | | name = Natural Form | ||
| | | height = 6'2" | ||
| | | build = Wiry | ||
| | | wings = Red | ||
| | | eye = Blue | ||
| | | hair = Ombre | ||
| | | skintone = Green | ||
| | | scars = — | ||
| | | tattoos = — | ||
| | | piercings = — | ||
| | | features = Eyes change color; bioluminescent veins at dusk. | ||
| | | gear = Veil-thread cloak; Oathbinding signet | ||
| colors | | notes = Likes to wear silken robes dyed with all the colors of the rainbow at the same time and is often garish to look at. | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 17:46, 3 November 2025
Right-floating infobox for character physical and aesthetic traits. Only shows fields that are filled.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Form Name | name | no description | String | optional |
| Height | height | no description | String | optional |
| Build | build | no description | String | optional |
| Wings | wings | no description | String | optional |
| Eye Color | eye | no description | String | optional |
| Hair | hair | no description | String | optional |
| Skintone | skintone | no description | String | optional |
| Scars | scars | no description | String | optional |
| Tattoos | tattoos | no description | String | optional |
| Piercings | piercings | no description | String | optional |
| Distinguishing Features | features | no description | String | optional |
| Notable Gear | gear | no description | String | optional |
| Other Notes | notes | no description | String | optional |
Usage
{{Infobox Character Form
| name = Natural Form
| height = 6'2"
| build = Wiry
| wings = Red
| eye = Blue
| hair = Ombre
| skintone = Green
| scars = —
| tattoos = —
| piercings = —
| features = Eyes change color; bioluminescent veins at dusk.
| gear = Veil-thread cloak; Oathbinding signet
| notes = Likes to wear silken robes dyed with all the colors of the rainbow at the same time and is often garish to look at.
}}