Thanks for using our site!

If you're looking to become an editor, please read the Becoming an Editor section carefully.

Template:InfoboxRuneFactory4: Difference between revisions

From ranchstory
Jump to navigationJump to search
imported>Kiwibasket
mNo edit summary
imported>Kiwibasket
mNo edit summary
Line 1: Line 1:
<noinclude>[[Category:Templates]]</noinclude>
{| border="0" style="hidden;float:right;border-collapse:collapse;width:20em;font-size:95%;margin:10px 0px 10px 10px" cellpadding="5" cellspacing="0"  
{| border="0" style="hidden;float:right;border-collapse:collapse;width:20em;font-size:95%;margin:10px 0px 10px 10px" cellpadding="5" cellspacing="0"  
| colspan="2" align="center" style="border-style: solid; border-color:#C0C0C0; border-width: 1px 1px 0px 1px" valign="top" | <span style="font-size:125%;">{{#if: {{{CHARANAME1|}}}{{{CHARANAME2|}}} |  [[File:Header_iconmini_RF4_{{{CHARANAME1}}}.png]] '''''{{{CHARANAME}}}''''' [[File:Header_iconmini_RF4_{{{CHARANAME2}}}.png]] | {{#if: {{{ICONNO|}}} | | [[File:Header_iconmini_RF4_{{{CHARANAMESIMP}}}.png]] }} '''''{{{CHARANAME}}}''''' }}</span>
| colspan="2" align="center" style="border-style: solid; border-color:#C0C0C0; border-width: 1px 1px 0px 1px" valign="top" | <span style="font-size:125%;">{{#if: {{{CHARANAME1|}}}{{{CHARANAME2|}}} |  [[File:Header_iconmini_RF4_{{{CHARANAME1}}}.png]] '''''{{{CHARANAME}}}''''' [[File:Header_iconmini_RF4_{{{CHARANAME2}}}.png]] | {{#if: {{{ICONNO|}}} | | [[File:Header_iconmini_RF4_{{{CHARANAMESIMP}}}.png]] }} '''''{{{CHARANAME}}}''''' }}</span>
Line 116: Line 115:


...with variables using 1 referring to the first character, and variables using 2 referring to the second character.</noinclude>
...with variables using 1 referring to the first character, and variables using 2 referring to the second character.</noinclude>
<noinclude>[[Category:Templates]]</noinclude>

Revision as of 17:03, 5 December 2020

[[File:Header_iconmini_RF4_{{{CHARANAMESIMP}}}.png]] {{{CHARANAME}}}
This page is about {{{CHARANAMESIMP}}} from Rune Factory 4. For other uses, see [[{{{CHARANAMESIMP}}}_(disambiguation)|{{{CHARANAMESIMP}}} (disambiguation)]].
[[Image:Ch_{{{CHARANAMESIMP}}}_(Rune_Factory_4).png|center|noframe|250x250px|{{{CHARANAMESIMP}}}'s Photo]]
Japanese Name: {{{CHARAJPNNAME}}}
Voiced By: Japan {{{JPNVOICEACTORNAME}}}
North America {{{ENGVOICEACTORNAME}}}
Residence: {{{RESIDENCENAME}}}

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.