Difference between revisions of "Template:Infobox Enchantment"

From Idlescape Wiki
Jump to navigation Jump to search
m (Testing)
m (Stop label word wrap)
Line 5: Line 5:
 
{{#if: {{{desc|}}}|
 
{{#if: {{{desc|}}}|
 
<tr>
 
<tr>
     <th colspan="10">Description</th>
+
     <th colspan="10" style="width: 220px;">Description</th>
 
     <td colspan="20">{{{desc}}}</td>
 
     <td colspan="20">{{{desc}}}</td>
 
</tr>
 
</tr>

Revision as of 08:19, 24 August 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
 |food-img = Ingredient image URL
 |food-name = Ingredient name
 |food-source = Source of ingredient
 }}

Copy pasta code:

{{Infobox Equipment
|title = 
|image = 
|desc = 
|max-buff = 
|max-effect = 
|scroll-img = 
|scroll-name = 
|scroll-slot = 
|scroll-source = 
|food-img = 
|food-name = 
|food-source = 
}}