Difference between revisions of "Template:Infobox Enchantment"

From Idlescape Wiki
Jump to navigation Jump to search
m (Food Effect)
m (Scrollcrafting recipe)
Line 40: Line 40:
 
<th colspan="10">Source</th>
 
<th colspan="10">Source</th>
 
<td colspan="20">{{{scroll-source}}}</td>
 
<td colspan="20">{{{scroll-source}}}</td>
 +
</tr>
 +
|}}
 +
{{#if: {{{scroll-level|}}}|
 +
<tr>
 +
<th colspan="10">Level</th>
 +
<td colspan="20">{{{scroll-level}}}</td>
 +
</tr>
 +
|}}
 +
{{#if: {{{silver|}}}|
 +
<tr>
 +
<th colspan="10">Silver</th>
 +
<td colspan="20">{{{silver}}}</td>
 +
</tr>
 +
|}}
 +
{{#if: {{{rune-amount|}}}|
 +
<tr>
 +
<th colspan="10">Rune Amount</th>
 +
<td colspan="20">{{{rune-amount}}}</td>
 +
</tr>
 +
|}}
 +
{{#if: {{{rune-type|}}}|
 +
<tr>
 +
<th colspan="10">Rune Type</th>
 +
<td colspan="20">{{{rune-type}}}</td>
 +
</tr>
 +
|}}
 +
{{#if: {{{experience|}}}|
 +
<tr>
 +
<th colspan="10">Experience</th>
 +
<td colspan="20">{{{experience}}}</td>
 
</tr>
 
</tr>
 
|}}
 
|}}
Line 78: Line 108:
 
  |scroll-slot = Scroll equipment type
 
  |scroll-slot = Scroll equipment type
 
  |scroll-source = Source of scroll
 
  |scroll-source = Source of scroll
 +
|scroll-level = Enchanting level required to craft scroll
 +
|silver = Number of silver for scroll
 +
|rune-amount = Number of runes for scroll
 +
|rune-type = Type of runes
 +
|experience = Scrollcrafting experience
 
  |food-img = Ingredient image URL
 
  |food-img = Ingredient image URL
 
  |food-name = Ingredient name
 
  |food-name = Ingredient name
Line 97: Line 132:
 
|scroll-slot =  
 
|scroll-slot =  
 
|scroll-source =  
 
|scroll-source =  
 +
|scroll-level =
 +
|silver =
 +
|rune-amount =
 +
|rune-type =
 +
|experience =
 
|food-img =  
 
|food-img =  
 
|food-name =  
 
|food-name =  

Revision as of 11:32, 3 September 2021

Infobox Enchantment


Usage

{{Infobox Equipment
 |title = Automatic pagename, only use this if custom name is needed
 |image = Img URL e.g. https://idlescape.com/images/combat/equipment/bronze_med_helm_icon.png
 |desc = In game description
 |max-buff = Maximum possible buff
 |max-effect = Maximum possible effect
 |scroll-img = Scroll image URL
 |scroll-name = Scroll name
 |scroll-slot = Scroll equipment type
 |scroll-source = Source of scroll
 |scroll-level = Enchanting level required to craft scroll
 |silver = Number of silver for scroll
 |rune-amount = Number of runes for scroll
 |rune-type = Type of runes
 |experience = Scrollcrafting experience
 |food-img = Ingredient image URL
 |food-name = Ingredient name
 |food-source = Source of ingredient
 |food-effect = Buff effect of the food
 }}

Copy pasta code:

{{Infobox Equipment
|title = 
|image = 
|desc = 
|max-buff = 
|max-effect = 
|scroll-img = 
|scroll-name = 
|scroll-slot = 
|scroll-source = 
|scroll-level = 
|silver = 
|rune-amount = 
|rune-type = 
|experience = 
|food-img = 
|food-name = 
|food-source = 
|food-effect = 
}}