Template:Infobox family: Difference between revisions

From KB Lexicon
m (Protected "Template:Infobox family" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 13: Line 13:
! class="infobox-label" | Motto
! class="infobox-label" | Motto
| class="infobox-data" | <span class="val">{{{motto|}}}</span>
| class="infobox-data" | <span class="val">{{{motto|}}}</span>
|-
|-
! class="infobox-label" | Social Class
! class="infobox-label" | Social Class
| class="infobox-data" | <span class="val">{{{social_class|}}}</span>
| class="infobox-data" | <span class="val">{{{social_class|}}}</span>
|-
|-
! class="infobox-label" | Established
! class="infobox-label" | Established
| class="infobox-data" | <span class="val">{{{established|}}}</span>
| class="infobox-data" | <span class="val">{{{established|}}}</span>
|-
|-
! class="infobox-label" | Blood Type
! class="infobox-label" | Blood Type
| class="infobox-data" | <span class="val">{{{blood type|}}}</span>
| class="infobox-data" | <span class="val">
{{{blood_type
  |{{{blood type
    |{{{bloodtype|}}}
  }}}
}}}
</span>
 
|-
|-
! class="infobox-label" | Residence
! class="infobox-label" | Residence
| class="infobox-data" | <span class="val">{{{residence|}}}</span>
| class="infobox-data" | <span class="val">{{{residence|}}}</span>
|-
|-
! class="infobox-label" | Head of Family
! class="infobox-label" | Head of Family
| class="infobox-data" | <span class="val">{{{head of family|}}}</span>
| class="infobox-data" | <span class="val">
{{{head_of_family
  |{{{head of family|}}}
}}}
</span>
 
|-
|-
! class="infobox-label" | Archetype
! class="infobox-label" | Archetype
| class="infobox-data" | <span class="val">{{{archetype|}}}</span>
| class="infobox-data" | <span class="val">{{{archetype|}}}</span>
|-
|-
! class="infobox-label" | Family Owner(s)
! class="infobox-label" | Family Owner(s)
| class="infobox-data" | <span class="val">{{{family owners|}}}</span>
| class="infobox-data" | <span class="val">
{{{family_owners
  |{{{family owners
    |{{{family owner(s)|}}}
  }}}
}}}
</span>
 
|}
|}
</div>
</div>
<noinclude>
<noinclude>
Usage:
Usage:
<pre>
<pre>
{{Infobox family
{{Infobox family
| name         = Example Family
| name           = Example Family
| image       = Example.png
| image         = Example.png
| motto       = "We hoard secrets like wine"
| image_alt      = Coat of arms of the Example family
| social_class = Pureblood elite
| caption        = The Example family crest
| established = 1472
| motto         = "We hoard secrets like wine"
| bloodtype    = AB-
| social_class   = Pureblood elite
| residence   = Norfolk estate
| established   = 1472
| head of family = [[Name]]
| blood_type    = AB-
| archetype   = Patriarchal, cunning, old money
| residence     = Norfolk estate
| family owner(s) = Player Name
| head_of_family = [[Name Example]]
| archetype     = Patriarchal, cunning, old money
| family_owners  = Player Name
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 22:44, 29 November 2025

Infobox family

[[File:|frameless|260px|center|alt=]]

Motto
Social Class
Established
Blood Type


Residence
Head of Family


Archetype
Family Owner(s)



Usage:

{{Infobox family
| name           = Example Family
| image          = Example.png
| image_alt      = Coat of arms of the Example family
| caption        = The Example family crest
| motto          = "We hoard secrets like wine"
| social_class   = Pureblood elite
| established    = 1472
| blood_type     = AB-
| residence      = Norfolk estate
| head_of_family = [[Name Example]]
| archetype      = Patriarchal, cunning, old money
| family_owners  = Player Name
}}