Difference between revisions of "Template:Infobox Item"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
|- | |- | ||
| colspan="2" | <div style="text-align:center;">{{{image|[[File:Example.png|100px]]}}}</div> | | colspan="2" | <div style="text-align:center;">{{{image|[[File:Example.png|100px]]}}}</div> | ||
|- | |||
! Version | |||
| {{#switch:{{{version|Uncharged}}} | |||
| Uncharged = {{{version1|Uncharged}}} | |||
| Charged = {{{version2|Charged}}} | |||
}} | |||
|- | |- | ||
! Type | ! Type | ||
Line 12: | Line 18: | ||
! colspan="2" style="background:#aaa;" | '''Attack Bonuses''' | ! colspan="2" style="background:#aaa;" | '''Attack Bonuses''' | ||
|- | |- | ||
| Stab || {{{ | | Stab || {{#switch:{{{version|Uncharged}}} | Uncharged={{{attack_stab1|0}}} | Charged={{{attack_stab2|0}}} }} | ||
|- | |- | ||
| Slash || {{{ | | Slash || {{#switch:{{{version|Uncharged}}} | Uncharged={{{attack_slash1|0}}} | Charged={{{attack_slash2|0}}} }} | ||
|- | |- | ||
| Crush || {{{ | | Crush || {{#switch:{{{version|Uncharged}}} | Uncharged={{{attack_crush1|0}}} | Charged={{{attack_crush2|0}}} }} | ||
|- | |- | ||
| Magic || {{{ | | Magic || {{#switch:{{{version|Uncharged}}} | Uncharged={{{attack_magic1|0}}} | Charged={{{attack_magic2|0}}} }} | ||
|- | |- | ||
| Ranged || {{{ | | Ranged || {{#switch:{{{version|Uncharged}}} | Uncharged={{{attack_ranged1|0}}} | Charged={{{attack_ranged2|0}}} }} | ||
|- | |- | ||
! colspan="2" style="background:#aaa;" | '''Defence Bonuses''' | ! colspan="2" style="background:#aaa;" | '''Defence Bonuses''' | ||
|- | |- | ||
| Stab || {{{ | | Stab || {{#switch:{{{version|Uncharged}}} | Uncharged={{{defence_stab1|0}}} | Charged={{{defence_stab2|0}}} }} | ||
|- | |- | ||
| Slash || {{{ | | Slash || {{#switch:{{{version|Uncharged}}} | Uncharged={{{defence_slash1|0}}} | Charged={{{defence_slash2|0}}} }} | ||
|- | |- | ||
| Crush || {{{ | | Crush || {{#switch:{{{version|Uncharged}}} | Uncharged={{{defence_crush1|0}}} | Charged={{{defence_crush2|0}}} }} | ||
|- | |- | ||
| Magic || {{{ | | Magic || {{#switch:{{{version|Uncharged}}} | Uncharged={{{defence_magic1|0}}} | Charged={{{defence_magic2|0}}} }} | ||
|- | |- | ||
| Ranged || {{{ | | Ranged || {{#switch:{{{version|Uncharged}}} | Uncharged={{{defence_ranged1|0}}} | Charged={{{defence_ranged2|0}}} }} | ||
|- | |- | ||
! colspan="2" style="background:#aaa;" | '''Other Bonuses''' | ! colspan="2" style="background:#aaa;" | '''Other Bonuses''' | ||
|- | |- | ||
| Strength || {{{ | | Strength || {{#switch:{{{version|Uncharged}}} | Uncharged={{{strength1|0}}} | Charged={{{strength2|0}}} }} | ||
| | |||
|- | |- | ||
| | | Ranged Strength || {{#switch:{{{version|Uncharged}}} | Uncharged={{{ranged_strength1|0}}} | Charged={{{ranged_strength2|0}}} }} | ||
|- | |- | ||
| | | Magic Damage || {{#switch:{{{version|Uncharged}}} | Uncharged={{{magic_damage1|0}}} | Charged={{{magic_damage2|0}}} }} | ||
|- | |- | ||
| Prayer || {{#switch:{{{version|Uncharged}}} | Uncharged={{{prayer1|0}}} | Charged={{{prayer2|0}}} }} | |||
|} | |} |