Template:PokemonByEVYield: Difference between revisions
Jump to navigation
Jump to search
m Finalized the optimized version of the template. Had to omit the total-EV column due to math-parsing limitations in this string-handling language, but it should load much, much more seamlessly now overall. |
Added in a new column: rarity-tier values. |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="pro-table" align="center" style="width: | <table class="pro-table" align="center" style="width: 90%;"> | ||
<tr> | <tr> | ||
<td> | <td> | ||
<table class="sortable" style="text-align: center; background-color: #333333;"> | <table class="sortable" style="text-align: center; background-color: #333333;"> | ||
<tr class="pro-table-header"><th scope="col" colspan="2" class="pro-table-header-cell" style="border-radius: 15px 1px 1px 1px; width: | <tr class="pro-table-header"><th scope="col" colspan="2" class="pro-table-header-cell" style="border-radius: 15px 1px 1px 1px; width: 7%;">No.</th><th scope="col" class="pro-table-header-cell" width="10%">Name</th><th scope="col" class="pro-table-header-cell" width="4%">Exp.</th><th class="pro-table-header-cell" width="12%">Rarity Tier</th><th style="background-color: #FF0000; width: 6%">HP</th><th style="background-color: #F08030; width: 7%;">Attack</th><th style="background-color: #FD8030; width: 7%>Defense</th><th style="background-color: #6890F0; width: 10%">Sp. Attack</th><th style="background-color: #78C850; width: 12%;">Sp. Defense</th><th style="background-color: #F85888; width: 6%; border-radius: 1px 15px 1px 1px;">Speed</th></tr> | ||
{{#for_external_table: | {{#for_external_table: | ||
Line 13: | Line 13: | ||
<td>{{{npc}}}{{{wild}}}[[{{{name}}}]]{{{wild}}}{{{npc}}}</td> | <td>{{{npc}}}{{{wild}}}[[{{{name}}}]]{{{wild}}}{{{npc}}}</td> | ||
<td>{{{exp}}}</td> | <td>{{{exp}}}</td> | ||
<td>{{{rarity}}}</td> | |||
<td style="background-color: #FF5959;">{{{HP}}}</td> | <td style="background-color: #FF5959;">{{{HP}}}</td> | ||
<td style="background-color: #F5AC78;">{{{ATK}}}</td> | <td style="background-color: #F5AC78;">{{{ATK}}}</td> |