Jump to content

Template:Infobox character: Difference between revisions

From Megabonk Wiki
No edit summary
No edit summary
Line 1: Line 1:
{| class="infobox" style="width:240px; float:right; margin:0 0 12px 12px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08);"
<includeonly>
{| class="infobox" style="width:240px; float:right; margin:0 0 12px 12px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08); border-radius:12px; overflow:hidden; box-shadow:0 4px 14px rgba(0,0,0,.14); font-size:90%; text-align:left; line-height:1.45;"
|-
|-
! colspan="2" style="text-align:center; font-size:1.15em; padding:.35em; color:#FFD47F; background:rgba(255,255,255,.03);" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; font-size:1.15em; padding:.45em; color:#FFD47F; background:rgba(255,255,255,.03);" | {{{name|{{PAGENAME}}}}}
|-
|-
| colspan="2" style="text-align:center; padding:.3em;" | [[File:{{{image|Placeholder.png}}}|240px|center|{{{name|}}}]]
| colspan="2" style="text-align:center; padding:.3em;" | [[File:{{{image|Placeholder.png}}}|240px|center|{{{name|}}}]]
|-
|-
! style="width:40%; white-space:nowrap;" | Unlock
! style="width:40%; white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Unlock
| style="padding:.3em;" | {{{unlock|}}}
| style="padding:.4em;" | {{{unlock|}}}
|-
|-
! Default weapon
! style="white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Default weapon
| style="padding:.3em;" | {{{weapon|}}}
| style="padding:.4em;" | {{{weapon|}}}
|-
|-
! RNG Blessing
! style="white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | RNG Blessing
| style="padding:.3em;" | {{{blessing|}}}
| style="padding:.4em;" | {{{blessing|}}}
|-
|-
! Difficulty
! style="white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Difficulty
| style="padding:.3em;" | {{{difficulty|}}}
| style="padding:.4em;" | {{{difficulty|}}}
|-
|-
! Role
! style="white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Role
| style="padding:.3em;" | {{{role|}}}
| style="padding:.4em;" | {{{role|}}}
|}
|}
</includeonly><noinclude>
== Usage ==
<nowiki>{{Infobox character
| name      = Alice
| image      = Alice.png
| unlock    = Start of game
| weapon    = Sword of Dawn
| blessing  = Critical Luck
| difficulty = Medium
| role      = DPS
}}</nowiki>
</noinclude>

Revision as of 16:35, 2 October 2025

Usage

{{Infobox character | name = Alice | image = Alice.png | unlock = Start of game | weapon = Sword of Dawn | blessing = Critical Luck | difficulty = Medium | role = DPS }}