|
Thanks for using our site! |
Template:InfoboxRuneFactory4: Difference between revisions
imported>Kiwibasket No edit summary |
imported>Kiwibasket No edit summary |
||
| Line 86: | Line 86: | ||
<code>HATEGIFT</code>: Hated gifts. | <code>HATEGIFT</code>: Hated gifts. | ||
===Multiple Character | ===Removable Parameters=== | ||
The variables that can be removed are <code>BIRTHDAYDATE</code>, <code>FAMILYMEMBERS</code>, <code>NBRGIFTS</code>, <code>FAVGIFTS</code>, <code>NBRHATES</code>, and <code>HATEGIFT</code>. | |||
===Multiple Character Parameters === | |||
For pages with two characters, use the following code instead: | For pages with two characters, use the following code instead: | ||
<pre>{{InfoboxRuneFactory4 | | <pre>{{InfoboxRuneFactory4 | | ||
Revision as of 13:26, 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.
Removable Parameters
The variables that can be removed are BIRTHDAYDATE, FAMILYMEMBERS, NBRGIFTS, FAVGIFTS, NBRHATES, and HATEGIFT.
Multiple Character Parameters
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.