Template:BaseStatList: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary Tag: Manual revert |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
<tr> | <tr> | ||
<td> | <td> | ||
<table class="sortable" style="text-align: center;"> | <table class="sortable" style="text-align: center; width: 100%;"> | ||
<tr style="text-align: center; background-color: {{#var:cell}}; color: {{#var:border}};"><th scope="col" colspan="2" style="border-radius: 15px 1px 1px 1px; width: 7%; border: 1px solid {{#var:border}};">#No.</th><th scope="col" style="width: 10%; border: 1px solid {{#var:border}};">Name</th><th style="background-color: #{{HP_color_light}}; width: 6%; border: 1px solid #{{HP_color_dark}}; color: #{{HP_color_dark}}">HP</th><th style="background-color: #{{Attack_color_light}}; width: 7%; border: 1px solid #{{Attack_color_dark}}; color: #{{Attack_color_dark}};">Attack</th><th style="background-color: #{{Defense_color_light}}; width: 7%; border: 1px solid #{{Defense_color_dark}}; color: #{{Defense_color_dark}};">Defense</th><th style="background-color: #{{Special_Attack_color_light}}; width: 10%; border: 1px solid #{{Special_Attack_color_dark}}; color: #{{Special_Attack_color_dark}};">Sp. Attack</th><th style="background-color: #{{Special_Defense_color_light}}; width: 12%; border: 1px solid #{{Special_Defense_color_dark}}; color: #{{Special_Defense_color_dark}};">Sp. Defense</th><th style="background-color: #{{Speed_color_light}}; width: 6%; border: 1px solid #{{Speed_color_dark}}; color: #{{Speed_color_dark}}; border-top-right-radius: 15px;">Speed</th></tr> | <tr style="text-align: center; background-color: {{#var:cell}}; color: {{#var:border}};"><th scope="col" colspan="2" style="border-radius: 15px 1px 1px 1px; width: 7%; border: 1px solid {{#var:border}};"># No.</th><th scope="col" style="width: 10%; border: 1px solid {{#var:border}};">Name</th><th style="background-color: #{{HP_color_light}}; width: 6%; border: 1px solid #{{HP_color_dark}}; color: #{{HP_color_dark}}">HP</th><th style="background-color: #{{Attack_color_light}}; width: 7%; border: 1px solid #{{Attack_color_dark}}; color: #{{Attack_color_dark}};">Attack</th><th style="background-color: #{{Defense_color_light}}; width: 7%; border: 1px solid #{{Defense_color_dark}}; color: #{{Defense_color_dark}};">Defense</th><th style="background-color: #{{Special_Attack_color_light}}; width: 10%; border: 1px solid #{{Special_Attack_color_dark}}; color: #{{Special_Attack_color_dark}};">Sp. Attack</th><th style="background-color: #{{Special_Defense_color_light}}; width: 12%; border: 1px solid #{{Special_Defense_color_dark}}; color: #{{Special_Defense_color_dark}};">Sp. Defense</th><th style="background-color: #{{Speed_color_light}}; width: 6%; border: 1px solid #{{Speed_color_dark}}; color: #{{Speed_color_dark}}; border-top-right-radius: 15px;">Speed</th></tr> | ||
{{#for_external_table: | {{#for_external_table: | ||
{{#get_web_data:url= | {{#get_web_data:url=https://wiki.pokemonrevolution.net/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|data=generation=Generation,number=Pokedex Number,name=Name,HP=HP,ATK=Attack,DEF=Defense,SPA=Special Attack,SPDDEF=Special Defense,SPD=Speed}} | ||
<tr style="background-color: #FFFFFF; color:#000000; cellpadding: 3px"> | <tr style="background-color: #FFFFFF; color:#000000; cellpadding: 3px"> | ||
<td>{{{number}}}</td> | <td>{{{number}}}</td> |