Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly><table class="infobox" style="width:270px; border:1px solid #aaa; background:#f9f9f9; padding:5px; font-size:90%; text-align:left;"> <tr> <th colspan="2" style="text-align:center; font-size:125%; background:#ccc; padding:8px;">{{{title1|{{PAGENAME}}}}}</th> </tr> {{#if:{{{image1|}}}|<tr> <td colspan="2" style="text-align:center; padding:8px;">{{{image1}}}</td> </tr>}} {{#if:{{{weapon|}}}|<tr> <th style="width:35%; background:#ddd; padding:4px;">Weapon</th> <...") |
No edit summary |
||
| Line 37: | Line 37: | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Character | ||
|title1 = Character Name | |title1 = Character Name | ||
|image1 = [[File:Example.png|250px]] | |image1 = [[File:Example.png|250px]] | ||
Revision as of 18:32, 4 February 2026
Usage
{{Infobox Character
|title1 = Character Name
|image1 = [[File:Example.png|250px]]
|weapon = Sword
|equipment = Shield, Helmet
|energy_source = Mana
|affiliation = Kingdom of Example
|aka = The Hero, Champion
|gender = Male
|va = John Smith
}}
Parameters
| Parameter | Description |
|---|---|
title1 |
Character name (defaults to page name if omitted) |
image1 |
Character image (use [[File:Name.png|250px]])
|
weapon |
Primary weapon |
equipment |
Equipment/tools used |
energy_source |
Power/energy mechanism |
affiliation |
Character affiliations |
aka |
Aliases/alternative names |
gender |
Character's gender |
va |
Voice actor |
All parameters are optional. Empty parameters won't display.