Difference between revisions of "Template:Individuals"

Template page
m
Line 1: Line 1:
<includeonly>
<div class="infobox">
<div class="infobox">
{| width="315" align="right" cellpadding="3" cellspacing="0" style="border-radius:13px;margin-bottom: 0;
{| width="315" align="right" cellpadding="3" cellspacing="0" style="border-radius:13px;margin-bottom:0;padding-left:10px;"
{{#if: {{{image|}}}|
{{#if: {{{image|}}}|
{{!}} colspan="2" bgcolor={{{bgcolor_value|#222222; style="border-top-right-radius: 13px; border-top-left-radius: 13px; background: #f3f3f3 !important; color: #cccccc; font-size:smaller; text-align: center;padding: 10px;"}}} {{!}} {{{image}}} }}
{{!}} colspan="2" bgcolor={{{bgcolor_value|#222222; style="border-top-right-radius: 13px; border-top-left-radius: 13px; background: #f3f3f3 !important; color: #cccccc; font-size:smaller; text-align: center;padding: 10px;"}}} {{!}} {{{image}}} }}
Line 76: Line 75:
|}</div>
|}</div>
[[Category:Individuals]]
[[Category:Individuals]]
</includeonly>
<noinclude>
<noinclude>
==Individuals==
==Individuals==

Revision as of 07:34, 30 March 2021

{{{name}}}
Biographical information
Physical Description
Political Information

Individuals

An infobox for individuals.

{{Individuals
|name=
|image=
|homeworld=
|species=
|gender=
|birth=
|height=
|weight=
|hair=
|eyes=
|affiliation=
|posting=
|position=
|rank=
}}

Example

Old Lady Higgins
Biographical information
Homeworld

Starbase Kickass

Species

Human

Gender

Female

Date of Birth

Eternal

Physical Description
Height

1.65m

Hair Colour

Grey

Eye Colour

Hazel

Political Information
Affiliation

She's a strong independent woman

Posting

Starbase Kickass' only knitting shop

Position

Not old enough to give you a good smacking sonny

Rank

Grandma to all

The following code block produced the infobox to the right.

{{Individuals
|name=Old Lady Higgins
|image=
|homeworld=Starbase Kickass
|species=Human
|gender=Female
|birth=Eternal
|height=1.65m
|weight=
|hair=Grey
|eyes=Hazel
|affiliation=She's a strong independent woman
|posting=Starbase Kickass' only knitting shop
|position=Not old enough to give you a good smacking sonny
|rank=Grandma to all
}}