パリア公式Wikiへようこそ! あなたのようなプレイヤーによって運営されているコミュニティサイトです。
最新のアップデートについては、ビルド 0.198をご覧ください。

Template:BugInfobox/ja

提供: Palia Wiki
ナビゲーションに移動 検索に移動
このページはページ Template:BugInfobox を「翻訳」したものです。翻訳は 89% 完了しています。
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit the template documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

用途

Creates an infobox to be used for bugs.

Please note that |title= and |image= are not required because the template will pull information automatically based off of the bug's page name and file name.

Syntax

{{BugInfobox
 |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. -->
 |rarity      = <!-- In-game rarity of the bug -->
 |category    = <!-- In-game category of the bug -->
 |environment = <!-- Biome(s) the bug appears in, which are often mentioned in the description. Auto-uses [[Template:Biomes]], which automatically creates link to the [[Biomes]] page. -->
 |location    = <!-- Area location (Kilima Valley, Bahari Bay and/or Elderwood). Automatically creates links. -->
 |group       = <!-- Behavior of the bug. Auto-uses [[Template:BugGroup]], which only accepts one input: dashing, flying, jumping, or running. -->
 |time       = <!-- When the bug appears. Auto-uses [[Template:GameTime]], which only accepts certain input. See template page for info on which ones to use. -->
 |size        = <!-- Terrarium size when the bug is placed on the housing plot. Auto-uses [[Template:BugSize]], which only accepts one input: medium or small. -->
 |requires    = <!-- may not be available until a certain condition is met, like a quest: {{quest|___}}, a skill level: {{skill|___|#}} or a specific item: {{item|___}}. -->
 |drops      = {{ItemList|___}} <!-- The various items a bug can drop when caught, such as Silk Thread, a plushie, a flower etc. Always includes the bug itself. -->
 |value       =
 |sqvalue     = 
 |minxp       = 
 |maxxp       = 
 |needed      =
}}

Cleaner version:

{{BugInfobox
 |desc        =
 |rarity      =
 |category    = Bug
 |environment =
 |location    =
 |group       =
 |time        =
 |size        =
 |requires    =
 |drops       = {{ItemList|___}}
 |value       =
 |sqvalue     = 
 |minxp       = 
 |maxxp       = 
 |needed      =
}}

{{BugInfobox
 |desc = A bug.
 |rarity = Common
 |category = Bug
 |location = Kilima Valley,Bahari Bay
 |environment = Kilima Fields,Bahari Fields
 |group = flying
 |time = any
 |size = medium
 |requires =
 |value = 15
 |sqvalue = 22
 |minxp = 5
 |maxxp = 500
 |needed =
{{Quest|Quest}}<br>
{{Bundle|Bundle}}
 |drops = {{ItemList|Common Blue Butterfly = 1|Gardenia Flower = 0-1}}
}}

Similar Templates