Шаблон:Прокачка: различия между версиями

Материал из PokePower Wiki
Перейти к навигации Перейти к поиску
Строка 27: Строка 27:
  
 
<!-- 1 характер -->
 
<!-- 1 характер -->
<div style="flex:1; background:#f9f9f9;border:1px solid #eee;border-radius:6px;padding:6px 8px;">
+
<div style="flex:1; background:#f9f9f9; border:1px solid #eee; border-radius:6px; padding:6px 8px;">
   <div style="display:flex; align-items:center;">
+
   <div style="display:flex; align-items:center; min-height:48px;">
   
 
    <!-- левая колонка -->
 
 
     <div style="flex:1; text-align:center; font-size:0.85em; font-weight:bold;">
 
     <div style="flex:1; text-align:center; font-size:0.85em; font-weight:bold;">
 
       {{{nature1_name|—}}}
 
       {{{nature1_name|—}}}
 
     </div>
 
     </div>
 
+
     <div style="flex:1; text-align:center; font-size:0.95em; line-height:1.25;">
    <!-- правая колонка -->
 
     <div style="flex:1; text-align:center; font-size:0.95em;">
 
 
       <div style="color:#519c3f;">+{{{nature1_plus|}}}</div>
 
       <div style="color:#519c3f;">+{{{nature1_plus|}}}</div>
       <div style="margin-top:2px; color:#d43737;">-{{{nature1_minus|}}}</div>
+
       <div style="color:#d43737;">-{{{nature1_minus|}}}</div>
 
     </div>
 
     </div>
 
 
   </div>
 
   </div>
 
</div>
 
</div>
  
 
<!-- 2 характер -->
 
<!-- 2 характер -->
<div style="flex:1; background:#f9f9f9;border:1px solid #eee;border-radius:6px;padding:6px 8px;">
+
<div style="flex:1; background:#f9f9f9; border:1px solid #eee; border-radius:6px; padding:6px 8px;">
   <div style="display:flex; align-items:center;">
+
   <div style="display:flex; align-items:center; min-height:48px;">
   
 
 
     <div style="flex:1; text-align:center; font-size:0.85em; font-weight:bold;">
 
     <div style="flex:1; text-align:center; font-size:0.85em; font-weight:bold;">
 
       {{{nature2_name|—}}}
 
       {{{nature2_name|—}}}
 
     </div>
 
     </div>
 
+
     <div style="flex:1; text-align:center; font-size:0.95em; line-height:1.25;">
     <div style="flex:1; text-align:center; font-size:0.95em;">
 
 
       <div style="color:#519c3f;">+{{{nature2_plus|}}}</div>
 
       <div style="color:#519c3f;">+{{{nature2_plus|}}}</div>
       <div style="margin-top:2px; color:#d43737;">-{{{nature2_minus|}}}</div>
+
       <div style="color:#d43737;">-{{{nature2_minus|}}}</div>
 
     </div>
 
     </div>
 
 
   </div>
 
   </div>
 
</div>
 
</div>

Версия 19:55, 4 апреля 2026


Пример использования:

{{Прокачка
| name = Testmon
| role = Универсальный билд

| hp = 126
| hp_style = background:#fff4d1;border:1px solid #e6dbb9;border-radius:6px;padding:10px;color:#8c7a45;
| hp_star = <font color="#b13030">★</font>

| atk = 126
| atk_style = background:#ffe8e8;border:1px solid #e0b8b8;border-radius:6px;padding:10px;color:#8c4545;
| atk_star = <font color="#a930b1">★</font>

| def = 126
| def_style = background:#f4e8ff;border:1px solid #d8bfd8;border-radius:6px;padding:10px;color:#6a4a8c;
| def_star = <font color="#b13030">★</font>

| spa = 126
| spa_style = background:#e1f5fe;border:1px solid #b3e5fc;border-radius:6px;padding:10px;color:#0277bd;
| spa_star = <font color="#a930b1">★</font>

| spd = 126
| spd_style = background:#ffe8e8;border:1px solid #e0b8b8;border-radius:6px;padding:10px;color:#8c4545;
| spd_star = <font color="#b13030">★</font>

| spe = 126
| spe_style = background:#e8f5e9;border:1px solid #c8e6c9;border-radius:6px;padding:10px;color:#2e7d32;
| spe_star = <font color="#a930b1">★</font>

| build_type = Физ. атакер (раскач)
| item = {{Крепкий колокольчик}}

| moves =
* {{Атака|тип=fairy|имя=Грубая игра|доп=25 ур.}}
* {{Атака|тип=water|имя=Водная струя|доп=разведение}}
* {{Атака|тип=fighting|имя=Прорыв барьера|доп=ТМ 31}}
* {{Атака|тип=normal|имя=Барабан|доп=разведение}}

| options =
* {{Атака|тип=water|имя=Водопад|доп=ТМ 98}}
* {{Атака|тип=water|имя=Ликвидация|доп=обучение}}

| comment = Коммент

| nature_name = Наглый
| nature_minus = Атака
| nature_plus = Защита
| author = Test
}}