Anonymous
×
Create a new article
Write your page title here:
We currently have 496 articles on WIKI - Idle Pixel. Type your article name above or click on one of the titles below and start writing!



WIKI - Idle Pixel

Template:Infobox Ores: Difference between revisions

(Infobox created with infobox builder.)
 
No edit summary
 
Line 3: Line 3:
<default>{{PAGENAME}}</default>
<default>{{PAGENAME}}</default>
</title>
</title>
<image source="image"/>
<data source="image">
<header>Header</header>
<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...