Difference between revisions of "Template:Infobox Item V2"

From Corruption of Champions II
Jump to navigation Jump to search
m (addition of changelog)
m
 
(14 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
<tr>
 
<tr>
 
  <td colspan="2">{{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}</td>
 
  <td colspan="2">{{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|}}}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{caption|}}} |
 +
<tr>
 +
<td colspan="2" style="text-align: center;">{{{caption|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 23: Line 28:
 
{{#if: {{{othernames|}}} |
 
{{#if: {{{othernames|}}} |
 
<tr>
 
<tr>
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Other Name(s)</b></td>
+
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Other Name(s)</b></td>
  <td>{{{othernames|}}}</td>
+
  <td style="width: 50%;">{{{othernames|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 32: Line 37:
 
{{#if: {{{itemtype|}}} |
 
{{#if: {{{itemtype|}}} |
 
<tr>
 
<tr>
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Item Type</b></td>
+
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Item Type</b></td>
  <td>{{{itemtype|}}}</td>
+
  <td style="width: 50%;">{{{itemtype|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{slot|}}} |
 
{{#if: {{{slot|}}} |
 
<tr>
 
<tr>
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Slot</b></td>
+
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Slot</b></td>
  <td>{{{slot|}}}</td>
+
  <td style="width: 50%;">{{{slot|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{weapclass|}}} |
 
{{#if: {{{weapclass|}}} |
 
<tr>
 
<tr>
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Weapon Class</b></td>
+
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Weapon Class</b></td>
  <td>{{{weapclass|}}}</td>
+
  <td style="width: 50%;">{{{weapclass|}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{classtype|}}} |
 +
<tr>
 +
<td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Class Type</b></td>
 +
<td style="width: 50%;">{{{classtype|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 56: Line 67:
 
{{#if: {{{hasspeceff|}}} |
 
{{#if: {{{hasspeceff|}}} |
 
<tr>
 
<tr>
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Has Special Effect?</b></td>
+
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Has Special Effect?</b></td>
  <td>{{{hasspeceff|}}}</td>
+
  <td style="width: 50%;">{{{hasspeceff|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 64: Line 75:
 
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Is Unique?</b></td>
 
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Is Unique?</b></td>
 
  <td>{{{isunique|}}}</td>
 
  <td>{{{isunique|}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{canrefine|}}} |
 +
<tr>
 +
<td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Can be Refined?</b></td>
 +
<td>{{{canrefine|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 102: Line 119:
 
</tr>
 
</tr>
 
}}
 
}}
</table>
+
</table>{{#if: {{{statstable|}}} |
{{#if: {{{statstable|}}} |
 
 
<table class="infobox" style="text-align: left; width: 400px; font-size: 100%; border-radius:10px; border: 2px solid black;">
 
<table class="infobox" style="text-align: left; width: 400px; font-size: 100%; border-radius:10px; border: 2px solid black;">
 
<tr>
 
<tr>
Line 164: Line 180:
 
</tr>
 
</tr>
 
}}
 
}}
{{#if: {{{attackpow|}}} |
+
{{#if: {{{attackpow|}}}{{{threat|}}} |
 
<tr>
 
<tr>
 
  <td style="width: 35%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Attack Power</b></td>
 
  <td style="width: 35%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Attack Power</b></td>
 
  <td style="text-align: center; width: 15%">{{{attackpow|}}}</td>
 
  <td style="text-align: center; width: 15%">{{{attackpow|}}}</td>
 +
<td style="width: 35%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Threat</b></td>
 +
<td style="text-align: center; width: 15%">{{{threat|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
</table>
 
</table>
}}
+
}}{{#if: {{{dmgnresttable|}}} |
{{#if: {{{dmgnresttable|}}} |
 
 
<table class="infobox" style="text-align: left; width: 400px; font-size: 100%; border-radius:10px; border: 2px solid black;">
 
<table class="infobox" style="text-align: left; width: 400px; font-size: 100%; border-radius:10px; border: 2px solid black;">
 
<tr>
 
<tr>
 
  <th colspan="3" style="text-align: center; color: #FFFFFF; height: 24px; font-size: medium; background-color: #708090;"><b>Damage & Resistances</b></th>
 
  <th colspan="3" style="text-align: center; color: #FFFFFF; height: 24px; font-size: medium; background-color: #708090;"><b>Damage & Resistances</b></th>
 
</tr>
 
</tr>
 +
{{#if: {{{dmgcat|}}} |
 
<tr>
 
<tr>
  <th style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Damage</b></th>
+
  <th colspan="2" style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Damage Category</b></th>
  <th style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Type</b></th>
+
<td style="text-align: center">{{{dmgcat|}}}</td>
  <th style="text-align: center; background-color: #708090; color: #FFFFFF"><b>Resistances</b></th>
+
</tr>
 +
}}
 +
<tr>
 +
  <th style="width: 33%; text-align: center; background-color: #708090; color: #FFFFFF"><b>Damage</b></th>
 +
<th style="width: 33%; text-align: center; background-color: #708090; color: #FFFFFF"><b>Type</b></th>
 +
  <th style="width: 33%; text-align: center; background-color: #708090; color: #FFFFFF"><b>Resistances</b></th>
 
</tr>
 
</tr>
 
{{#if: {{{phyd|}}}{{{phyr|}}} |
 
{{#if: {{{phyd|}}}{{{phyr|}}} |
Line 236: Line 259:
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Acid</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Acid</b></td>
 
  <td style="text-align: center">{{{acir|}}}</td>
 
  <td style="text-align: center">{{{acir|}}}</td>
</tr>
 
}}
 
{{#if: {{{blid|}}}{{{blir|}}} |
 
<tr>
 
<td style="text-align: center">{{{blid|}}}</td>
 
<td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Blight</b></td>
 
<td style="text-align: center">{{{blir|}}}</td>
 
 
</tr>
 
</tr>
 
}}
 
}}
Line 299: Line 315:
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Psychic</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Psychic</b></td>
 
  <td style="text-align: center">{{{psycr|}}}</td>
 
  <td style="text-align: center">{{{psycr|}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{mind|}}}{{{minr|}}} |
 +
<tr>
 +
<td style="text-align: center">{{{mind|}}}</td>
 +
<td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Mind</b></td>
 +
<td style="text-align: center">{{{minr|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 316: Line 339:
 
|name = temp
 
|name = temp
 
|image =  
 
|image =  
 +
|caption =
 
|creators =  
 
|creators =  
 
|contributors = temp
 
|contributors = temp
Line 322: Line 346:
 
|slot =  
 
|slot =  
 
|weapclass =
 
|weapclass =
 +
|classtype =
 
|price =  
 
|price =  
 
|hasspeceff = Yes
 
|hasspeceff = Yes
 
|isunique = No
 
|isunique = No
 +
|canrefine = NO
 
|tags = Butt<br>Tress
 
|tags = Butt<br>Tress
 
|stacklimit =
 
|stacklimit =
Line 347: Line 373:
 
|maxhp = +20
 
|maxhp = +20
 
|attackpow =  
 
|attackpow =  
 +
|threat = benis
 
|dmgnresttable = yes
 
|dmgnresttable = yes
 +
|dmgcat = test
 
|phyd =
 
|phyd =
 
|phyr =
 
|phyr =
Line 380: Line 408:
 
|psycd =  
 
|psycd =  
 
|psycr =  
 
|psycr =  
 +
|mind =
 +
|minr =
 
|rawd =  
 
|rawd =  
 
|rawr = 21
 
|rawr = 21
Line 387: Line 417:
 
|name = temp
 
|name = temp
 
|image =  
 
|image =  
 +
|caption =
 
|creators =  
 
|creators =  
 
|contributors = temp
 
|contributors = temp
Line 392: Line 423:
 
|itemtype =  
 
|itemtype =  
 
|slot =  
 
|slot =  
|weapclass =  
+
|weapclass =
 +
|classtype =  
 
|price =  
 
|price =  
 
|hasspeceff =  
 
|hasspeceff =  
 
|isunique =  
 
|isunique =  
 +
|canrefine =
 
|tags =  
 
|tags =  
 
|stacklimit =  
 
|stacklimit =  
Line 418: Line 451:
 
|maxhp =  
 
|maxhp =  
 
|attackpow =  
 
|attackpow =  
 +
|threat = benis
 
|dmgnresttable = [yes] or [leave empty if none]
 
|dmgnresttable = [yes] or [leave empty if none]
 +
|dmgcat = test
 
|phyd =  
 
|phyd =  
 
|phyr =  
 
|phyr =  
Line 451: Line 486:
 
|psycd =  
 
|psycd =  
 
|psycr =  
 
|psycr =  
 +
|mind =
 +
|minr =
 
|rawd =  
 
|rawd =  
 
|rawr =  
 
|rawr =  

Latest revision as of 15:56, 22 July 2024

Crediting

Adapted from Template:Infobox Character V2

Usage

temp
Contributors temp
Other Name(s) temp
Information
Has Special Effect? Yes
Is Unique? No
Can be Refined? NO
Tags Butt
Tress
Version Added does not exist
Stats
Spellpower Spell Penetration 21
Accuracy Critical Chance 4
Focus 4 Initiative
Sexiness Temptation 4
Leadership Max HP +20
Attack Power Threat benis
Damage & Resistances
Damage Category test
Damage Type Resistances
21 Mental
12 Holy
Frost 5
Drug 51
Raw 21
{{Infobox Item V2
|name = temp
|image = 
|caption = 
|creators = 
|contributors = temp
|othernames = temp
|itemtype = 
|slot = 
|weapclass =
|classtype = 
|price = 
|hasspeceff = 
|isunique = 
|canrefine = 
|tags = 
|stacklimit = 
|usable = 
|combatusable = 
|versionadded  = 
|changelog =
|statstable = [yes] or [leave empty if none]
|armor = 
|armorpen = 
|spellpow = 
|spellpen = 
|eva = 
|ward = 
|acc = 
|crit = 
|focus = 
|init = 
|sexi = 
|temp = 
|lead = 
|maxhp = 
|attackpow = 
|threat = benis
|dmgnresttable = [yes] or [leave empty if none]
|dmgcat = test
|phyd = 
|phyr = 
|magd =
|magr = 
|mend = 
|menr = 
|pend = 
|penr = 
|crud = 
|crur = 
|hold = 
|holr = 
|blid = 
|blir = 
|acid = 
|acir = 
|fird = 
|firr = 
|frod = 
|fror = 
|stod = 
|stor = 
|tead = 
|tear = 
|drud = 
|drur = 
|phed = 
|pher = 
|fatd = 
|fatr = 
|psycd = 
|psycr = 
|mind = 
|minr = 
|rawd = 
|rawr = 
}}