Difference between revisions of "Template:SingleSprite"
Jump to navigation
Jump to search
(example usage) |
(gender x and purified handling) |
||
Line 2: | Line 2: | ||
|style="width:16%"|{{{2|Normal}}} | |style="width:16%"|{{{2|Normal}}} | ||
|- style="background-color:#e5e5e5;color:#4c4c4c" | |- style="background-color:#e5e5e5;color:#4c4c4c" | ||
− | |<img src= "http://{{GameURL}}/images/pokemon/{{{2|Normal}}}/{{{1|0}}}.png" alt="No {{{2|Normal}}} form available"> | + | |<img style="position: relative;z-index:2;"src="http://{{GameURL}}/images/pokemon/{{{2|Normal}}}/{{{1|0}}}.png"alt="No {{{2|Normal}}} form available" "><img style="z-index:0;position:absolute;left: 50%;transform: translate(-50%, 0);" src="http://{{GameURL}}/images/{{{3|}}}.png"alt=""> |
+ | |||
|- | |- | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
− | <noinclude><pre>{{SingleSprite|number|trait}} | + | <noinclude><pre>{{SingleSprite|number|trait|aura(purified), Gen_X(x gendered)}} |
− | </pre>Example:<pre>{{SingleSprite|1|Dyna}}</pre>{{SingleSprite|1|Dyna}} | + | </pre>Example:<pre>{{SingleSprite|1|Dyna|aura}} |
+ | </pre> | ||
+ | {{SingleSprite|1|Dyna|aura}} | ||
+ | More Examples: | ||
+ | {{SingleSprite|251|Golden}} | ||
+ | {{SingleSprite|251|Snow|aura}} | ||
+ | {{SingleSprite|251|Midnight|Gen_X}} | ||
</noinclude> | </noinclude> |
Revision as of 11:06, 28 April 2022
{{SingleSprite|number|trait|aura(purified), Gen_X(x gendered)}}
Example:
{{SingleSprite|1|Dyna|aura}}
Dyna |
More Examples:
Golden |
Snow |
Midnight |