Jump to content

Template:Infobox character: Difference between revisions

From Megabonk Wiki
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width:320px; font-size:90%; line-height:1.3;"
{| class="infobox" style="width:300px; font-size:90%; line-height:1.3; border:1px solid #aaa; background:#f9f9f9; float:right; clear:right; margin:0 0 1em 1em;"
|-
|-
! colspan="2" style="text-align:center; font-size:120%;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; font-size:120%; background:#ddd;" | {{{name|{{PAGENAME}}}}}
|-
|-
| colspan="2" style="text-align:center;" |
| colspan="2" style="text-align:center;" |
  [[File:{{{image|Placeholder.png}}}|300px|alt={{{alt|{{{name|{{PAGENAME}}}} Megabonk character}}}}|class=character-image|link=]]
[[File:{{{image|Placeholder.png}}}|250px|alt={{{alt|{{{name|{{PAGENAME}}}} Megabonk character}}}}|link=]]
{{#if:{{{caption|}}}|
{{{caption|}}}
|-
| colspan="2" style="text-align:center; font-style:italic; color:#555;" | {{{caption}}}
}}
 
|-
|-
! Availability
! Availability
| {{#if:{{{availability|}}}|{{{availability}}}|—}} {{#if:{{{unlock_note|}}}|<br /><small>{{{unlock_note}}}</small>}}
| {{{availability|}}}
|-
|-
! Unlock Method
! Unlock Method
| {{#if:{{{unlock|}}}|{{{unlock}}}|—}}
| {{{unlock|}}}
|-
|-
! Default Weapon
! Default Weapon
| {{#if:{{{weapon|}}}|[[{{{weapon}}}]]<br /><small>(see [[Weapons]])</small>|—}}
| {{{weapon|}}}
|-
|-
! RNG Blessing / Traits
! RNG Blessing / Traits
| {{#if:{{{rng|}}}|{{{rng}}}|—}}
| {{{rng|}}}
|-
|-
! Role / Class
! Role / Class
| {{#if:{{{role|}}}|{{{role}}}|—}}
| {{{role|}}}
|-
|-
! Starting Map
! Starting Map
| {{#if:{{{map|}}}|{{{map}}}|—}}
| {{{map|}}}
|-
! Faction
| {{#if:{{{faction|}}}|{{{faction}}}|—}}
|-
! Related Quests
| {{#if:{{{quests|}}}|{{{quests}}}|—}}
|-
! Related Challenges
| {{#if:{{{challenges|}}}|{{{challenges}}}|—}}
|-
! Tome / Items Synergy
| {{#if:{{{synergy|}}}|{{{synergy}}}|—}}
|-
|-
! Base Stats
! Base Stats
| {{#if:{{{hp|}}}|'''HP:''' {{{hp}}}<br />|}}
| {{{stats|}}}
  {{#if:{{{armor|}}}|'''Armor:''' {{{armor}}}<br />|}}
  {{#if:{{{damage|}}}|'''Damage:''' {{{damage}}}<br />|}}
  {{#if:{{{speed|}}}|'''Speed:''' {{{speed}}}<br />|}}
  {{#if:{{{crit|}}}|'''Crit Chance:''' {{{crit}}}%<br />|}}
  {{#if:{{{luck|}}}|'''Luck:''' {{{luck}}}%<br />|}}
  {{#if:{{{evasion|}}}|'''Evasion:''' {{{evasion}}}%<br />|}}
  {{#if:{{{thorns|}}}|'''Thorns:''' {{{thorns}}}|}}
|-
|-
! Per-Level Growth
! Growth
| {{#if:{{{growth|}}}|{{{growth}}}|—}}
| {{{growth|}}}
|-
|-
! Notes
! Notes
| {{#if:{{{notes|}}}|{{{notes}}}|—}}
| {{{notes|}}}
|}
|}
{{#if:{{{nocat|}}}||[[Category:Characters]]}}
[[Category:Characters]]
</includeonly>
</includeonly>
<noinclude>
<noinclude>
== Usage ==
== Usage ==
Example:
<pre>
<pre>
{{Infobox character
{{Infobox character
Line 71: Line 47:
| availability= Starting character
| availability= Starting character
| unlock      = —
| unlock      = —
| weapon      = Firestaff
| weapon      = [[Firestaff]]
| rng        = +1% Luck per level
| rng        = +1% Luck per level
| role        = Ranged
| role        = Ranged
| map        = [[Forest]]
| map        = [[Forest]]
| hp          = 100
| stats      = HP: 100<br />Armor: 0<br />Damage: 10<br />Speed: 1.00
| damage      = 10
| growth      = +1% Luck per level
| growth      = +1% Luck per level
| notes      = Works well with the [[Damage Tome]] to maximize scaling.
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 17:34, 29 September 2025


Usage

{{Infobox character
| name        = Fox
| image       = Fox.png
| alt         = Fox Megabonk character
| caption     = Starter character
| availability= Starting character
| unlock      = —
| weapon      = [[Firestaff]]
| rng         = +1% Luck per level
| role        = Ranged
| map         = [[Forest]]
| stats       = HP: 100<br />Armor: 0<br />Damage: 10<br />Speed: 1.00
| growth      = +1% Luck per level
| notes       = Works well with the [[Damage Tome]] to maximize scaling.
}}