Template:FurnitureInfobox/ja
ナビゲーションに移動
検索に移動
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit the template documentation. (About template documentation) |
このテンプレートは、テンプレートItemTableが宣言するテーブル「Items」に列を追加します。 View table. |
Editors can experiment in this template's sandbox and test case pages.
|
This template has existing relatives or sub-templates: 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
Syntax
{{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
}}
Related
- {{Template:AccomplishmentInfobox}}
- {{Template:BugInfobox}}
- {{Template:CookingInfobox}}
- {{Template:EventInfobox}}
- {{Template:FishInfobox}}
- {{Template:FurnitureInfobox}}
- {{Template:GameInfobox}}
- {{Template:GuideInfobox}}
- {{Template:IconInfobox}}
- {{Template:Infobox Location}}
- {{Template:ItemInfobox}}
- {{Template:LandscapeInfobox}}
- {{Template:LiteratureInfobox}}
- {{Template:NPCInfobox}}
- {{Template:OutfitInfobox}}
- {{Template:PatchNoteInfobox}}
- {{Template:QuestInfobox}}
- {{Template:RoomInfobox}}
- {{Template:SkillInfobox}}
- {{Template:StampCardsInfobox}}
- {{Template:ToolskinInfobox}}
- {{Template:UserInfobox}}
- {{Template:VillagerInfobox}}
- {{Template:WikiInfobox}}