Template:Infobox appearance: Difference between revisions

From feywild

No edit summary
No edit summary
Line 93: Line 93:
     "caption": { "label": "Caption", "type": "string", "description": "Shown under the image if an image is provided" },
     "caption": { "label": "Caption", "type": "string", "description": "Shown under the image if an image is provided" },


     "use_like_caption": { "label": "Caption-like Note", "type": "string", "aliases": ["use like a caption here"] },
     "use like a caption here": { "label": "Caption-like Note", "type": "string" },
    "use_like_caption": { "label": "Caption-like Note (alt)", "type": "string" },


     "height": { "label": "Height", "type": "string", "aliases": ["Height"] },
     "Height": { "label": "Height", "type": "string" },
     "build": { "label": "Build", "type": "string", "aliases": ["Build"] },
     "height": { "label": "Height (alt)", "type": "string" },
    "wings": { "label": "Wings", "type": "string", "aliases": ["Wings"] },
    "eye_color": { "label": "Eye Color", "type": "string", "aliases": ["Eye Color"] },
    "hair": { "label": "Hair", "type": "string", "aliases": ["Hair"] },
    "skin_tone": { "label": "Skin Tone", "type": "string", "aliases": ["Skintone","Skin Tone"] },


     "scars": { "label": "Scars", "type": "string", "aliases": ["Scars"] },
     "Build": { "label": "Build", "type": "string" },
     "tattoos": { "label": "Tattoos", "type": "string", "aliases": ["Tattoos"] },
    "build": { "label": "Build (alt)", "type": "string" },
     "piercings": { "label": "Piercings", "type": "string", "aliases": ["Piercings"] },
 
     "distinguishing_features": { "label": "Distinguishing Features", "type": "string", "aliases": ["Distinguishing Features"] },
     "Wings": { "label": "Wings", "type": "string" },
     "notable_gear": { "label": "Notable Gear", "type": "string", "aliases": ["Notable Gear"] },
    "wings": { "label": "Wings (alt)", "type": "string" },
     "other_notes": { "label": "Other Notes", "type": "string", "aliases": ["Other Notes"] }
 
  },
     "Eye Color": { "label": "Eye Color", "type": "string" },
  "paramOrder": [
    "eye_color": { "label": "Eye Color (alt)", "type": "string" },
     "name","image","caption","use_like_caption",
 
     "height","build","wings","eye_color","hair","skin_tone",
     "Hair": { "label": "Hair", "type": "string" },
     "scars","tattoos","piercings","distinguishing_features",
    "hair": { "label": "Hair (alt)", "type": "string" },
     "notable_gear","other_notes"
 
   ]
     "Skintone": { "label": "Skin Tone", "type": "string" },
    "skin_tone": { "label": "Skin Tone (alt)", "type": "string" },
 
     "Scars": { "label": "Scars", "type": "string" },
    "scars": { "label": "Scars (alt)", "type": "string" },
 
    "Tattoos": { "label": "Tattoos", "type": "string" },
    "tattoos": { "label": "Tattoos (alt)", "type": "string" },
 
     "Piercings": { "label": "Piercings", "type": "string" },
    "piercings": { "label": "Piercings (alt)", "type": "string" },
 
     "Distinguishing Features": { "label": "Distinguishing Features", "type": "string" },
    "distinguishing_features": { "label": "Distinguishing Features (alt)", "type": "string" },
 
    "Notable Gear": { "label": "Notable Gear", "type": "string" },
     "notable_gear": { "label": "Notable Gear (alt)", "type": "string" },
 
    "Other Notes": { "label": "Other Notes", "type": "string" },
     "other_notes": { "label": "Other Notes (alt)", "type": "string" }
   }
}
}
</templatedata>
</templatedata>

Revision as of 14:07, 3 November 2025


Right-floating appearance infobox (extended). Works with or without an image. The 'use like a caption here' field renders as a caption-style note even when no image is provided. Leave any field blank; empty rows are hidden.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Name (header)name

no description

Stringoptional
Imageimage

Filename only, omit 'File:'

Stringoptional
Captioncaption

Shown under the image if an image is provided

Stringoptional
Caption-like Noteuse like a caption here

no description

Stringoptional
Caption-like Note (alt)use_like_caption

no description

Stringoptional
HeightHeight

no description

Stringoptional
Height (alt)height

no description

Stringoptional
BuildBuild

no description

Stringoptional
Build (alt)build

no description

Stringoptional
WingsWings

no description

Stringoptional
Wings (alt)wings

no description

Stringoptional
Eye ColorEye Color

no description

Stringoptional
Eye Color (alt)eye_color

no description

Stringoptional
HairHair

no description

Stringoptional
Hair (alt)hair

no description

Stringoptional
Skin ToneSkintone

no description

Stringoptional
Skin Tone (alt)skin_tone

no description

Stringoptional
ScarsScars

no description

Stringoptional
Scars (alt)scars

no description

Stringoptional
TattoosTattoos

no description

Stringoptional
Tattoos (alt)tattoos

no description

Stringoptional
PiercingsPiercings

no description

Stringoptional
Piercings (alt)piercings

no description

Stringoptional
Distinguishing FeaturesDistinguishing Features

no description

Stringoptional
Distinguishing Features (alt)distinguishing_features

no description

Stringoptional
Notable GearNotable Gear

no description

Stringoptional
Notable Gear (alt)notable_gear

no description

Stringoptional
Other NotesOther Notes

no description

Stringoptional
Other Notes (alt)other_notes

no description

Stringoptional

Usage

{{Infobox appearance
| name = Natural Form
| use like a caption here = Profile overview
| Height = 6'2"
| Build = Wiry
| Wings = Red
| Eye Color = Blue
| Hair = Ombre
| Skintone = Green
| Scars = —
| Tattoos = —
| Piercings = —
| Distinguishing Features = Eyes change color; bioluminescent veins at dusk.
| Notable Gear = Veil-thread cloak; Oathbinding signet
| Other 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.
}}