Template:Character Infobox: Difference between revisions
From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search
Naitomeatori (talk | contribs) |
Naitomeatori (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
{{Character Infobox | {{Character Infobox | ||
<!--| image = --> <!-- Upload your image on the left panel (Upload File), copy the name of the file, and paste it here with NO alterations. --> | <!--| image = --> <!-- Upload your image on the left panel (Upload File), copy the name of the file, and paste it here with NO alterations. --> | ||
| fullname = <!-- This is the character's full known name --> | |||
| alias = <!-- This is another name they are commonly known by for professional or other purposes --> | |||
| province = <!-- This is their origin province, or rather, the one they grew up in even if they weren't born there. --> | | province = <!-- This is their origin province, or rather, the one they grew up in even if they weren't born there. --> | ||
| home_city = <!-- This is their origin city, or rather, the one they grew up in even if they weren't born there. --> | | home_city = <!-- This is their origin city, or rather, the one they grew up in even if they weren't born there. --> | ||
Line 32: | Line 34: | ||
</noinclude> | </noinclude> | ||
<div class="infobox"> | |||
{| class=" | {| class ="picturebox" | ||
|- | |- | ||
| class="clearcell" colspan="4" | [[File:{{{image|Placeholder.png}}} | frameless | 300x388tpx]] | | class="clearcell" colspan="4" | [[File:{{{image|Placeholder.png}}} | frameless | 300x388tpx]] | ||
|- | |||
| class="accentrow" colspan="4" | {{{fullname}}} | |||
|- | |||
| class="accentrow" colspan="4" | {{{alias}}} | |||
|} | |||
{| class="databox" | |||
|- | |- | ||
| class="accentrow" colspan="4" | Basic Information | | class="accentrow" colspan="4" | Basic Information | ||
Line 76: | Line 86: | ||
| {{{children}}} | | {{{children}}} | ||
|} | |} | ||
</div> | |||
<!-- | <!-- | ||
<noinclude> | <noinclude> | ||
Line 83: | Line 93: | ||
"params": { | "params": { | ||
"image": {}, | "image": {}, | ||
"fullname": {}, | |||
"alias": {}, | |||
"province": {}, | "province": {}, | ||
"home_city": {}, | "home_city": {}, |
Revision as of 12:34, 13 May 2024
How to Use
- The table will automatically fill with whatever is to the right of the
=
for each line, and the cells with automatically adjust to fit the data. - Images can be included in table cells if necessary, but the code is not provided as this is not considered proper use.
- You do not have to erase the instructions when calling the template, it's hidden from view when published correctly.
- EXCEPTION: You must erase
<!--
and-->
on each side of| image =
if you have an image to attach, or the placeholder image will still show.
- EXCEPTION: You must erase
- For "Previous Partners," "Siblings," and "Children," use
<br>
between names to put them on their own lines.
{{Character Infobox <!--| image = --> <!-- Upload your image on the left panel (Upload File), copy the name of the file, and paste it here with NO alterations. --> | fullname = <!-- This is the character's full known name --> | alias = <!-- This is another name they are commonly known by for professional or other purposes --> | province = <!-- This is their origin province, or rather, the one they grew up in even if they weren't born there. --> | home_city = <!-- This is their origin city, or rather, the one they grew up in even if they weren't born there. --> | race = <!-- This is their general race, such as Duuema, Amaranthir, Talvin, etc. --> | gender = <!-- This is their gender, not their biological sex. One is relevant, the other is not. --> | profession = <!-- This is what they do for work, even if it's not... Legal. --> | title = <!-- This is their primary title, usually concerning their rank in their career. --> | clan = <!-- This is their primary clan, such as Mosswhisper, Kraginth, Old Way, etc. --> | rank = <!-- This is their rank within their clan, such as Patriarch, Lesser Noble, Peasant, etc. --> | father = <!-- This is the name of their father, either biological or an adoptive father. There may be multiple entries here, separated by <br>. --> | mother = <!-- This is the name of their mother, either biological or an adoptive mother. There may be multiple entries here, separated by <br>. --> | currpartner = <!-- This is the name of their current partner, either married or otherwise. There may be multiple entries here, separated by <br>. --> | prevpartner = <!-- This is the name of their previous partner, either married or otherwise. There may be multiple entries here, separated by <br>. --> | siblings = <!--This is the name of their siblings. There may be multiple entries here, separated by <br>. --> | children = <!--This is the name of their children. There may be multiple entries here, separated by <br>. --> }}
![]() | |||
{{{fullname}}} | |||
{{{alias}}} |
Basic Information | |||
Homeland | {{{province}}} | Home City | {{{home_city}}} |
---|---|---|---|
Race | {{{race}}} | Gender | {{{gender}}} |
Profession | {{{profession}}} | Title | {{{title}}} |
Family | |||
Clan | {{{clan}}} | Rank | {{{rank}}} |
Father | {{{father}}} | Current Partner | {{{currpartner}}} |
Mother | {{{mother}}} | Previous Partner(s) | {{{prevpartner}}} |
Siblings | {{{siblings}}} | Children | {{{children}}} |