Template:Character Infobox: Difference between revisions

From Zyrkthraan Chronicles Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Last Updated|date=May 13, 2024}}


For "Previous Partners," "Siblings," and "Children," use <code><br></code> between names to put them on their own lines.  
== '''How to Use''' ==
<br>
* The table will automatically fill with whatever is to the right of the <code><nowiki>=</nowiki></code> for each line, and the cells with automatically adjust to fit the data. <br>
* Images can be included in table cells if necessary, but the code is not provided as this is not considered proper use. <br>
* You do not have to erase the instructions when calling the template, it's hidden from view when published correctly.<br>
** '''EXCEPTION''': You '''must''' erase <code><nowiki><!--</nowiki></code> and <code><nowiki>--></nowiki></code>on each side of <code><nowiki>| image =</nowiki></code>if you have an image to attach, or the placeholder image will still show.
* For "Previous Partners," "Siblings," and "Children," use <code><nowiki><br></nowiki></code> between names to put them on their own lines. <br>
<br>


<pre>
<pre>
{{Character Infobox
{{Character Infobox
| image =
<!--| image = --> <!-- Upload your image on the left panel (Upload File), copy the name of the file, and paste it here with NO alterations. -->
|imgcaption =
| fullname = <!-- This is the character's full known name -->
| province =  
| quote = <!-- a fun quote by them -->
| home_city =
| province = <!-- This is their origin province, or rather, the one they grew up in even if they weren't born there. -->
| race =  
| home_city = <!-- This is their origin city, or rather, the one they grew up in even if they weren't born there. -->
| gender =
| heritage = <!-- This is their general culture, such as Duuema, Amaranthir, Talvin, etc. -->
| profession =
| gender = <!-- This is their gender, not their biological sex. One is relevant, the other is not. -->
| title =  
| profession = <!-- This is what they do for work, even if it's not... Legal. -->
| clan =
| title = <!-- This is their primary title, usually concerning their rank in their career. -->
| rank =
| culture = <!-- This is their primary clan, such as Mosswhisper, Kraginth, Old Way, etc. -->
| father =
| rank = <!-- This is their rank within their clan, such as Patriarch, Lesser Noble, Peasant, etc. -->
| mother =
| father = <!-- This is the name of their father, either biological or an adoptive father. There may be multiple entries here, separated by <br>. -->
| currpartner =
| mother = <!-- This is the name of their mother, either biological or an adoptive mother. There may be multiple entries here, separated by <br>. -->
| prevpartner =
| currpartner = <!-- This is the name of their current partner, either married or otherwise. There may be multiple entries here, separated by <br>. -->
| siblings =  
| prevpartner = <!-- This is the name of their previous partner, either married or otherwise. There may be multiple entries here, separated by <br>. -->
| children =
| 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>. -->
}}
}}
</pre>
</pre>
Line 26: Line 35:
</noinclude>
</noinclude>


<div class="infobox">
{| class ="picturebox"
|-
| class="clearcell" colspan="4" | [[File:{{{image|Placeholder.png}}} | frameless | 300x388tpx]]
|-
| class="accentrow" colspan="4" | {{{fullname}}}
|-
| colspan="4" style="font-style: italic; text-align:center"| {{{quote}}}
|}
{| class="databox"


{| class="wikitable"
|-
| class="clearcell" colspan="4" style="text-align: center" | [[File:{{{image}}} | frameless | 300x388tpx]]
|-  
|-  
| class="accentrow" colspan="4" | Basic Information
| class="accentrow" colspan="4" | Basic Information
|-  
|-  
! Homeland  
! class="tableheading" width="25%" | Homeland  
| {{{province}}}  
| class="tabledata" width="25%" | {{{province}}}  
! Home City  
! class="tableheading" width="25%" | Home City  
| {{{home_city}}}
| class="tabledata" width="25%" | {{{home_city}}}
|-
|-
! Race
! class="tableheading" width="25%" | Heritage
| {{{race}}}  
| class="tabledata" width="25%" | {{{heritage}}}  
! Gender
! class="tableheading" width="25%" | Gender
| {{{gender}}}
| class="tabledata" width="25%" | {{{gender}}}
|-
|-
! Profession  
! class="tableheading" width="25%" | Profession  
| {{{profession}}}  
| class="tabledata" width="25%" | {{{profession}}}  
! Title
! class="tableheading" width="25%" | Title
| {{{title}}}
| class="tabledata" width="25%" | {{{title}}}
|-  
|-  
| class="accentrow" colspan="4" | Family
| class="accentrow" colspan="4" | Family
|-  
|-  
! Clan
! class="tableheading" width="25%" | Culture
| {{{clan}}}  
| class="tabledata" width="25%" | {{{culture}}}  
! Rank  
! class="tableheading" width="25%" | Rank  
| {{{rank}}}
| class="tabledata" width="25%" | {{{rank}}}
|-
|-
! Father  
! class="tableheading" width="25%" | Father  
| {{{father}}}  
| class="tabledata" width="25%" | {{{father}}}  
! Current Partner  
! class="tableheading" width="25%" | Current Partner  
| {{{currpartner}}}  
| class="tabledata" width="25%" | {{{currpartner}}}  
|-  
|-  
! Mother  
! class="tableheading" width="25%" | Mother  
| {{{mother}}}
| class="tabledata" width="25%" | {{{mother}}}
! Previous Partner(s)  
! class="tableheading" width="25%" | Previous Partner(s)  
| {{{prevpartner}}}
| class="tabledata" width="25%" | {{{prevpartner}}}
|-
|-
! Siblings  
! class="tableheading" width="25%" | Siblings  
| {{{siblings}}}
| {class="tabledata" width="25%" | {{{siblings}}}
! Children  
! class="tableheading" width="25%" | Children  
| {{{children}}}
| class="tabledata" width="25%" | {{{children}}}
|}
|}
 
</div>
 
<!--
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 77: Line 94:
"params": {
"params": {
"image": {},
"image": {},
        "fullname": {},
"alias": {},
"province": {},
"province": {},
"home_city": {},
"home_city": {},
"race": {},
"culture": {},
"gender": {},
"gender": {},
"profession": {},
"profession": {},
Line 91: Line 110:
"prevpartner": {},
"prevpartner": {},
"children": {}
"children": {}
}
},
"description": "This is the template for information boxes used on character pages."
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>
-->
<noinclude>[[Category:Template]]</noinclude>

Latest revision as of 13:26, 27 October 2024


This page was last updated on: May 13, 2024.
Please ensure you are following the most recent edition.



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.
  • 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 -->
| quote = <!-- a fun quote by them -->
| 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. -->
| heritage = <!-- This is their general culture, 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. -->
| culture = <!-- 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>. -->
}}


300x388tpx
{{{fullname}}}
{{{quote}}}
Basic Information
Homeland {{{province}}} Home City {{{home_city}}}
Heritage {{{heritage}}} Gender {{{gender}}}
Profession {{{profession}}} Title {{{title}}}
Family
Culture {{{culture}}} Rank {{{rank}}}
Father {{{father}}} Current Partner {{{currpartner}}}
Mother {{{mother}}} Previous Partner(s) {{{prevpartner}}}
Siblings {{{siblings}}} Children {{{children}}}