Template:Infobox character: Difference between revisions

From feywild

No edit summary
No edit summary
Line 8: Line 8:
<li><b>Images:</b> use the file name only (no <code>File:</code> prefix). Example: <code>Example.jpg</code>.</li>
<li><b>Images:</b> use the file name only (no <code>File:</code> prefix). Example: <code>Example.jpg</code>.</li>
<li><b>Lists:</b> separate items with commas. Example: <code>Glamour, Memory-Weave</code>.</li>
<li><b>Lists:</b> separate items with commas. Example: <code>Glamour, Memory-Weave</code>.</li>
<li><b>Dates:</b> keep a consistent format across pages.</li>
<li><b>Dates:</b> keep a consistent format across pages. (ie date format 5/26/5274</li>
<li><b>Titles:</b> use the most specific fields you need (e.g., <i>formal_titles</i>, <i>full_title</i>). It’s fine to leave the others blank.</li>
<li><b>Titles:</b> use the most specific fields you need (e.g., <i>formal_titles</i>, <i>full_title</i>). It’s fine to leave the others blank.</li>
<li><b>After editing the template,</b> you may need to purge the page cache to see changes (add <code>?action=purge</code> to the URL or refresh twice).</li>
<li><b>After editing the template,</b> you may need to purge the page cache to see changes (add <code>?action=purge</code> to the URL or refresh twice).</li>
</ul>
</ul>
<b>Minimal test include (safe to paste on a sandbox page):</b>
<pre>
{{Infobox character
| image = Example.jpg
| caption = Example Caption
| aliases = The Shadow
| status = Alive
| species = Ayldarzi
| role = Enchanter
}}
</pre>


<b>Full Usage (copy to a character page and fill as needed):</b>
<b>Full Usage (copy to a character page and fill as needed):</b>

Revision as of 12:51, 3 November 2025

[1]


Usage

{{Infobox character
| image = Example.jpg
| caption = Example Caption
| aliases = Unknown
| nicknames = The Shadow
| standard_titles = Lord General, Inquisitor Prime
| formal_titles = Lord General Xyz Abc, Inquisitor Prime
| full_title = His Eminence The Lord General Xyz Abc, Inquisitor Prime of the Winter Court, Master of the Queen's Honorguard
| territory = The Frostglade
| seat_of_power = Ruinspire
| status = Alive
| species = Ayldarzi
| gender = Male
| orientation = Pansexual
| nationality = Ayldarzi
| loyalties = House Vaeari
| birthplace = Ilina
| birthdate = June 14th, 1492
| during = The Age of Shifting Leaves
| partner(s) = Vael
| residences = Quellspirit Manor
| role = Enchanter
| combat_class = Rogue
| specialty = Second Story Work
| magic_school = Enchantment
| affinities = Glamour, Memory-Weave
| notable_feats = Veilstep; Oathbinding sigils
| formal_prep = Juniper Ridge Preparatory
| formal_scholastic = University of Fulgram
| formal_martial = Rischarch Academy
| formal_arcane = Arcane College of Ilina
| formal_religious = Seminary School of Durenal
| informal = Self-taught
| fluent_in = Sylvan
| semi_fluent_in = French
}}
  1. Infobox Character — Quick Instructions

    • Leave any field blank if it isn’t relevant. Empty rows are hidden automatically.
    • Parameter names are case-sensitive. Use the names shown in the Usage block exactly.
    • Images: use the file name only (no File: prefix). Example: Example.jpg.
    • Lists: separate items with commas. Example: Glamour, Memory-Weave.
    • Dates: keep a consistent format across pages. (ie date format 5/26/5274
    • Titles: use the most specific fields you need (e.g., formal_titles, full_title). It’s fine to leave the others blank.
    • After editing the template, you may need to purge the page cache to see changes (add ?action=purge to the URL or refresh twice).

    Full Usage (copy to a character page and fill as needed):

    {{Infobox character
    | image = 
    | caption = 
    
    | aliases = 
    | nicknames = 
    | standard_titles = 
    | formal_titles = 
    | full_title = 
    | territory = 
    | seat_of_power = 
    | residences = 
    
    | status = 
    | species = 
    | Nationality = 
    | gender = 
    | orientation = 
    | loyalties = 
    | partners = 
    
    | birthplace = 
    | birthdate = 
    | during = 
    | deathdate = 
    | age_at_death = 
    | death_circumstances = 
    
    | role = 
    | combat_class = 
    | specialty = 
    
    | magic_school = 
    | affinities = 
    | notable_feats = 
    
    | formal_prep = 
    | formal_scholastic = 
    | formal_martial = 
    | formal_arcane = 
    | formal_religious = 
    | informal = 
    
    | fluent_in = 
    | semi_fluent_in = 
    }}