Jump to content

Template:Infobox Character: Difference between revisions

From BarkWiki
Infobox created with infobox builder.
 
No edit summary
Line 1: Line 1:
<noinclude>
== Character Infobox Template Documentation ==
=== Usage ===
<nowiki>{{Template:Infobox Character
|title=
|image=
|species=
|attire=
|interests=
|personality=
}}</nowiki>
Or simply:
<nowiki>{{Template:Infobox Character
|title=Character Name
|image=Character image.jpg
|species=Human, Elf, etc.
|attire=Description of clothing
|interests=List of interests
|personality=Personality traits
}}</nowiki>
=== Parameters ===
; title
: '''Type:''' Text
: '''Default:''' {{PAGENAME}} (the page name)
: '''Description:''' The character's name displayed at the top of the infobox
; image
: '''Type:''' Image filename
: '''Description:''' Character portrait or image. Use format: <code>Filename.jpg</code>
: '''Note:''' Images are automatically resized to 300px width
; species
: '''Type:''' Text
: '''Description:''' The character's species or race
; attire
: '''Type:''' Text
: '''Description:''' Description of the character's typical clothing or appearance
; interests
: '''Type:''' Text or list
: '''Description:''' Hobbies, interests, or favorite activities of the character
; personality
: '''Type:''' Text
: '''Description:''' Key personality traits or characteristics
=== Examples ===
==== Basic Usage ====
<nowiki>{{Template:Infobox Character
|title=Example Character
|image=Example.png
|species=Human
|attire=Blue suit and tie
|interests=Reading, painting, music
|personality=Friendly, thoughtful, reserved
}}</nowiki>
==== Using Page Name ====
When placed on a character page, the <code>title</code> parameter can be omitted to automatically use the page name:
<nowiki>{{Template:Infobox Character
|image=Character.jpg
|species=Dwarf
|attire=Armor and battle axe
|interests=Mining, smithing, ale
|personality=Brave, loyal, gruff
}}</nowiki>
=== Categories ===
[[Category:Character infoboxes]]
</noinclude>
<infobox><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><header>Basic information</header><data source="species"><label>Species</label></data><data source="attire"><label>Attire</label></data><data source="interests"><label>Interests</label></data><data source="personality"><label>Personality:</label></data><data source="sexual"><label>Sexual</label></data></infobox>
<infobox><title source="title"><default>{{PAGENAME}}</default></title><image source="image"/><header>Basic information</header><data source="species"><label>Species</label></data><data source="attire"><label>Attire</label></data><data source="interests"><label>Interests</label></data><data source="personality"><label>Personality:</label></data><data source="sexual"><label>Sexual</label></data></infobox>

Revision as of 12:39, 20 July 2026

Character Infobox Template Documentation

Usage

{{Template:Infobox Character |title= |image= |species= |attire= |interests= |personality= }}

Or simply:

{{Template:Infobox Character |title=Character Name |image=Character image.jpg |species=Human, Elf, etc. |attire=Description of clothing |interests=List of interests |personality=Personality traits }}

Parameters

title
Type: Text
Default: Infobox Character (the page name)
Description: The character's name displayed at the top of the infobox
image
Type: Image filename
Description: Character portrait or image. Use format: Filename.jpg
Note: Images are automatically resized to 300px width
species
Type: Text
Description: The character's species or race
attire
Type: Text
Description: Description of the character's typical clothing or appearance
interests
Type: Text or list
Description: Hobbies, interests, or favorite activities of the character
personality
Type: Text
Description: Key personality traits or characteristics

Examples

Basic Usage

{{Template:Infobox Character |title=Example Character |image=Example.png |species=Human |attire=Blue suit and tie |interests=Reading, painting, music |personality=Friendly, thoughtful, reserved }}

Using Page Name

When placed on a character page, the title parameter can be omitted to automatically use the page name:

{{Template:Infobox Character |image=Character.jpg |species=Dwarf |attire=Armor and battle axe |interests=Mining, smithing, ale |personality=Brave, loyal, gruff }}

Categories