Template:PokemonFishingData: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(24 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>This is to be applicatively used on Pokémon-specific pages to glean all spawn data of where the Pokémon is [[Fishing|fishable]]. | <noinclude>This is to be applicatively used on Pokémon-specific pages to glean all spawn data of where the Pokémon is [[Fishing|fishable]]. | ||
It transcludes its data from [[ | It transcludes its data from [[RawWaterSpawnData]].</noinclude> | ||
[[Category:Pokémon-location templates]] | [[Category:Pokémon-location templates]] | ||
<includeonly> | <includeonly> | ||
{{# | {{#get_file_data:source=spawns|file name=surf_spawns.csv|format=CSV with header|filters=Pokemon={{{Name|{{PAGENAME}}}}},FishingOnly=1|data=farea=Map,fmember=Member,fnumber=DexID,fname=Pokemon,fmorning=Morning,fday=Day,fnight=Night,fitem=Item,frarity=Tier,fminlvl=MinLvl,fmaxlvl=MaxLvl,frod=RequiredRod}} | ||
<table align=" | <table align="left" style="width: 88%; max-width: 100%; text-align: center; cellpadding: 3px; cellspacing: 10px; margin: auto auto; border-radius: 15px; border: 4px solid #{{Water_color_dark}}; background-color: #{{Water_color}}; padding: 7px;"> | ||
<tr><td colspan="9"><div style="margin: auto auto; width: 30px; height: 30px; border: 3px solid #{{Water_color_dark}}; border-radius: 40px; background-color: #{{Water_color_light}}; padding: 5px;">[[File:Old Rod.png]]</div></td></tr> | <tr><td colspan="9"><div style="margin: auto auto; width: 30px; height: 30px; border: 3px solid #{{Water_color_dark}}; border-radius: 40px; background-color: #{{Water_color_light}}; padding: 5px;">[[File:Old Rod.png]]</div></td></tr> | ||
<tr style="background-color: #{{Water_color_light}};"><th scope="col" style="border-radius: 15px 1px 1px 1px; width: 15%; border: | <tr style="background-color: #{{Water_color_light}};"><th scope="col" style="border-radius: 15px 1px 1px 1px; width: 15%; border: 1px solid #{{Water_color_dark}}; color: #{{Water_color_dark}};">Location</th><th scope="col" style="width: 7%; border: 1px solid #{{Water_color_dark}}; color: #{{Water_color_dark}};">Levels</th><th colspan="3" scope="col" style="width: 6%; border: 1px solid #{{Water_color_dark}};">[[Pokétime|<span style="color: #{{Water_color_dark}};">Times</span>]]</th><th style="width: 10%; border: 1px solid #{{Water_color_dark}}; color: #{{Water_color_dark}};">Held Item</th> | ||
<th style="width:11%; border: | <th style="width:11%; border: 1px solid #{{Water_color_dark}}; color: #{{Water_color_dark}};">Rod</th> | ||
<th style="border-radius: 1px 15px 1px 1px; width: 10%; border: | <th style="border-radius: 1px 15px 1px 1px; width: 10%; border: 1px solid #{{Water_color_dark}};">[[List of Pokémon by Rarity Tier|<span style="color: #{{Water_color_dark}};">Rarity Tier</span>]]</tr> | ||
{{# | {{#display_external_table:template=PokemonFishingDataRow|data=area=farea,number=fnumber,name=fname,morning=fmorning,day=fday,night=fnight,minlvl=fminlvl,maxlvl=fmaxlvl,item=fitem,rarity=frarity,rod=frod,member=fmember}} | ||
<tr><td colspan="9" style="text-align: left; border-radius: 1px 1px 25px 25px; border: 1px solid #{{Water_color_dark}}; background-color: #{{Water_color_light}}; padding: 5px;"><ul style="margin-top: 8px; margin-left: 10px;"><li>Pokémon on this list can '''only''' be encountered via [[fishing]].</li> | |||
<li><span style="color:#FF00BF; font-weight: bold;">Pink-colored</span> areas denote that this spawn is [[membership]]-exclusive.</li> | |||
</ul></td></tr> | |||
</table><br clear="all"> | |||
<tr><td colspan="9" style="text-align: left; border-radius: 1px 1px 25px 25px; border: 1px solid #{{Water_color_dark}}; background-color: #{{Water_color_light}};"><ul style="margin-top: 8px; margin-left: 10px;"><li><span style="color:#FF00BF; font-weight: bold;">Pink-colored</span> areas denote that this | |||
</table> | |||
</includeonly> | </includeonly> |
Latest revision as of 14:43, 22 December 2023
This is to be applicatively used on Pokémon-specific pages to glean all spawn data of where the Pokémon is fishable.
It transcludes its data from RawWaterSpawnData.