(Infobox created with infobox builder.) |
No edit summary |
||
| Line 3: | Line 3: | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
< | <data source="image"> | ||
<format>[[File:{{{image}}}|80px|link=]]</format> | |||
</data> | |||
<data source="oil"> | <data source="oil"> | ||
<label>Oil to Smelt</label> | <label>Oil to Smelt</label> | ||
<format>{{{oil}}} [[File:Oil.png|20px|link=Oil]]</format> | |||
</data> | </data> | ||
<data source="xp"> | <data source="xp"> | ||
<label>Xp</label> | <label>Xp</label> | ||
<format>{{{xp}}} [[File:MiningSkill.png|20px|link=Mining]]</format> | |||
</data> | </data> | ||
<data source="coins"> | <data source="coins"> | ||
<label>Sell Price</label> | <label>Sell Price</label> | ||
<format>{{{coins}}} [[File:Coins.png|20px|link=Coins]]</format> | |||
</data> | </data> | ||
<data source="bar"> | <data source="bar"> | ||
| Line 21: | Line 25: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<!--Edit below to test with example. Don't mess with above code if you have no clue--> | |||
==Samples== | |||
<pre> | |||
{{Infobox_Ores | |||
|title = Iron Ore | |||
|image = Iron.png | |||
|oil = 5 | |||
|xp = 5 | |||
|coins = 5 | |||
|bar = [[Iron Bar]] [[File:IronBar.png|25px|link=]] | |||
|machineries = [[Pickaxe]], [[Drills]] and [[Crushers]] | |||
}} | |||
</pre> | |||
Results in... | |||
{{Infobox_Ores | |||
|title = Iron Ore | |||
|image = Iron.png | |||
|oil = 5 | |||
|xp = 5 | |||
|coins = 5 | |||
|bar = [[Iron Bar]] [[File:IronBar.png|25px|link=]] | |||
|machineries = [[Pickaxe]], [[Drills]] and [[Crushers]] | |||
}} | |||
</noinclude> | |||
Latest revision as of 09:08, 30 October 2024
Samples
{{Infobox_Ores
|title = Iron Ore
|image = Iron.png
|oil = 5
|xp = 5
|coins = 5
|bar = [[Iron Bar]] [[File:IronBar.png|25px|link=]]
|machineries = [[Pickaxe]], [[Drills]] and [[Crushers]]
}}
Results in...