Template:Evolution/doc: Difference between revisions

From PokéFarm Q Official Wiki
Jump to navigation Jump to search
(→‎Example: Adding square border note.)
(Updating for new format.)
Line 5: Line 5:
**The egg sprite is based off of the first evolution's name as naming conventions should be followed.
**The egg sprite is based off of the first evolution's name as naming conventions should be followed.
*'''spoiler''' - if set, the egg sprite will be displayed in a spoiler box.
*'''spoiler''' - if set, the egg sprite will be displayed in a spoiler box.
**The spoiler box is not an actual spoiler box, and transclusion causes images to not load within a spoiler.
**The spoiler box is not an actual spoiler box, as transclusion causes images to not load within a spoiler.
*'''name1''' - the name of the first Pokémon in the evolutionary set. Used for image names and caption.
*'''split''' - if set, the ''name2N'' and ''evo2N'' parameters come into effect.
*'''name11''' - the name of the first Pokémon in the evolutionary set. Used for image names and caption.
**If not set, defaults to Unknown.
**If not set, defaults to Unknown.
*'''name2''' - the name of the second Pokémon in the evolutionary set. Used for image names and caption.
*'''name12''' - the name of the second Pokémon in the evolutionary set. Used for image names and caption.
**If not set, the panels for displaying the sprites will not display and ''evo1'' will be ignored.
**If not set, the panels for displaying the sprites will not display and ''evo11'' will be ignored unless ''name22'' is set.
*'''name3''' - the name of the third Pokémon in the evolutionary set. Used for image names and caption.
*'''name13''' - the name of the third Pokémon in the evolutionary set. Used for image names and caption.
**If not set, the panels for displaying the sprites will not display and ''evo2'' will be ignored.
**If not set, the panels for displaying the sprites will not display and ''evo12'' will be ignored unless ''name23'' is set.
*'''name14''' - the name of the fourth Pokémon in the evolutionary set. Used for image names and caption.
**If not set, the panels for displaying the sprites will not display and ''evo13'' will be ignored unless ''name24'' is set.
*'''suffix''' - Naming suffix. Appended to the image names of all sprite and excluded from captions. Used for multi-form Pokémon.
*'''suffix''' - Naming suffix. Appended to the image names of all sprite and excluded from captions. Used for multi-form Pokémon.
*'''evo1''' - Requirements for evolution from stage 1 to stage 2. If not set, defaults to Unknown.
*'''evo11''' - Requirements for evolution from stage 1 to stage 2. If not set, defaults to Unknown.
*'''evo2''' - Requirements for evolution from stage 2 to stage 3. If not set, defaults to Unknown.
*'''evo12''' - Requirements for evolution from stage 2 to stage 3. If not set, defaults to Unknown.
*'''evo13''' - Requirements for evolution from stage 3 to stage 4. If not set, defaults to Unknown.
*'''name22''' - the name of the first split evolution Pokémon in the evolutionary set. Used for image names and caption.
**If not set, the panels for displaying the sprites will not display and ''evo21'' will be ignored unless ''name12'' is set.
*'''name23''' - the name of the second split evolution Pokémon in the evolutionary set. Used for image names and caption.
**If not set, the panels for displaying the sprites will not display and ''evo22'' will be ignored unless ''name13'' is set.
*'''name24''' - the name of the third split evolution Pokémon in the evolutionary set. Used for image names and caption.
**If not set, the panels for displaying the sprites will not display and ''evo23'' will be ignored unless ''name14'' is set.
*'''evo21''' - Requirements for evolution from stage 1 to split stage 2. If not set, defaults to Unknown.
*'''evo22''' - Requirements for evolution from split stage 2 to split stage 3. If not set, defaults to Unknown.
*'''evo23''' - Requirements for evolution from split stage 3 to split stage 4. If not set, defaults to Unknown.


=== Example ===
=== Example ===
The following example makes use of all parameters:
Note: the square borders do not show as such when viewed outside of a doc.
 
The following example makes use of all basic parameters:
*'''egg''' - ''true''
*'''egg''' - ''true''
*'''spoiler''' - ''true''
*'''spoiler''' - ''true''
*'''name1''' - ''Seasonal Turtwig''
*'''name11''' - ''Seasonal Turtwig''
*'''name2''' - ''Seasonal Grotle''
*'''name12''' - ''Seasonal Grotle''
*'''name3''' - ''Seasonal Torterra''
*'''name13''' - ''Seasonal Torterra''
*'''suffix''' - ''_Summer''
*'''suffix''' - ''_Summer''
*'''evo1''' - ''Level 18''
*'''evo11''' - ''Level 18''
*'''evo2''' - ''Level 32''
*'''evo12''' - ''Level 32''
 
{{Evolution|egg=true|spoiler=true|name11=Seasonal Turtwig|name12=Seasonal Grotle|name13=Seasonal Torterra|suffix=_Summer|evo11=Level 18|evo12=Level 32}}
 
The following example makes use of the split evolution functionality:
*'''egg''' = ''true''
*'''spoiler''' - ''true''
*'''name11''' - ''Snowpoke''
*'''name12''' - ''Snowbro''
*'''evo11''' - ''Level 37''
*'''split''' - ''true''
*'''name22''' - ''Snowking''
*'''evo21''' - ''Trade with Kings Rock''


Note: the square borders do not show as such when viewed outside of a doc.
{{Evolution|egg=true|spoiler=true|name11=Snowpoke|evo11=Level 37|name12=Snowbro|split=true|evo21=Trade with Kings Rock|name22=Snowking}}
{{Evolution|egg=true|spoiler=true|name1=Seasonal Turtwig|name2=Seasonal Grotle|name3=Seasonal Torterra|suffix=_Summer|evo1=Level 18|evo2=Level 32}}

Revision as of 19:02, 2 January 2015

This template is to be used to show the evolution progression of a family of Pokémon, including the egg stage. It can display up to three evolutions + one egg.

Parameters

  • egg - if set, the panel to display an egg sprite will be displayed and the spoiler parameter will be used.
    • The egg sprite is based off of the first evolution's name as naming conventions should be followed.
  • spoiler - if set, the egg sprite will be displayed in a spoiler box.
    • The spoiler box is not an actual spoiler box, as transclusion causes images to not load within a spoiler.
  • split - if set, the name2N and evo2N parameters come into effect.
  • name11 - the name of the first Pokémon in the evolutionary set. Used for image names and caption.
    • If not set, defaults to Unknown.
  • name12 - the name of the second Pokémon in the evolutionary set. Used for image names and caption.
    • If not set, the panels for displaying the sprites will not display and evo11 will be ignored unless name22 is set.
  • name13 - the name of the third Pokémon in the evolutionary set. Used for image names and caption.
    • If not set, the panels for displaying the sprites will not display and evo12 will be ignored unless name23 is set.
  • name14 - the name of the fourth Pokémon in the evolutionary set. Used for image names and caption.
    • If not set, the panels for displaying the sprites will not display and evo13 will be ignored unless name24 is set.
  • suffix - Naming suffix. Appended to the image names of all sprite and excluded from captions. Used for multi-form Pokémon.
  • evo11 - Requirements for evolution from stage 1 to stage 2. If not set, defaults to Unknown.
  • evo12 - Requirements for evolution from stage 2 to stage 3. If not set, defaults to Unknown.
  • evo13 - Requirements for evolution from stage 3 to stage 4. If not set, defaults to Unknown.
  • name22 - the name of the first split evolution Pokémon in the evolutionary set. Used for image names and caption.
    • If not set, the panels for displaying the sprites will not display and evo21 will be ignored unless name12 is set.
  • name23 - the name of the second split evolution Pokémon in the evolutionary set. Used for image names and caption.
    • If not set, the panels for displaying the sprites will not display and evo22 will be ignored unless name13 is set.
  • name24 - the name of the third split evolution Pokémon in the evolutionary set. Used for image names and caption.
    • If not set, the panels for displaying the sprites will not display and evo23 will be ignored unless name14 is set.
  • evo21 - Requirements for evolution from stage 1 to split stage 2. If not set, defaults to Unknown.
  • evo22 - Requirements for evolution from split stage 2 to split stage 3. If not set, defaults to Unknown.
  • evo23 - Requirements for evolution from split stage 3 to split stage 4. If not set, defaults to Unknown.

Example

Note: the square borders do not show as such when viewed outside of a doc.

The following example makes use of all basic parameters:

  • egg - true
  • spoiler - true
  • name11 - Seasonal Turtwig
  • name12 - Seasonal Grotle
  • name13 - Seasonal Torterra
  • suffix - _Summer
  • evo11 - Level 18
  • evo12 - Level 32
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Level 18

Unknown
Level 18

Unknown
Level 32

Unknown
Level 32

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown

The following example makes use of the split evolution functionality:

  • egg = true
  • spoiler - true
  • name11 - Snowpoke
  • name12 - Snowbro
  • evo11 - Level 37
  • split - true
  • name22 - Snowking
  • evo21 - Trade with Kings Rock
Egg
Snowpoke
Snowbro
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Level 37

Trade with Kings Rock
Level 37

Trade with Kings Rock
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown

Unknown
Unknown
Snowking
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown
Unknown