Difference between revisions of "Template:Infobox Item"
Jump to navigation
Jump to search
m (added contributors) |
|||
(31 intermediate revisions by 5 users not shown) | |||
Line 4: | Line 4: | ||
| above = {{{name|}}} | | above = {{{name|}}} | ||
− | | | + | | subheaderstyle = font-size: 125%; font-weight: bold; |
− | | | + | | subheader = {{{shortname|}}} |
− | |label1 = | + | |label1 = Author |
− | |data1 = {{{ | + | |data1 = {{{author|}}} |
− | |label2 = | + | |label2 = Contributors |
− | |data2 = {{{ | + | |data2 = {{{contributors|}}} |
− | |label3 = | + | |label3 = Type |
− | |data3 = {{{ | + | |data3 = {{{itemtype|}}} |
− | |label4 = | + | |label4 = Slot |
− | |data4 = {{{ | + | |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 | + | |label7 = Damage |
− | |data7 = {{{ | + | |data7 = {{{damage|}}} |
− | |label8 = | + | |label8 = Damage Type |
− | |data8 = {{{ | + | |data8 = {{{damagetype|}}} |
− | |label9 = | + | |label9 = Accuracy |
− | |data9 = {{{ | + | |data9 = {{{accuracy|}}} |
− | |label10 = Bonus | + | |label10 = Crit Bonus |
− | |data10 = {{{ | + | |data10 = {{{critbonus|}}} |
− | |label11 = | + | |label11 = Spellpower |
− | |data11 = {{{ | + | |data11 = {{{spellpower|}}} |
− | |label12 = | + | |label12 = Spell Penetration |
− | |data12 = {{{ | + | |data12 = {{{spellpenetration|}}} |
− | |label13 = | + | |label13 = Armor Penetration |
− | |data13 = {{{ | + | |data13 = {{{armorpenetration|}}} |
− | |label14 = | + | |label14 = Armor |
− | |data14 = {{{ | + | |data14 = {{{armor|}}} |
− | |label15 = | + | |label15 = Ward |
− | |data15 = {{{ | + | |data15 = {{{ward|}}} |
− | |label16 = | + | |label16 = Evasion |
− | |data16 = {{{ | + | |data16 = {{{evasion|}}} |
− | |label17 = | + | |label17 = Focus |
− | |data17 = {{{ | + | |data17 = {{{focus|}}} |
− | |label18 = | + | |label18 = Sexiness |
− | |data18 = {{{ | + | |data18 = {{{sexiness|}}} |
− | |label19 = | + | |label19 = Temptation |
− | |data19 = {{{ | + | |data19 = {{{temptation|}}} |
− | |label20 = | + | |label20 = Special Stats |
− | |data20 = {{{ | + | |data20 = {{{specialstats|}}} |
− | |label21 = | + | |label21 = Bonus Resistances |
− | |data21 = {{{ | + | |data21 = {{{bonusresistances|}}} |
− | |label22 = | + | |label22 = Lust Vulnerability |
− | |data22 = {{{ | + | |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 | ||
+ | | 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 | ||
}} | }} | ||
+ | </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 }}