Template:EvolutionBox: Difference between revisions
Appearance
Created page with "<div style="display:flex; align-items:center; gap:16px;"> <!-- First evolution --> {| class="wikitable" style="font-size:100%;" !style="text-align:center;"|[[File:{{{icon1}}}|50px|{{{name1}}}]] |- !style="text-align:center;"|#{{{number1}}} {{{name1}}} |} <!-- Arrow--> <div style="display: flex; flex-direction: column; align-items: center; font-size:28px; font-weight:bold; padding: 0 10px;"> ➜ <div style="font-size:18px; font-weight:bold; margin-top: 4px;">Level {{{..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
<div style="display:flex; align-items:center; gap:16px;"> | <div style="display:flex; align-items:center; gap:16px;"> | ||
<!-- First evolution --> | <!-- First evolution --> | ||
{| class="wikitable" style="font-size:100%;" | {| class="wikitable" style="font-size:100%;" | ||
!style="text-align:center;"|[[File:{{{icon1}}}|50px|{{{name1}}}]] | !style="text-align:center;"|[[File:{{{icon1}}}.png|50px|{{{name1}}}]] | ||
|- | |- | ||
!style="text-align:center;"|#{{{ | !style="text-align:center;"|#{{{index1}}} {{{name1}}} | ||
|} | |} | ||
<!-- Arrow--> | <!-- Arrow --> | ||
<div style="display: flex; flex-direction: column; align-items: center; font-size:28px; font-weight:bold; padding: 0 10px;">➜<div style="font-size:18px; font-weight:bold; margin-top: 4px;">Level {{{level}}}</div> | |||
<div style="display: flex; flex-direction: column; align-items: center; font-size:28px; font-weight:bold; padding: 0 10px;"> | |||
➜ | |||
<div style="font-size:18px; font-weight:bold; margin-top: 4px;">Level {{{level}}}</div> | |||
</div> | </div> | ||
<!-- Second | <!-- Second Evolution --> | ||
{| class="wikitable" style="font-size:100%;" | {| class="wikitable" style="font-size:100%;" | ||
!style="text-align:center;"|[[File:{{{icon2}}}|50px|{{{name2}}}]] | !style="text-align:center;"|[[File:{{{icon2}}}.png|50px|link={{{name2}}}]] | ||
|- | |||
!style="text-align:center;"|[[{{{name2}}}|#{{{index2}}} {{{name2}}}]] | |||
|- | |- | ||
|} | |} | ||
</div> | </div> |
Revision as of 16:21, 3 July 2025
[[File:{{{icon1}}}.png|50px|{{{name1}}}]] |
---|
#{{{index1}}} {{{name1}}} |
➜
Level {{{level}}}
[[File:{{{icon2}}}.png|50px|link={{{name2}}}]] |
---|
[[{{{name2}}}|#{{{index2}}} {{{name2}}}]] |