- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Template:FurnitureKai"
Jump to navigation
Jump to search
Jigaraphale (talk | contribs) m |
Jigaraphale (talk | contribs) |
||
(28 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>{{#vardefine:furnType|{{#switch:{{{type|}}}|wall=1|floor=2|desk=3|window=4|object=5|chest=6|7}}}} |
− | { | + | {|class="f1 fbc" cellpadding="5px" |
− | | | + | |- |
+ | | class="f2 fbc f00{{#var:furnType}}" rowspan=4| | ||
+ | {{#if: {{{picture|}}} {{{animated|}}} {{{reward|}}} {{{card|}}} {{{image1|}}}|{{#tag:tabber|Full=[[File:Furniture Full {{{ID|}}}.png|250px]] | ||
{{!}}-{{!}} | {{!}}-{{!}} | ||
− | {{#if: {{{ | + | {{#if: {{{picture|}}}|Picture=[[File:Furniture Picture {{{ID|}}}.png|250px]]|}} |
{{!}}-{{!}} | {{!}}-{{!}} | ||
− | {{#if: {{{ | + | {{#if: {{{animated|}}}|Animation=[[File:Furniture Animated {{{ID|}}}.gif|250px]]|}} |
{{!}}-{{!}} | {{!}}-{{!}} | ||
− | {{#if: {{{ | + | {{#if: {{{reward|}}}|Reward=[[File:Furniture Reward {{{ID|}}}.png|250px]]|}} |
{{!}}-{{!}} | {{!}}-{{!}} | ||
− | {{#if: {{{ | + | {{#if: {{{card|}}}|Card=[[File:Furniture Card {{{ID|}}}.png|250px]]|}} |
{{!}}-{{!}} | {{!}}-{{!}} | ||
− | {{#if: {{{ | + | {{#if: {{{image1|}}}|1=[[File:{{{image1|}}}|250px]]|}} |
− | }}|[[File:{{{ | + | {{!}}-{{!}} |
− | | | + | {{#if: {{{image2|}}}|2=[[File:{{{image2|}}}|250px]]|}} |
− | | | + | {{!}}-{{!}} |
+ | {{#if: {{{image3|}}}|3=[[File:{{{image3|}}}|250px]]|}} | ||
+ | {{!}}-{{!}} | ||
+ | {{#if: {{{image4|}}}|4=[[File:{{{image4|}}}|250px]]|}} | ||
+ | {{!}}-{{!}} | ||
+ | {{#if: {{{image5|}}}|5=[[File:{{{image5|}}}|250px]]|}} | ||
+ | {{!}}-{{!}} | ||
+ | {{#if: {{{image6|}}}|6=[[File:{{{image6|}}}|250px]]|}} | ||
+ | {{!}}-{{!}} | ||
+ | {{#if: {{{image7|}}}|7=[[File:{{{image7|}}}|250px]]|}} | ||
+ | {{!}}-{{!}} | ||
+ | {{#if: {{{image8|}}}|8=[[File:{{{image8|}}}|250px]]|}} | ||
+ | }}|[[File:Furniture Full {{{ID|}}}.png|250px]]}} | ||
+ | |class="f3 f0{{#var:furnType}}" colspan=2|ID: {{{ID|}}} | ||
+ | |||
+ | |class="f3 f0{{#var:furnType}}" colspan=2 rowspan=2|{{{nameJP|?}}}<br>''{{{nameEN|?}}}'' | ||
+ | |||
+ | |class="f3 f4 f0{{#var:furnType}}" colspan=3 rowspan=2|Rarity:<br>{{#switch: {{{rarity|}}}|1=★☆☆☆☆☆☆|2= ★★☆☆☆☆☆|3= ★★★☆☆☆☆|4= ★★★★☆☆☆|5= ★★★★★☆☆|6= ★★★★★★☆|7= ★★★★★★★| ☆☆☆☆☆☆☆}} | ||
+ | |- | ||
+ | |class="f3 f0{{#var:furnType}}" colspan=2|Price: | ||
|- | |- | ||
− | | | + | |class="f5"| {{#if:{{{coin|}}}|[[File:Item Full Furniture Coin.png|50px|link=Furniture Coin]]<br>{{#if:{{{discount|}}}|''Full Price:''<br>|}}{{#ifexpr:{{{coin|}}}=0|Free|{{{coin|}}} }}|N/A}} |
− | | | + | |class="f5"| {{#if:{{{fairy|}}}|[[File:Item Full Furniture Fairy.png|50px|link=Furniture Fairy]]<br>1|{{#if:{{{discount|}}}|[[File:Item Full Furniture Coin.png|50px|link=Furniture Coin]]<br>''Discount:<br>{{{discount|}}}'' +1{{Item/Icon|Furniture Fairy|size=20px}}| }}}} |
− | | | + | |class="f6 f00{{#var:furnType}}" colspan=3| {{{descriptionJP|?}}}<br>''{{{descriptionEN|?}}}'' |
|- | |- | ||
− | | | + | |class="f6 f00{{#var:furnType}}" colspan=5|{{#if:{{{BGM|}}}|'''Special BGM:''' {{{BGM}}} [[File:NPC Fairy Furniture BGM.png|40px|link=Furniture#Music List|Special BGM]]<br>|}}'''Released the:''' {{#if:{{{release|}}}|{{GameUpdates|{{{release|}}}}}|''?''}}<br>'''Availability:''' {{{availability|?}}}{{#if:{{{feature|}}}|<br>'''Special Feature:''' {{{feature|}}}}}{{#if:{{{note|}}}|<br>'''Notes:''' {{{note|}}}}} |
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
Evolution of the [[Template:FurnitureInfo]] | Evolution of the [[Template:FurnitureInfo]] | ||
+ | <tabber> | ||
+ | |-|Copypasta= | ||
+ | <pre> | ||
{{FurnitureKai | {{FurnitureKai | ||
+ | | ID= | ||
+ | | nameJP= | ||
+ | | nameEN= | ||
+ | | type= | ||
+ | | picture= | ||
+ | | animated= | ||
+ | | reward= | ||
+ | | card= | ||
+ | | image1= | ||
+ | | image2= | ||
+ | | image3= | ||
+ | | image4= | ||
+ | | image5= | ||
+ | | image6= | ||
+ | | coin= | ||
+ | | discount= | ||
+ | | fairy= true | ||
+ | | rarity= | ||
+ | | descriptionJP= | ||
+ | | descriptionEN= | ||
+ | | BGM= | ||
+ | | feature= | ||
+ | | release= | ||
+ | | availability= | ||
+ | | note= | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | |-|Details= | ||
+ | <pre> | ||
+ | {{FurnitureKai | ||
+ | | ID= the furniture ID | ||
+ | | nameJP= Japanese name | ||
+ | | nameEN= English name | ||
+ | | type= the type, being wall/floor/desk/window/object/chest (grey if empty) | ||
+ | | picture= true (optional, if there is a clickable picture) | ||
+ | | animated= true (optional, if there is an animated gif) | ||
+ | | reward= true (optional, if there is a reward asset) | ||
+ | | card= true (optional, if there is a card asset) | ||
+ | |||
+ | | image1= the 1st additional image (optional) | ||
+ | | image2= the 2nd additional image (optional) | ||
+ | ... up to 8 | ||
+ | |||
+ | | coin= the price (optional, 0=Free) | ||
+ | | discount= the discounted price (optional, incompatible with "fairy") | ||
+ | | fairy= "true" if needed (optional, incompatible with "discount") | ||
+ | | rarity= from 1 to 7 (optional) | ||
+ | | descriptionJP= Japanese description | ||
+ | | descriptionEN= English description | ||
+ | | BGM= The special BGM added (optional) | ||
+ | | feature= The special feature (optional) | ||
+ | | release= The release date in YYYY/MM/DD format | ||
+ | | availability= The availability (shop/quest/reward/login/...) | ||
+ | | note= any additional note (optional) | ||
+ | }} | ||
+ | </pre> | ||
+ | </tabber> | ||
+ | |||
+ | ;Examples | ||
+ | |||
+ | {{FurnitureKai | ||
+ | | ID= 286 | ||
| nameJP= Japanese name | | nameJP= Japanese name | ||
| nameEN= English name | | nameEN= English name | ||
| type= desk | | type= desk | ||
− | |||
| coin= 0 | | coin= 0 | ||
| rarity= 1 | | rarity= 1 | ||
| descriptionJP= Japanese description | | descriptionJP= Japanese description | ||
| descriptionEN= English description | | descriptionEN= English description | ||
− | | release= | + | | release= 2013/04/23 |
| availability= Furniture Shop | | availability= Furniture Shop | ||
}} | }} | ||
{{FurnitureKai | {{FurnitureKai | ||
+ | | ID= 286 | ||
| nameJP=「200万の感謝」掛け軸 | | nameJP=「200万の感謝」掛け軸 | ||
| nameEN= "2 Millon Thanks" Scroll | | nameEN= "2 Millon Thanks" Scroll | ||
| type= object | | type= object | ||
+ | | picture= true | ||
+ | | animated= true | ||
+ | | reward= true | ||
+ | | card= true | ||
| image1= Old_world_map.png | | image1= Old_world_map.png | ||
| image2= Nanodesu_scroll.png | | image2= Nanodesu_scroll.png | ||
Line 48: | Line 139: | ||
| image5= Thanks to 1,800,000 scroll.png | | image5= Thanks to 1,800,000 scroll.png | ||
| image6= Furniture-204.jpg | | image6= Furniture-204.jpg | ||
− | | coin= | + | | coin= 3000 |
− | + | | fairy= 1 | |
− | | fairy= | ||
| rarity= 7 | | rarity= 7 | ||
| descriptionJP= Japanese description | | descriptionJP= Japanese description | ||
Line 56: | Line 146: | ||
| BGM= Cool BGM uwu | | BGM= Cool BGM uwu | ||
| feature= This item has awesome special features that will blow your mind. | | feature= This item has awesome special features that will blow your mind. | ||
+ | | release= 2013/04/23 | ||
+ | | availability= Reward for those who logged in during 01/01~01/03/2014 | ||
| note= Note test | | note= Note test | ||
− | | release= | + | }} |
+ | |||
+ | {{FurnitureKai | ||
+ | | ID= 286 | ||
+ | | nameJP=「200万の感謝」掛け軸 | ||
+ | | nameEN= "2 Millon Thanks" Scroll | ||
+ | | type= object | ||
+ | | picture= true | ||
+ | | animated= true | ||
+ | | reward= true | ||
+ | | card= true | ||
+ | | coin= 150000 | ||
+ | | discount= 5000 | ||
+ | | rarity= 7 | ||
+ | | descriptionJP= owo | ||
+ | | descriptionEN= discount | ||
+ | | feature= it costs less | ||
+ | | release= 2013/04/23 | ||
| availability= Reward for those who logged in during 01/01~01/03/2014 | | availability= Reward for those who logged in during 01/01~01/03/2014 | ||
+ | }} | ||
+ | |||
+ | {{FurnitureKai | ||
}} | }} | ||
</noinclude> | </noinclude> |
Latest revision as of 08:49, 27 October 2024
Evolution of the Template:FurnitureInfo
{{FurnitureKai | ID= | nameJP= | nameEN= | type= | picture= | animated= | reward= | card= | image1= | image2= | image3= | image4= | image5= | image6= | coin= | discount= | fairy= true | rarity= | descriptionJP= | descriptionEN= | BGM= | feature= | release= | availability= | note= }}
{{FurnitureKai | ID= the furniture ID | nameJP= Japanese name | nameEN= English name | type= the type, being wall/floor/desk/window/object/chest (grey if empty) | picture= true (optional, if there is a clickable picture) | animated= true (optional, if there is an animated gif) | reward= true (optional, if there is a reward asset) | card= true (optional, if there is a card asset) | image1= the 1st additional image (optional) | image2= the 2nd additional image (optional) ... up to 8 | coin= the price (optional, 0=Free) | discount= the discounted price (optional, incompatible with "fairy") | fairy= "true" if needed (optional, incompatible with "discount") | rarity= from 1 to 7 (optional) | descriptionJP= Japanese description | descriptionEN= English description | BGM= The special BGM added (optional) | feature= The special feature (optional) | release= The release date in YYYY/MM/DD format | availability= The availability (shop/quest/reward/login/...) | note= any additional note (optional) }}
- Examples
ID: 286 | Japanese name English name |
Rarity: ★☆☆☆☆☆☆ | |||||
Price: | |||||||
Free |
Japanese description English description | ||||||
Released the: 2013/04/23 Availability: Furniture Shop |
ID: 286 | 「200万の感謝」掛け軸 "2 Millon Thanks" Scroll |
Rarity: ★★★★★★★ | |||||
Price: | |||||||
3000 |
1 |
Japanese description English description | |||||
Special BGM: Cool BGM uwu Released the: 2013/04/23 Availability: Reward for those who logged in during 01/01~01/03/2014 Special Feature: This item has awesome special features that will blow your mind. Notes: Note test |
ID: 286 | 「200万の感謝」掛け軸 "2 Millon Thanks" Scroll |
Rarity: ★★★★★★★ | |||||
Price: | |||||||
Full Price: 150000 |
Discount: 5000 +1 |
owo discount | |||||
Released the: 2013/04/23 Availability: Reward for those who logged in during 01/01~01/03/2014 Special Feature: it costs less |
ID: | ? ? |
Rarity: ☆☆☆☆☆☆☆ | |||||
Price: | |||||||
N/A | ? ? | ||||||
Released the: ? Availability: ? |