Template:Fish: Difference between revisions

From PokéHeroes Wiki
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
<code><nowiki>{{Fish|common|72|Tentacool}}</nowiki></code>
<code><nowiki>{{Fish|common|72|Tentacool}}</nowiki></code>
This would turn into:
This would turn into:
<html><table class="fishingtable"><tr></html>
<html>
<style>
.fishingtable > td {
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}
 
.fishcommon {
        background-color: #e0e7f1;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}
 
.fishuncommon {
    background-color: #B3C4DB;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}
 
.fishrare {
    background-color: #709DDB;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}
.fishveryrare {
    background-color: #8CA0A0;
    border-width: 1px;
    border-color: #3292C5;
    border-style: solid;
}
</style>
<table class="fishingtable"><tr></html>
{{Fish|common|72|Tentacool}}
{{Fish|common|72|Tentacool}}
<html></tr></table></html>
<html></tr></table></html>
</noinclude>
</noinclude>

Revision as of 16:05, 4 June 2016


This template was created for the Emera Beach-Article so we'd have an easy way to include all the Pokémon we can fish from there.

Usage

Pretty simple include:
{{{Fish|First parameter|Second Parameter|Third parameter}}}

  • First parameter: Rarity.
  • Second parameter: Pokémon PokéDex number (Without the 0 or the 1 for normal/shiny as the template would put it automatically.
  • Third Parameter: Pokémon's name.


Available Rarities

Here are the ones that you can use right now. they'd also work as the Pokémon background color change, so try to not misspell them!

  • Common.
  • Uncommon.
  • Rare.
  • Veryrare (Use it without a space in the middle is it would break the code~).

Example

For this example I'm gonna use Tentacool: {{Fish|common|72|Tentacool}} This would turn into:



Tentacool

common