Difference between revisions of "Template:Infobox Item"

From Corruption of Champions II
Jump to navigation Jump to search
m (added contributors)
 
(34 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{
+
{{Infobox
| name = Name
+
|bodystyle = border-spacing: 2px 5px;
| image = missing.png
+
 
| caption = Caption
+
| above = {{{name|}}}
| itemtype = Item Type
+
 
| shortname = Short Name
+
| subheaderstyle = font-size: 125%; font-weight: bold;
| slotname = Slot Name
+
| subheader = {{{shortname|}}}
 +
 
 +
|label1 = Author
 +
|data1 = {{{author|}}}
 +
 
 +
|label2 = Contributors
 +
|data2 = {{{contributors|}}}
 +
 
 +
|label3 = Type
 +
|data3 = {{{itemtype|}}}
 +
 
 +
|label4 = Slot
 +
|data4 = {{{slotname|}}}
 +
 
 +
|label5 = Base Price
 +
|data5 = {{{baseprice|}}}
 +
 
 +
|header6 = {{ #if: {{{damage|}}}{{{damagetype|}}}{{{accuracy|}}}{{{critbonus|}}}{{{spellpower|}}}{{{spellpenetration|}}}{{{armorpenetration|}}}{{{armor|}}}{{{ward|}}}{{{evasion|}}}{{{focus|}}}{{{sexiness|}}}{{{temptation|}}}{{{specialstats|}}}{{{bonusresistances|}}}{{{lustvuln|}}}{{{stacklimit|}}}{{{usable|}}}{{{combatusable|}}}{{{deftarget|}}}{{{addflags|}}} | {{ #if: {{{info-hdr|}}}|{{{info-hdr}}}|Additional Information }} }}
 +
 
 +
|label7 = Damage
 +
|data7 = {{{damage|}}}
 +
 
 +
|label8 = Damage Type
 +
|data8 = {{{damagetype|}}}
 +
 
 +
|label9 = Accuracy
 +
|data9 = {{{accuracy|}}}
 +
 
 +
|label10 = Crit Bonus
 +
|data10 = {{{critbonus|}}}
 +
 
 +
|label11 = Spellpower
 +
|data11 = {{{spellpower|}}}
 +
 
 +
|label12 = Spell Penetration
 +
|data12 = {{{spellpenetration|}}}
 +
 
 +
|label13 = Armor Penetration
 +
|data13 = {{{armorpenetration|}}}
 +
 
 +
|label14 = Armor
 +
|data14 = {{{armor|}}}
 +
 
 +
|label15 = Ward
 +
|data15 = {{{ward|}}}
 +
 
 +
|label16 = Evasion
 +
|data16 = {{{evasion|}}}
 +
 
 +
|label17 = Focus
 +
|data17 = {{{focus|}}}
 +
 
 +
|label18 = Sexiness
 +
|data18 = {{{sexiness|}}}
 +
 
 +
|label19 = Temptation
 +
|data19 = {{{temptation|}}}
 +
 
 +
|label20 = Special Stats
 +
|data20 = {{{specialstats|}}}
 +
 
 +
|label21 = Bonus Resistances
 +
|data21 = {{{bonusresistances|}}}
 +
 
 +
|label22 = Lust Vulnerability
 +
|data22 = {{{lustvuln|}}}
 +
 
 +
|label23 = Stack Limit
 +
|data23 = {{{stacklimit|}}}
 +
 
 +
|label24 = Usable
 +
|data24 = {{{usable|}}}
 +
 
 +
|label25 = Combat Usable
 +
|data25 = {{{combatusable|}}}
 +
 
 +
|label26 = Defensive Target
 +
|data26 = {{{deftarget|}}}
 +
 
 +
|label27 = Additional Flags
 +
|data27 = {{{addflags|}}}
 +
 
 +
|label28 = Version Added
 +
|data28 = {{{versionadded|}}}
 +
}}<noinclude>
 +
 
 +
==Usage==
 +
Parameters with empty values usually can be removed without any bad effect.
 +
 
 +
All possible parameters:
 +
<pre><nowiki>
 +
{{Infobox Item
 +
| name = long item name
 +
| author = writer/creator of the item
 +
| contributors = contributors to the item
 +
| itemtype = type of the item according to the vague system used on the wiki
 +
| shortname = short name, as used in inventory buttons, e.g. "Sp.Blade" for "Spiralled Blade"; omit if it's the same
 +
| slotname = name of the equipment slot, if the item can be equipped
 
| baseprice = Base Price
 
| baseprice = Base Price
| info-hdr = Information
 
 
| damage = Damage
 
| damage = Damage
 
| damagetype = Damage Type
 
| damagetype = Damage Type
| defense = Defense
 
| shielddefense = Shield Defense
 
| bonusshield = Bonus Shield
 
 
| accuracy = Accuracy
 
| accuracy = Accuracy
| sexiness = Sexiness
 
 
| critbonus = Crit Bonus
 
| critbonus = Crit Bonus
 +
| spellpower = Spellpower
 +
| spellpenetration = Spell Penetration
 +
| armorpenetration = Armor Penetration
 +
| armor = Armor
 +
| ward = Ward
 
| evasion = Evasion
 
| evasion = Evasion
| fortification = Fortification
+
| focus = Focus
 +
| sexiness = Sexiness
 +
| temptation = Lust Penetration
 +
| specialstats = Other Bonus stats such as initiative
 
| bonusresistances = Bonus Resistances
 
| bonusresistances = Bonus Resistances
 
| lustvuln = Lust Vulnerability
 
| lustvuln = Lust Vulnerability
| usable = Yes or Omit
+
| stacklimit = How many times the item can stack in one inventory slot
| combatusable = Combat Usable Yes or Omit
+
| usable = Yes or omit if the item can't be used outside of combat (usable = has the "use" button)
| deftarget = Default Target
+
| combatusable = Yes or omit if the item can't be used in combat
| addflags =  
+
| deftarget = Defensive Target (???)
 +
| addflags = item flags, such as METAL, HEAVY, etc.
 +
| versionadded = What patch said item was added in
 
}}
 
}}
 +
</nowiki></pre>
 +
 +
<noinclude>

Latest revision as of 10:52, 22 August 2021

Usage

Parameters with empty values usually can be removed without any bad effect.

All possible parameters:

{{Infobox Item
| name = long item name
| author = writer/creator of the item
| contributors = contributors to the item
| itemtype = type of the item according to the vague system used on the wiki
| shortname = short name, as used in inventory buttons, e.g. "Sp.Blade" for "Spiralled Blade"; omit if it's the same
| slotname = name of the equipment slot, if the item can be equipped
| baseprice = Base Price
| damage = Damage
| damagetype = Damage Type
| accuracy = Accuracy
| critbonus = Crit Bonus
| spellpower = Spellpower
| spellpenetration = Spell Penetration
| armorpenetration = Armor Penetration
| armor = Armor
| ward = Ward
| evasion = Evasion
| focus = Focus
| sexiness = Sexiness
| temptation = Lust Penetration 
| specialstats = Other Bonus stats such as initiative
| bonusresistances = Bonus Resistances
| lustvuln = Lust Vulnerability
| stacklimit = How many times the item can stack in one inventory slot
| usable = Yes or omit if the item can't be used outside of combat (usable = has the "use" button)
| combatusable = Yes or omit if the item can't be used in combat
| deftarget = Defensive Target (???)
| addflags = item flags, such as METAL, HEAVY, etc.
| versionadded = What patch said item was added in
}}