Template:Character infobox: Difference between revisions
Template page
More actions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
<templatestyles src="Template:Character_infobox/styles.css" /> | <templatestyles src="Template:Character_infobox/styles.css" /> | ||
<div class="infobox-div"> | |||
<div class="infobox-div-title">{{{name|{{PAGENAME}}}}}</div> | |||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
<div class="infobox-div-image"> | |||
[[File:{{{image}}}|288px]] | |||
{{#if: {{{caption|}}} | | |||
{{#if: {{{caption|}}} | | <div class="infobox-div-caption">{{{caption}}}</div> | ||
}} | |||
</div> | |||
}} | }} | ||
<div class="infobox-div-header">General Information</div> | |||
{{#if: {{{race|}}} | | {{#if: {{{race|}}} | | ||
<div class="infobox-div-row"> | |||
<div class="infobox-div-label">Race</div> | |||
<div class="infobox-div-data">{{{race}}}</div> | |||
</div> | |||
}} | }} | ||
{{#if: {{{affiliation|}}} | | {{#if: {{{affiliation|}}} | | ||
<div class="infobox-div-row"> | |||
<div class="infobox-div-label">Affiliation</div> | |||
<div class="infobox-div-data">{{{affiliation}}}</div> | |||
</div> | |||
}} | }} | ||
|} | {{#if: {{{weapon|}}} | | ||
<noinclude> | <div class="infobox-div-row"> | ||
<div class="infobox-div-label">Weapon</div> | |||
<div class="infobox-div-data">{{{weapon}}}</div> | |||
</div> | |||
}} | |||
</div><noinclude> | |||
{{documentation}} | {{documentation}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"name": { "label": "Name", "description": "The full name of the character or race.", "type": "line" }, | |||
"image": { "label": "Image", "description": "Filename of an image, e.g., Character.jpg.", "type": "wiki-file-name" }, | |||
"caption": { "label": "Image Caption", "description": "A brief description to display under the image.", "type": "string" }, | |||
"race": { "label": "Race", "description": "The character's race.", "type": "line" }, | |||
"affiliation": { "label": "Affiliation", "description": "Groups or factions.", "type": "line" }, | |||
"weapon": { "label": "Weapon", "description": "Primary weapon of the character.", "type": "line" } | |||
}, | |||
"description": "Creates a standard information box for characters or races.", | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 20:11, 12 June 2025
Character infobox
General Information
Template:Documentation <templatedata> {
"params": { "name": { "label": "Name", "description": "The full name of the character or race.", "type": "line" }, "image": { "label": "Image", "description": "Filename of an image, e.g., Character.jpg.", "type": "wiki-file-name" }, "caption": { "label": "Image Caption", "description": "A brief description to display under the image.", "type": "string" }, "race": { "label": "Race", "description": "The character's race.", "type": "line" }, "affiliation": { "label": "Affiliation", "description": "Groups or factions.", "type": "line" }, "weapon": { "label": "Weapon", "description": "Primary weapon of the character.", "type": "line" } }, "description": "Creates a standard information box for characters or races.", "format": "block"
} </templatedata>