Template:Infobox character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><infobox> | <includeonly><infobox layout="stacked"> | ||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
| Line 55: | Line 55: | ||
</data> | </data> | ||
</group> | </group> | ||
</infobox></includeonly><noinclude>[[Category:Infobox_templates]] | </infobox></includeonly> | ||
<noinclude> | |||
== Copyable Code == | |||
<pre> | |||
{{Infobox_character | |||
|realName= | |||
|nicknames= | |||
|species= | |||
|pronouns= | |||
|timeline= | |||
|status= | |||
|placeOfOrigin= | |||
|currentResidence= | |||
|romanticInterests= | |||
|family= | |||
|occupations= | |||
|regions= | |||
|factions= | |||
}} | |||
</pre> | |||
== Examples/Valid Options == | |||
<pre> | |||
{{Infobox_character | |||
|realName=Macadier Maldore | |||
|nicknames= | |||
* Maccy | |||
* Miccy Maldoricle | |||
|species=Human | |||
|pronouns=He/Him | |||
|timeline= | |||
* Born: 860 AJ - 870 AJ | |||
* Death: 911 AJ | |||
|status=Deceased | |||
|placeOfOrigin=[[Ylga]] | |||
|family= | |||
* Bridget Maldore <small>Daughter</small> | |||
* Maeth Olahorn <small>Granddaughter</small> | |||
|occupations=Archon • Archmage | |||
|regions=[[Felanah]] | |||
|factions=[[Nieseat]] | |||
}} | |||
</pre> | |||
[[Category:Infobox_templates]] | |||
</noinclude> | |||
Latest revision as of 07:54, 24 February 2025
Copyable Code
{{Infobox_character
|realName=
|nicknames=
|species=
|pronouns=
|timeline=
|status=
|placeOfOrigin=
|currentResidence=
|romanticInterests=
|family=
|occupations=
|regions=
|factions=
}}
Examples/Valid Options
{{Infobox_character
|realName=Macadier Maldore
|nicknames=
* Maccy
* Miccy Maldoricle
|species=Human
|pronouns=He/Him
|timeline=
* Born: 860 AJ - 870 AJ
* Death: 911 AJ
|status=Deceased
|placeOfOrigin=[[Ylga]]
|family=
* Bridget Maldore <small>Daughter</small>
* Maeth Olahorn <small>Granddaughter</small>
|occupations=Archon • Archmage
|regions=[[Felanah]]
|factions=[[Nieseat]]
}}