Plantilla:CoromonPage/doc

De Coromon Wiki
Ir a la navegación Ir a la búsqueda

Documentation

This template generates the structure and data for a page on a Coromon. It automatically generates the infobox, traits, skillset, and evolution chart sections of the page.

Parameters

Parameter Status Description Example Specification
1 required Name of the Coromon as it is in the database
{{CoromonPage|Swurmy}}
demoStatus required The status of this Coromon in the demo version of the game. See Template:CoroDemo for acceptable inputs.
{{CoromonPage|Swurmy|demoStatus=1}} <!-- obtainable in demo -->
{{CoromonPage|Otogy|demoStatus=2}} <!-- only can be seen in demo-->
{{CoromonPage|Cyberite|demoStatus=3}} <!-- not in demo -->
prev optional Coromon displayed in the right side of the navbar. Defaults to the previous Coromon in the database.
{{CoromonPage|Embaval|prev=Toruga}}
next optional Coromon displayed in the left side of the navbar. Defaults to the next Coromon in the database.
{{CoromonPage|Embaval|next=Volcadon}}
intro optional, recommended The intro paragraph near the top of the page.
{{CoromonPage|Cubzero|intro='''Cubzero''' is an [[Ice Type]] Coromon. It evolves into [[Aroara]] at level 16.}}
biology optional, recommended The biology section of the page
{{CoromonPage|Cubzero|biology=A very descriptive summary of the Coromon's appearance!}}
locations optional, recommended The locations section of the page, defaults to Unknown
{{CoromonPage|Swurmy|locations=
*[[Radiant Park]]
*[[Woodlow Forest]] 
*(etc...)}}
triva optional The triva section of the page
{{CoromonPage|Cubzero|trivia=
Cubzero's evolution line's names were coined by SovereignSyd.)}}
backSprites optional, recommended The "Back Sprites" section of the gallery, requires gallery tags.
{{CoromonPage|Patterbit|trivia=
<gallery> 
68 Patterbit A back.gif|Standard
68 Patterbit B back.gif|Potent
68 Patterbit C back.gif|Perfect
</gallery> )}}
backSprites optional The "Beta Sprites" section of the gallery, requires gallery tags.
{{CoromonPage|Patterbit|trivia=
<gallery>
Beta Cubzero.png
</gallery>)}}
otherSprites optional The "Other" section of the gallery, requires gallery tags.
{{CoromonPage|Houndos|otherSprites=
<gallery>
Houndos Concept Art.png|Official Concept Art
</gallery>)}}
refs optional Set to "true" to generate the "References" section if there's ref tags.
{{CoromonPage|Nibblegar|refs=true)}}

Example Usage

This is the standard way of how this template should be used. To maintain consistency and quality across the wiki. Please follow the format below.

{{CoromonPage 
|Cubzero
|demoStatus=1
|intro=
'''Cubzero''' is an [[Ice Type]] Coromon. It evolves into [[Aroara]] at level 16. 
|biology=
Cubzero is a small Coromon that resembles a polar bear cub. It has white fur and stands up on two legs. It has the appearance of a large snowball, as most of its body is covered in a spherical layer of snow. Only its paws and head stick out of the snow.  
|locations=
Starter Coromon from [[Professor Nelson]] at the [[Coromon Lab]]
|trivia=
Cubzero's evolution line's names were coined by SovereignSyd as part of a naming contest.<ref>https://twitter.com/CoromonTheGame/status/1119672319717326849</ref>
<h3>Origins and Etymology</h3>
{{PAGENAME}} is based on a polar bear cub and its name is a portmanteau of cub and sub-zero.
|backSprites= 
<gallery> 
1 Cubzero A back.gif|Standard
1 Cubzero B back.gif|Potent
1 Cubzero C back.gif|Perfect
</gallery> 
|betaSprites= 
<gallery>
Cubzero.gif|Beta design 
Beta Cubzero.png
</gallery>
|refs=true
}}