|
Thanks for using our site! |
Template:InfoboxRuneFactory4: Difference between revisions
imported>Kiwibasket mNo edit summary |
imported>Kiwibasket No edit summary |
||
| Line 42: | Line 42: | ||
{{!}} style="border-style: solid; border-color:#C0C0C0; border-width: 0px 1px 1px 0px" valign="top" {{!}} {{{HATEGIFT2}}} | }} | {{!}} style="border-style: solid; border-color:#C0C0C0; border-width: 0px 1px 1px 0px" valign="top" {{!}} {{{HATEGIFT2}}} | }} | ||
|} | |} | ||
<noinclude>==Documentation== | |||
This template is for character infoboxes in [[Rune Factory 4]]. | |||
When calling this template, use the following code: | |||
<pre>{{InfoboxRuneFactory4 | | |||
CHARANAME= NAME | | |||
CHARANAMESIMP= NAME | | |||
CHARAJPNNAME= NAME | | |||
JPNVOICEACTORNAME= JPNVA | | |||
ENGVOICEACTORNAME= ENGVA | | |||
BIRTHDAYDATE= BDAY | | |||
RESIDENCENAME= RES | | |||
FAMILYMEMBERS= FAM | | |||
NBRGIFTS= Gifts | | |||
FAVGIFTS= GIFTS | | |||
NBRHATES= Gifts | | |||
HATEGIFT= HATE | |||
}} | |||
</pre> | |||
<code>CHARANAME</code>: Character name. | |||
<code>CHARANAMESIMP</code>: Simplified character name. Used for other instances where the name shows up, as well as image urls. | |||
<code>CHARAJPNNAME</code>: Character's japanese name. Formatted <code>Kana (Romaji)</code>. | |||
<code>JPNVOICEACTORNAME</code>: Japanese voice actor. Formatted <code>Kana (Romaji)</code>. Kana is family name first, given name second. Romaji is given name first, family name second. | |||
<code>ENGVOICEACTORNAME</code>: English voice actor. | |||
<code>BIRTHDAYDATE</code>: Character's birthday. Formatted <code>Season Day</code>. | |||
<code>RESIDENCENAME</code>: Character's residence. | |||
<code>FAMILYMEMBERS</code>: Character's family members. Formatted <code>Name (relationship)</code>. | |||
<code>NBRGIFTS</code>: Whether the character has one or multiple favorite gifts. Either <code>Gift</code> or <code>Gifts</code>. | |||
<code>FAVGIFTS</code>: Favorite gifts. | |||
<code>NBRHATES</code>: Whether the character has one or multiple hated gifts. Either <code>Gift</code> or <code>Gifts</code>. | |||
<code>HATEGIFT</code>: Hated gifts. | |||
===Multiple Character Variables === | |||
For pages with two characters, use the following code instead: | |||
<pre>{{InfoboxRuneFactory4 | | |||
CHARANAME= NAME | | |||
CHARANAMESIMP= NAME | | |||
CHARANAME1= NAME1 | | |||
CHARANAME2= NAME2 | | |||
CHARAJPNNAME= NAME | | |||
JPNVOICEACTOR1= JPNVA1 | | |||
ENGVOICEACTOR1= ENGVA1 | | |||
JPNVOICEACTOR2= JPNVA2 | | |||
ENGVOICEACTOR2= ENGVA2 | | |||
BIRTHDAYDATE= BDAY | | |||
RESIDENCENAME= RES | | |||
FAMILYMEMBERS= FAM | | |||
NBRGIFTS1=Gifts | | |||
FAVGIFTS1= GIFTS1 | | |||
NBRGIFTS2=Gifts | | |||
FAVGIFTS2= GIFTS2 | | |||
NBRHATES1= Gifts | | |||
HATEGIFT1= HATE1 | | |||
NBRHATES2= Gifts | | |||
HATEGIFT2= HATE2 | |||
}} | |||
</pre> | |||
...with variables using 1 referring to the first character, and variables using 2 referring to the second character. | |||
</noinclude> | |||
Revision as of 13:24, 5 December 2020
Documentation
This template is for character infoboxes in Rune Factory 4.
When calling this template, use the following code:
{{InfoboxRuneFactory4 |
CHARANAME= NAME |
CHARANAMESIMP= NAME |
CHARAJPNNAME= NAME |
JPNVOICEACTORNAME= JPNVA |
ENGVOICEACTORNAME= ENGVA |
BIRTHDAYDATE= BDAY |
RESIDENCENAME= RES |
FAMILYMEMBERS= FAM |
NBRGIFTS= Gifts |
FAVGIFTS= GIFTS |
NBRHATES= Gifts |
HATEGIFT= HATE
}}
CHARANAME: Character name.
CHARANAMESIMP: Simplified character name. Used for other instances where the name shows up, as well as image urls.
CHARAJPNNAME: Character's japanese name. Formatted Kana (Romaji).
JPNVOICEACTORNAME: Japanese voice actor. Formatted Kana (Romaji). Kana is family name first, given name second. Romaji is given name first, family name second.
ENGVOICEACTORNAME: English voice actor.
BIRTHDAYDATE: Character's birthday. Formatted Season Day.
RESIDENCENAME: Character's residence.
FAMILYMEMBERS: Character's family members. Formatted Name (relationship).
NBRGIFTS: Whether the character has one or multiple favorite gifts. Either Gift or Gifts.
FAVGIFTS: Favorite gifts.
NBRHATES: Whether the character has one or multiple hated gifts. Either Gift or Gifts.
HATEGIFT: Hated gifts.
Multiple Character Variables
For pages with two characters, use the following code instead:
{{InfoboxRuneFactory4 |
CHARANAME= NAME |
CHARANAMESIMP= NAME |
CHARANAME1= NAME1 |
CHARANAME2= NAME2 |
CHARAJPNNAME= NAME |
JPNVOICEACTOR1= JPNVA1 |
ENGVOICEACTOR1= ENGVA1 |
JPNVOICEACTOR2= JPNVA2 |
ENGVOICEACTOR2= ENGVA2 |
BIRTHDAYDATE= BDAY |
RESIDENCENAME= RES |
FAMILYMEMBERS= FAM |
NBRGIFTS1=Gifts |
FAVGIFTS1= GIFTS1 |
NBRGIFTS2=Gifts |
FAVGIFTS2= GIFTS2 |
NBRHATES1= Gifts |
HATEGIFT1= HATE1 |
NBRHATES2= Gifts |
HATEGIFT2= HATE2
}}
...with variables using 1 referring to the first character, and variables using 2 referring to the second character.