Difference between revisions of "Template:Infobox Equipment"

From Idlescape Wiki
Jump to navigation Jump to search
m (Used infobox template)
m
Line 1: Line 1:
{{Infobox
+
<includeonly>{{Infobox
 
| autoheaders    = y
 
| autoheaders    = y
 
| title          = {{{title|{{PAGENAME}}}}}
 
| title          = {{{title|{{PAGENAME}}}}}
Line 71: Line 71:
 
|  sdata85 = {{{aug-range|}}}
 
|  sdata85 = {{{aug-range|}}}
 
| sbreak100= yes
 
| sbreak100= yes
| slabel101= {{{miscname1|}}}
+
| slabel101= {{{aug-miscname1|}}}
|  sdata101= {{{miscstat1|}}}
+
|  sdata101= {{{aug-miscstat1|}}}
| slabel102= {{{miscname2|}}}
+
| slabel102= {{{aug-miscname2|}}}
|  sdata102= {{{miscstat2|}}}
+
|  sdata102= {{{aug-miscstat2|}}}
 
| sbreak110= yes
 
| sbreak110= yes
| slabel111= {{{miscname3|}}}
+
| slabel111= {{{aug-miscname3|}}}
|  sdata111= {{{miscstat3|}}}
+
|  sdata111= {{{aug-miscstat3|}}}
| slabel112= {{{miscname4|}}}
+
| slabel112= {{{aug-miscname4|}}}
|  sdata112= {{{miscstat4|}}}
+
|  sdata112= {{{aug-miscstat4|}}}
 
|  data120= {{Infobox | subbox = yes
 
|  data120= {{Infobox | subbox = yes
 
| bodystyle= padding: 0.5em; margin:auto;
 
| bodystyle= padding: 0.5em; margin:auto;
Line 90: Line 90:
 
|    data1 = {{{tooltip|}}}
 
|    data1 = {{{tooltip|}}}
 
}}
 
}}
}}
+
}}</includeonly>
 
<noinclude>{{Template:Infobox Equipment/doc}}</noinclude>
 
<noinclude>{{Template:Infobox Equipment/doc}}</noinclude>

Revision as of 20:35, 12 February 2022

Infobox Equipment
Infobox Equipment[?]


Usage

{{Infobox Equipment
 |title = Autofilled with pagename, only use this if custom name is needed
 |image = Autofilled with pagename, only use this if icon is not added to [[Template:img]]
 |gold = vendor sell price
 |market = Autofilled with pagename, enter market name if different from title
 |level-req = level required to use item
 |source = Source of item
 |slot = Helmet/Shield etc
 |atk-speed = Attack speed
 |atk-type = only needed for weapons or if armor gives attack bonus
 |aug-slots = Amount of enchantment slots
 |enchantments = Default enchantments or set bonuses
 |acc = Accuracy bonus
 |melee-str = Melee strength bonus
 |magic-str = Magic strength bonus
 |range-str = Range strength bonus
 |def-stats = Obsolete
  |def-stab = Stab stats
  |def-slash = Slash stats
  |def-crush = Crush stats
  |def-magic = Magic stats
  |def-range = Range stats
 |miscname1 = Name of first misc stat
 |miscstat1 = First misc stat
 |miscname2 = Name of second misc stat
 |miscstat2 = Second misc stat
 |miscname3 = Name of third misc stat
 |miscstat3 = Third misc stat
 |miscname4 = Name of fourth misc stat
 |miscstat4 = Fourth misc stat
 |aug-stab = stab aug bonus
 |aug-slash = slash aug bonus
 |aug-crush = crush aug bonus
 |aug-magic = magic aug bonus
 |aug-range = range aug bonus
 |aug-acc = Accuracy aug bonus
 |aug-melee-str = Melee strength aug bonus
 |aug-magic-str = Magic strength aug bonus
 |aug-range-str = Range strength aug bonus
 |aug-miscname1 = Name of first misc stat
 |aug-miscstat1 = first misc stat
 |aug-miscname2 = Name of second misc stat
 |aug-miscstat2 = second misc stat
 |aug-miscname3 = Name of third misc stat
 |aug-miscstat3 = third misc stat
 |aug-miscname4 = Name of fourth misc stat
 |aug-miscstat4 = fourth misc stat
 |aug-cost = Augment material cost
 |tooltip = In-game tooltip text if needed
 }}

Copy pasta code:

{{Infobox Equipment
|title = 
|image = 
|gold = 
|market = 
|level-req = 
|source = 
|slot = 
|atk-speed = 
|atk-type = 
|aug-slots = 
|enchantments = 
|acc = 
|melee-str = 
|magic-str = 
|range-str = 
|def-stab = 
|def-slash = 
|def-crush = 
|def-magic = 
|def-range = 
|miscname1 =
|miscstat1 =
|miscname2 =
|miscstat2 =
|miscname3 =
|miscstat3 =
|miscname4 =
|miscstat4 =
|aug-stab = 
|aug-slash = 
|aug-crush = 
|aug-magic = 
|aug-range = 
|aug-acc = 
|aug-melee-str = 
|aug-magic-str = 
|aug-range-str = 
|aug-miscname1 =
|aug-miscstat1 =
|aug-miscname2 =
|aug-miscstat2 =
|aug-miscname3 =
|aug-miscstat3 =
|aug-miscname4 =
|aug-miscstat4 =
|aug-cost = 
|tooltip = 
}}