Template:Infobox character player/sandbox

From Dune: Awakening Community Wiki
Jump to navigation Jump to search


Purpose

A simple infobox for player-created characters.

Quick-start Copy Block

Copy, paste, and replace values:

{{Infobox character
 | name        = Sample Character
 | title       = Scout Captain
 | image       = SampleCharacter.png
 | caption     = Concept portrait
 | allegiance  = Atreides
 | affiliation = Horizon Recon Division
 | role        = Field Scout / Cartographer
 | birthplace  = Desert Outpost Gamma-7
 | residence   = Mobile Sietch Sirocco
 | age         = 28
 | species     = Human
 | gender      = Unknown
 | status      = Active
 | era         = 10 191 A.G.
}}

Parameter Reference

name (string)
Character’s full name (displayed as header).
title
Honorifics, rank, or position (comma-separated if multiple).
image
File name only, e.g. SamplePortrait.png.
caption
Short description shown beneath the image.
allegiance
Primary house/clan/faction (can contain wiki links).
affiliation
Secondary groups, corps, guilds, etc.
role
Occupation or gameplay role (*crafter, pilot, healer*…).
birthplace
World, city, or outpost of birth.
residence
Current home/sietch/starship.
age
Numeric or descriptive (e.g., “early 30s”).
species
Defaults to “Human”.
gender
Text field; use whatever descriptor suits.
status
Active, Missing, Deceased, etc.
era
Timeline marker, e.g., “10 191 A.G.” or “Beta Phase”.

Styling Notes

  • Header colour #111 and white text can be overridden by editing this template or migrating CSS to a TemplateStyles sheet.
  • Image width is fixed at 250 px to maintain consistent layouts.