|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| | | {| class="infobox" |
| <infobox>
| | ! colspan="2" |{{{title|{{PAGENAME}}}}} |
| <title source="title"/>
| | |- |
| <image source="image">
| | | colspan="2" |[[File:{{{image}}}|50px|link=]] |
| <caption source="caption"/>
| | |- |
| </image>
| | |Obtained from |
| <data source="description">
| | |{{{obtained_from}}} |
| <label>Description</label>
| | |- |
| </data>
| | |Materials |
| <data source="obtained_from">
| | |{{{materials}}} |
| <label>Obtained from</label>
| | |- |
| </data>
| | | |
| <data source="materials">
| | | |
| <label>Materials</label>
| | |- |
| </data>
| | | |
| <data source="level">
| | | |
| <label>Level</label>
| | |- |
| </data>
| | | |
| <data source="xp">
| | | |
| <label>XP</label>
| | |} |
| </data>
| |
| <data source="time">
| |
| <label>Time</label>
| |
| <format>[File:Hourglass_grey.png]] {{{time}}}</format>
| |
| </data>
| |
| <data source="rate">
| |
| <label>Rate</label>
| |
| </data>
| |
| <data source="notes">
| |
| <label>Notes</label>
| |
| </data>
| |
| <data source="buy">
| |
| <label>Buy</label>
| |
| <format>[[File:Coins.png|20px|link=Coins]] {{{buy}}}</format>
| |
| </data>
| |
| <data source="sell">
| |
| <label>Sell</label>
| |
| <format>[[File:Coins.png|20px|link=Coins]] {{{sell}}}</format>
| |
| </data>
| |
| </infobox>
| |
| <noinclude>
| |
| Use for all Items, including Craftable Items and Potions.
| |
| | |
| Example usage:
| |
| <pre>
| |
| {{Infobox Item
| |
| | title=Fire Arrows
| |
| | image=FireArrow.png
| |
| | description=[[File:FireIcon.png|20px|link=Fire]] '''Special:''' Double damage in cold environments.
| |
| | materials=1 [[File:FireFeather.png|20px|link=Fire Feathers]] [[Fire Feather]]<br/> 1 [[File:LavaLogs.png|20px|link=Lava Logs]] [[Lava Log]]<br/> 1 [[File:bones.png|20px|link=Bone]] [[Bone]]
| |
| | level=[[File:CraftingSkill.png|20px|link=Crafting]] 40
| |
| | xp=[[File:CraftingSkill.png|20px|link=Crafting]] 10
| |
| }} | |
| {{Infobox Item
| |
| |title=Bones | |
| |image=Bones.png | |
| |obtained from=[[Monster]] drops | |
| |description=Used for [[Bonemeal]] and crafting [[Arrows]].
| |
| }}
| |
| {{Infobox Item | |
| | title=Example
| |
| | image=LargeVial.png
| |
| | description=Example
| |
| | obtained_from=Example
| |
| | materials=Example
| |
| | level=Example
| |
| | notes=Example
| |
| | buy=Example
| |
| | sell=Example
| |
| | |
| }}</pre> | |
| | |
| '''Gives:'''
| |
| {{Infobox Item
| |
| | title=Fire Arrows
| |
| | image=FireArrow.png
| |
| | description=[[File:FireIcon.png|20px|link=Fire]] '''Special:''' Double damage in cold environments.
| |
| | materials=1 [[File:FireFeather.png|20px|link=Fire Feathers]] [[Fire Feather]]<br/> 1 [[File:LavaLogs.png|20px|link=Lava Logs]] [[Lava Log]]<br/> 1 [[File:bones.png|20px|link=Bone]] [[Bone]]
| |
| | level=[[File:CraftingSkill.png|20px|link=Crafting]] 40
| |
| | xp=[[File:CraftingSkill.png|20px|link=Crafting]] 10
| |
| }}
| |
| | |
| {{Infobox Item
| |
| |title=Bones | |
| |image=Bones.png | |
| |obtained from=[[Monster]] drops | |
| |description=Used for [[Bonemeal]] and crafting [[Arrows]]. | |
| }}
| |
| | |
| <templatedata>
| |
| {"params":{"title":{"suggested":true},"image":{"suggested":true},"caption":{"suggested":true},"description":{"suggested":true},"obtained_from":{"suggested":true},"materials":{"suggested":true},"level":{"suggested":true},"notes":{"suggested":true},"buy":{"suggested":true},"sell":{"suggested":true}},"sets":[],"maps":{}}
| |
| </templatedata>
| |
| [[Category:Infobox templates]]
| |
| </noinclude>
| |