Line 1: |
Line 1: |
| <includeonly> | | <includeonly> |
| {|style="border:1px solid darkgray; border-top-left-radius:20px; border-bottom-left-radius:20px; max-width:1000px; width:100%" cellpadding="5px" | | {|style="border:1px solid darkgray; border-top-left-radius:20px; border-bottom-left-radius:20px; max-width:1000px; width:100%" cellpadding="5px" |
− | |style="width:250px; border-top-left-radius:20px; border-bottom-left-radius:20px; border: solid 3px #{{#switch: {{{type|}}}| wall= cc9966| floor= cc9999| desk= 9999cc| window= 99cccc| object= 66cc99| chest= cccc99| d3d3d3}}" align="center" rowspan=3|{{#if:{{{noimage|}}}| |{{#if: {{{image2|}}}|{{#tag:tabber|1=[[File:{{{image1|}}}|250px]] | + | |style="width:250px; border-top-left-radius:20px; border-bottom-left-radius:20px; border: solid 3px #{{#switch: {{{type|}}}| wall= cc9966| floor= cc9999| desk= 9999cc| window= 99cccc| object= 66cc99| chest= cccc99| d3d3d3}}" align="center" rowspan=3| |
| + | |
| + | {{#if: {{{picture|}}} or {{{reward|}}} or {{{card|}}} or {{{image1|}}}|{{#tag:tabber|Full=[[File:Furniture Full {{{ID|}}}.png|250px]] |
| + | {{#if: {{{picture|}}}|Picture=[[File:Furniture Picture {{{ID|}}}.png|250px]]|}} |
| + | {{!}}-{{!}} |
| + | {{#if: {{{reward|}}}|Reward=[[File:Furniture Reward {{{ID|}}}.png|250px]]|}} |
| + | {{!}}-{{!}} |
| + | {{#if: {{{card|}}}|Card=[[File:Furniture Card {{{ID|}}}.png|250px]]|}} |
| + | {{!}}-{{!}} |
| + | {{#if: {{{image1|}}}|1=[[File:{{{image1|}}}|250px]]|}} |
| {{!}}-{{!}} | | {{!}}-{{!}} |
| {{#if: {{{image2|}}}|2=[[File:{{{image2|}}}|250px]]|}} | | {{#if: {{{image2|}}}|2=[[File:{{{image2|}}}|250px]]|}} |
Line 12: |
Line 21: |
| {{!}}-{{!}} | | {{!}}-{{!}} |
| {{#if: {{{image6|}}}|6=[[File:{{{image6|}}}|250px]]|}} | | {{#if: {{{image6|}}}|6=[[File:{{{image6|}}}|250px]]|}} |
− | }}|[[File:{{{image1|Catbomb.png}}}|250px]]}} }} | + | }}|[[File:Furniture Full {{{ID|}}}.png|250px]]}} |
| + | |
| |style="color: black; border: solid 0px; background-color:#{{#switch: {{{type|}}}|wall=cc9966|floor= cc9999|desk= 9999cc|window= 99cccc|object= 66cc99|chest= cccc99|d3d3d3}}" align="center" colspan=3|{{{nameJP|?}}}<br>''{{{nameEN|?}}}'' | | |style="color: black; border: solid 0px; background-color:#{{#switch: {{{type|}}}|wall=cc9966|floor= cc9999|desk= 9999cc|window= 99cccc|object= 66cc99|chest= cccc99|d3d3d3}}" align="center" colspan=3|{{{nameJP|?}}}<br>''{{{nameEN|?}}}'' |
| |style="width:15%; color:black; border: solid 0px; background-color:#{{#switch: {{{type|}}}|wall=cc9966|floor= cc9999|desk= 9999cc|window= 99cccc|object= 66cc99|chest= cccc99|d3d3d3}}" align="center" colspan=3|Rarity:<br>{{#switch: {{{rarity|}}}|1=★☆☆☆☆☆☆|2= ★★☆☆☆☆☆|3= ★★★☆☆☆☆|4= ★★★★☆☆☆|5= ★★★★★☆☆|6= ★★★★★★☆|7= ★★★★★★★| ☆☆☆☆☆☆☆}} | | |style="width:15%; color:black; border: solid 0px; background-color:#{{#switch: {{{type|}}}|wall=cc9966|floor= cc9999|desk= 9999cc|window= 99cccc|object= 66cc99|chest= cccc99|d3d3d3}}" align="center" colspan=3|Rarity:<br>{{#switch: {{{rarity|}}}|1=★☆☆☆☆☆☆|2= ★★☆☆☆☆☆|3= ★★★☆☆☆☆|4= ★★★★☆☆☆|5= ★★★★★☆☆|6= ★★★★★★☆|7= ★★★★★★★| ☆☆☆☆☆☆☆}} |
Line 29: |
Line 39: |
| <pre> | | <pre> |
| {{FurnitureKai | | {{FurnitureKai |
| + | | ID= |
| | nameJP= | | | nameJP= |
| | nameEN= | | | nameEN= |
| | type= | | | type= |
− | | noimage= true | + | | picture= |
| + | | reward= |
| + | | card= |
| | image1= | | | image1= |
| | image2= | | | image2= |
Line 56: |
Line 69: |
| <pre> | | <pre> |
| {{FurnitureKai | | {{FurnitureKai |
| + | | ID= the furniture ID |
| | nameJP= Japanese name | | | nameJP= Japanese name |
| | nameEN= English name | | | nameEN= English name |
| | type= the type, being wall/floor/desk/window/object/chest (grey if empty) | | | type= the type, being wall/floor/desk/window/object/chest (grey if empty) |
− | | noimage= "true" if ha no image (optional, will hide any other image) | + | | picture= true (optional, if there is a clickable picture) |
− | | image1= the main image (incompatible with "noimage") | + | | reward= true (optional, if there is a reward asset) |
− | | image2= the 2nd image (optional) | + | | card= true (optional, if there is a card asset) |
− | | image3= the 3rd image (optional) | + | |
− | | image4= the 4th image (optional) | + | | image1= the 1st additional image (optional) |
− | | image5= the 5th image (optional) | + | | image2= the 2nd additional image (optional) |
− | | image6= the 6th image (optional) | + | | image3= the 3rd additional image (optional) |
| + | | image4= the 4th additional image (optional) |
| + | | image5= the 5th additional image (optional) |
| + | | image6= the 6th additional image (optional) |
| + | |
| | coin= the price (optional, 0=Free) | | | coin= the price (optional, 0=Free) |
| | discount= the discounted price (optional, incompatible with "fairy") | | | discount= the discounted price (optional, incompatible with "fairy") |
Line 84: |
Line 102: |
| | | |
| {{FurnitureKai | | {{FurnitureKai |
| + | | ID= 286 |
| | nameJP= Japanese name | | | nameJP= Japanese name |
| | nameEN= English name | | | nameEN= English name |
| | type= desk | | | type= desk |
− | | image1= Inexpensive wallpaper.png
| |
| | coin= 0 | | | coin= 0 |
| | rarity= 1 | | | rarity= 1 |
Line 97: |
Line 115: |
| | | |
| {{FurnitureKai | | {{FurnitureKai |
| + | | ID= 286 |
| | nameJP=「200万の感謝」掛け軸 | | | nameJP=「200万の感謝」掛け軸 |
| | nameEN= "2 Millon Thanks" Scroll | | | nameEN= "2 Millon Thanks" Scroll |
| | type= object | | | type= object |
| + | | picture= true |
| + | | reward= true |
| + | | card= true |
| | image1= Old_world_map.png | | | image1= Old_world_map.png |
| | image2= Nanodesu_scroll.png | | | image2= Nanodesu_scroll.png |