Template:FurnitureInfobox/zh-cn

来自Palia Wiki
跳转到导航 跳转到搜索
本页是页面Template:FurnitureInfobox翻译版本,翻译工作已完成100%。
模板文件
注意:如果没有提供数值,可能无法看到模板样本的部分内容。
查看或编辑本文档。 (关于模版文件)
编辑者可在该模板的沙盒测试用页面进行实验。

此模板已有关联或子模板: Template:FurnitureInfobox

其他语言:
Please note that |title= and |image= are not required because the template will pull information automatically based off of the item's page name.

Templates used to fill FurnitureInfobox

构造

{{FurnitureInfobox <!-- Box will pull box title and item icon based on the page name, IF files exist and the page is correctly named. -->
 |desc         = <!-- Please enter the In-Game Item Description here. -- While desc does not appear in the infobox, it is used by scripts in the page and across the wiki. -->
 |category     = <!-- the item's category in-game -->
 |rarity       = <!-- the item's in-game rarity -->
 |set          = <!-- Furniture Set's short name, no brackets -->
 |modcost      = <!-- just the number -->
 |event        = <!-- Event Name -->
 |placement    = <!-- ONE of: Ceiling, Wall, Wallpaper, Flooring, Floor, Flexible, Outdoor, Roof -- see [Placement Catalog] for definitions -->
 |catalog      = <!-- word list separated by commas -- please see [Item Catalog] for inspiration on defining the furniture -->
 |obtain       = {{costlist|___}} <!-- please refer to {costlist} template for instructions -->
 |recipeobtain = <!-- {{costlist|___}} OR leave blank if not craftable -->
 |ingredients  = <!-- {{ItemList|___}} OR blank if not craftable, refer to {ItemList} template for instructions -->
}}

If you dont want all the comments, a clean version:

{{FurnitureInfobox
 |desc         = 
 |category     = 
 |rarity       = 
 |set          = 
 |modcost      = 
 |event        = 
 |placement    = 
 |catalog      = 
 |obtain       = {{costlist|___}}
 |recipeobtain = {{costlist|___}} <!-- OR blank if not craftable -->
 |ingredients  = {{ItemList|___}} <!-- OR blank if not craftable -->
}}

Notes on Syntax

  • |placement= One of: Ceiling, Wall, Wallpaper, Flooring, Floor, Flexible, Outdoor, Roof, or leave blank for Uncategorized.
  • |catalog= This is used for adding categories to the page, please list as many as relevant, separated by commas.
  • |title= This can be used if an override is necessary.
  • |image= This can be used to specify an image if an image of the page's name is not relevant.
  • |desc= In-Game Item Description. desc does not appear in the infobox, but it is used by scripts in the individual pages.

Sample 1

{{FurnitureInfobox
 |category     = Customization
 |rarity       = uncommon
 |set          = Capital Chic <!-- no need to include brackets -->
 |modcost      = 4 <!-- just the number -->
 |event        = Maji Market <!-- no need to include brackets -->
 |placement    = floor <!-- used for categories -->
 |catalog      = seating <!-- used for categories -->
 |obtain       = {{costlist
                  |Furniture Store = {{cost|5730}}
                  |Skill = Furniture Making
                  }} 
 |recipeobtain = Inspiration
 |ingredients  = {{ItemList
                  |Heartwood Plank = 25
                  |Silk = 6
                  |Plant Fiber = 20
                  |Spice Sprouts = 1
                  }}
}}

(Capital Chic Armchair was forced in this sample.)

Sample 2

{{FurnitureInfobox
 |category     = [[Customization]]
 |rarity       = common
 |set          = Makeshift
 |modcost      = 3
 |event        = [[Maji Market]]
 |placement    = floor
 |catalog      = rug
 |obtain       = {{costlist|The Underground={{cost|1060}}|Maji Market={{cost|1240}}}}
 |recipeobtain = <!-- leave blank if not craftable -->
 |ingredients  = <!-- leave blank if not craftable -->
}}

(Makeshift Chapaa Hide Rug was forced in this sample.)

Sample 3

{{FurnitureInfobox
 |title = Sample 3
 |image = up.png
 |recipeobtain = {{costlist|Furniture Making Guild={{cost|100}}|other=Inspiration}}
 |ingredients = Information needed.
 |catalog = seating,table,shelf
 |placement = ceiling
}}

相关信息