Template:AreaSurfSpawns: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
Haneroze (talk | contribs)
m Attempt to remove strange linebreaks
Line 1: Line 1:
<noinclude>This is to be used on area-specific pages for fishably encounterable Pokemon.  
<noinclude>This is to be used on area-specific pages for fishably encounterable Pokemon.  


If Pokemon-spawn data is documented for the page name on [[RawWaterSpawnData]], it'll be auto-tabulated when this template is applied on the page. If you want to specify the locational name, use the {{{Location}}} argument; otherwise, it'll default to the page-name as the location name.</noinclude>
If Pokemon-spawn data is documented for the page name on [[RawWaterSpawnData]], it'll be auto-tabulated when this template is applied on the page. If you want to specify the locational name, use the {{{Location}}} argument; otherwise, it'll default to the page-name as the location name.</noinclude><!--
<includeonly>
--><includeonly><!--
{{#if:{{{Location|}}} | {{#vardefine:Location|{{{Location}}}}}  | {{#vardefine:Location|{{PAGENAME}}}} }}
-->{{#if:{{{Location|}}} | {{#vardefine:Location|{{{Location}}}}}  | {{#vardefine:Location|{{PAGENAME}}}} }}<!--
{{#vardefine:waterborder|#{{Water_color_dark}}}}
-->{{#vardefine:waterborder|#{{Water_color_dark}}}}<!--
{{#vardefine:waterbackground|#{{Water_color}}}}
-->{{#vardefine:waterbackground|#{{Water_color}}}}<!--
{{#vardefine:watercell|#{{Water_color_light}}}}
-->{{#vardefine:watercell|#{{Water_color_light}}}}<!--
{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/RawWaterSpawnData|format=CSV with header|filters=Area={{#var:Location}},Location=Surfing|data=member=Membership,number=Pokedex Number,name=Pokemon,morning=Morning,day=Day,night=Night,item=Held Item,rarity=Tier,levels=Levels,rod=Rod}}
-->{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/RawWaterSpawnData|format=CSV with header|filters=Area={{#var:Location}},Location=Surfing|data=member=Membership,number=Pokedex Number,name=Pokemon,morning=Morning,day=Day,night=Night,item=Held Item,rarity=Tier,levels=Levels,rod=Rod}}<!--
<table align="center" style="width: 85%; max-width: 90%; text-align: center; cellpadding: 3px; cellspacing: 10px; margin: auto auto; border-radius: 15px; border: 4px solid {{#var:waterborder}}; background-color: {{#var:waterbackground}}; padding: 7px;">
--><table align="center" style="width: 85%; max-width: 90%; text-align: center; cellpadding: 3px; cellspacing: 10px; margin: auto auto; border-radius: 15px; border: 4px solid {{#var:waterborder}}; background-color: {{#var:waterbackground}}; padding: 7px;">
<tr><td colspan="9"><div style="margin: auto auto; width: 53px; height: 53px; border: 3px solid #{{Water_color_dark}}; border-radius: 40px; background-color: #{{Water_color_light}}; padding: 5px;">[[File:PikachuSurf.png]]</div></td></tr>
<tr><td colspan="9"><div style="margin: auto auto; width: 53px; height: 53px; border: 3px solid #{{Water_color_dark}}; border-radius: 40px; background-color: #{{Water_color_light}}; padding: 5px;">[[File:PikachuSurf.png]]</div></td></tr>
<tr style="background-color: {{#var:watercell}};"><th scope="col" colspan="2" style="border-radius: 15px 1px 1px 1px; width: 15%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Pokémon</th><th scope="col" style="width: 23%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Level range</th><th colspan="3" scope="col" style="width: 6%; border: 2px solid {{#var:waterborder}};">[[Pokétime|<span style="color: {{#var:waterborder}};">Times</span>]]</th><th style="width: 20%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Held Item</th><th style="width: 8%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Rod</th><th style="border-radius: 1px 15px 1px 1px; width: 10%; border: 2px solid {{#var:waterborder}};">[[List of Pokémon by Rarity Tier|<span style="color: {{#var:waterborder}};">Rarity Tier</span>]]</tr>
<tr style="background-color: {{#var:watercell}};"><th scope="col" colspan="2" style="border-radius: 15px 1px 1px 1px; width: 15%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Pokémon</th><th scope="col" style="width: 23%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Level range</th><th colspan="3" scope="col" style="width: 6%; border: 2px solid {{#var:waterborder}};">[[Pokétime|<span style="color: {{#var:waterborder}};">Times</span>]]</th><th style="width: 20%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Held Item</th><th style="width: 8%; border: 2px solid {{#var:waterborder}}; color: {{#var:waterborder}};">Rod</th><th style="border-radius: 1px 15px 1px 1px; width: 10%; border: 2px solid {{#var:waterborder}};">[[List of Pokémon by Rarity Tier|<span style="color: {{#var:waterborder}};">Rarity Tier</span>]]</tr>

Revision as of 16:09, 29 August 2018

This is to be used on area-specific pages for fishably encounterable Pokemon.

If Pokemon-spawn data is documented for the page name on RawWaterSpawnData, it'll be auto-tabulated when this template is applied on the page. If you want to specify the locational name, use the {{{Location}}} argument; otherwise, it'll default to the page-name as the location name.