Difference between revisions of "Template:Infobox Enchantment"

From Idlescape Wiki
Jump to navigation Jump to search
m (No wrap)
m (Centered I hope)
Line 12: Line 12:
 
<tr>
 
<tr>
 
     <th colspan="10">Max Buff (+Food)</th>
 
     <th colspan="10">Max Buff (+Food)</th>
     <td colspan="20">{{{max-buff}}}</td>
+
     <td colspan="20" style="text-align: center;">{{{max-buff}}}</td>
 
</tr>
 
</tr>
 
|}}
 
|}}
Line 18: Line 18:
 
<tr>
 
<tr>
 
     <th colspan="10">Max Effect (+Food)</th>
 
     <th colspan="10">Max Effect (+Food)</th>
     <td colspan="20">{{{max-effect}}}</td>
+
     <td colspan="20" style="text-align: center;">{{{max-effect}}}</td>
 
</tr>
 
</tr>
 
|}}
 
|}}
Line 27: Line 27:
 
<tr>
 
<tr>
 
     <th colspan="10"><img src="{{{scroll-img}}}" height="auto" width="42"></th>
 
     <th colspan="10"><img src="{{{scroll-img}}}" height="auto" width="42"></th>
     <td colspan="20">{{{scroll-name}}}</td>
+
     <td colspan="20" style="text-align: center;">{{{scroll-name}}}</td>
 
</tr>
 
</tr>
  
Line 79: Line 79:
 
<tr>
 
<tr>
 
     <th colspan="10"><img src="{{{food-img}}}" height="auto" width="42"></th>
 
     <th colspan="10"><img src="{{{food-img}}}" height="auto" width="42"></th>
     <td colspan="20">{{{food-name}}}</td>
+
     <td colspan="20" style="text-align: center;">{{{food-name}}}</td>
 
</tr>
 
</tr>
 
{{#if: {{{food-source|}}}|
 
{{#if: {{{food-source|}}}|

Revision as of 14:37, 11 September 2021

Infobox Enchantment


Usage

{{Infobox Enchantment
 |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 (+Food)
 |max-effect = Maximum possible effect (+Food)
 |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 Enchantment
|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 = 
}}