Template:Responsive Character Infobox: Difference between revisions

From Holocron - Star Wars Combine
Jump to navigation Jump to search
Alani Myrtel (talk | contribs)
No edit summary
Alani Myrtel (talk | contribs)
Usage: removed clutter
Line 148: Line 148:
<pre>
<pre>
{{Template:Responsive Character Infobox
{{Template:Responsive Character Infobox
| background-color = optional, this defaults to '#001f33'. This is the color seen behind the data rows.
| background-color = This defaults to '#001f33'. This is the color seen behind the data rows.
| border-color = optional, this defaults to 'grey'. This is the color of the surrounding border of the infobox.
| border-color = This defaults to 'grey'. This is the color of the surrounding border of the infobox.
| accent-color = optional, this defaults to '#21314c'. This is the color seen behind the header rows.
| accent-color = This defaults to '#21314c'. This is the color seen behind the header rows.
| name = required
| name = required
| image = required
| image = required
| race = required
| race = required
| homeworld = optional
| homeworld =  
| clan = optional
| clan =  
| house = optional
| house =  
| mother = optional
| mother =  
| father = optional
| father =  
| marital status = optional
| marital status =  
| spouse = optional
| spouse =  
| partner = optional
| partner =  
| siblings = optional
| siblings =  
| children = optional
| children =  
| born = optional
| born =  
| died = optional
| died =  
| languages = optional
| languages =  
| religion = optional
| religion =  
| quote = optional
| quote =  
| gender = required
| gender = required
| height = optional
| height =  
| weight = optional
| weight =  
| coloring = optional
| coloring =  
| hair color = optional
| hair color =  
| eye color = optional
| eye color =  
| affiliation = required
| affiliation = required
| title = optional
| title =  
| rank = optional
| rank =  
| positions = optional
| positions =  
| prior affiliation = optional
| prior affiliation =  
| awards = optional
| awards =  
| signature = optional. This field is for signature images. The image should ideally be no wider than 220 pixels.  
| signature = This field is for signature images. The image should ideally be no wider than 220 pixels.  
}}
}}
</pre>
</pre>

Revision as of 20:22, 12 August 2023

Usage

This template is an customization of Template:Infobox Character, aimed to provide a responsive counterpart to the original infobox. This infobox is meant to be used with the Responsive Character Page template, but can also be used in standalone tables, flexboxes, or grids. Just be aware that this template takes on 100% of the width of the box you put it in!

Custom colors can be provided either in their HTML names (e.g. 'red'), in HEX-notation (e.g. '#FF0000'), via the rgb(r, g, b) function, or via the rgba(r, g, b, a) function.

{{Template:Responsive Character Infobox
| background-color = This defaults to '#001f33'. This is the color seen behind the data rows.
| border-color = This defaults to 'grey'. This is the color of the surrounding border of the infobox.
| accent-color = This defaults to '#21314c'. This is the color seen behind the header rows.
| name = required
| image = required
| race = required
| homeworld = 
| clan = 
| house = 
| mother = 
| father = 
| marital status = 
| spouse = 
| partner = 
| siblings = 
| children = 
| born = 
| died = 
| languages = 
| religion = 
| quote = 
| gender = required
| height = 
| weight = 
| coloring = 
| hair color = 
| eye color = 
| affiliation = required
| title = 
| rank = 
| positions = 
| prior affiliation = 
| awards = 
| signature = This field is for signature images. The image should ideally be no wider than 220 pixels. 
}}

Examples

Default

{{{name}}}
{{{image}}}
Biographical Information
Race {{{race}}}
Physical Description
Gender {{{gender}}}
Political Information
Affiliation {{{affiliation}}}
 
 
{{Template:Responsive Character Infobox}}


Custom colors A

{{{name}}}
{{{image}}}
Biographical Information
Race {{{race}}}
Physical Description
Gender {{{gender}}}
Political Information
Affiliation {{{affiliation}}}
 
 
{{Template:Responsive Character Infobox
| background-color = #101010
| border-color = #000000
| accent-color = #202020
}}


Custom colors B

{{{name}}}
{{{image}}}
Biographical Information
Race {{{race}}}
Physical Description
Gender {{{gender}}}
Political Information
Affiliation {{{affiliation}}}
 
 

By the Force, please do not use these colors.

{{Template:Responsive Character Infobox
| background-color = limegreen
| border-color = red
| accent-color = magenta
}}