Template:Infobox character: Difference between revisions
Appearance
No edit summary |
m example |
||
Line 4: | Line 4: | ||
! 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; 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|alt={{{name|}}} character|{{{name|}}}]] | ||
|- | |- | ||
! style="width:40%; white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Unlock | ! style="width:40%; white-space:nowrap; padding:.4em; background:rgba(255,212,127,.08); border-radius:6px;" | Unlock | ||
Line 32: | Line 32: | ||
| role = Ranged | | role = Ranged | ||
}} | }} | ||
=== Example (copy-paste code) === | |||
<pre> | |||
{{Infobox character | |||
| name = Fox | |||
| image = Fox.png | |||
| unlock = Default | |||
| weapon = Firestaff | |||
| blessing = +1% Luck per level | |||
| difficulty = Easy | |||
| role = Ranged | |||
}} | |||
</pre> | |||
</noinclude> | </noinclude> |
Revision as of 16:58, 2 October 2025
Usage
Example (copy-paste code)
{{Infobox character | name = Fox | image = Fox.png | unlock = Default | weapon = Firestaff | blessing = +1% Luck per level | difficulty = Easy | role = Ranged }}