Plantilla:Learnlist

De Official Temtem Wiki
Ir a la navegación Ir a la búsqueda


Template-info.png Documentación

This template provides a uniform design for Temtem pages with the specific species.

Usage[editar]

No techniques added
{{Learnlist|header}}
{{Learnlist|footer}}
With techniques, all parameters
{{Learnlist|header|table_type}}
{{Learnlist|lvl=#|no=#|type=Technique Type|class=Technique Class|dmg=#|sta=#|hold=#|priority=#|synergy_type=Type}}
{{Learnlist|footer}}

Parameters[editar]

The Header Tag
Required. The header tag is required for the creation of the techniques table.
Optional. A second parameter after the header file defined the table type. This has been added for possible future implementation. Tables types correspond to Course, Level, and Egg Technique tables
The Footer Tag
Required Needs to be at the end of any table set.
lvl
Level at which a temtem learns a technique
no
Training Course number of a course learned by the temtem
name
Technique Name. If an infobox is also defined on this page with a defined type, the table will italicize the name if the type parameter is defined and matches the temtem type
type
Technique Type
class
Technique Class or Category
dmg
Optional. Damage of Technique. Defaults to a dash.
sta
Stamina Cost
hold
Optional. Hold of the Technique. Defaults to None.
priority
Priority of the Technique
synergy_type
Optional. Synergy type of the Technique. Defaults to nothing.

Examples[editar]

Learnlist
Saku.png
Normal Luma
Detalles generales
Número 49
Tipos LargeNature.pngLargeWind.png
Evoluciona de Kaku
Detalles técnicos
Traits ?
Rendimiento de TV ?
Detalles fisiológicos
Altura ?
Peso ?

Example 1[editar]

{{Learnlist|header}}
{{Learnlist|lvl=3|name=Sharp Leaf|type=nature|class=physical|dmg=50|sta=7|priority=4|synergy_type=wind}}
{{Learnlist|footer}}

Técnicas que aprende Learnlist
Lvl Nombre Tipo Categoría Daño Estamina Hold Prioridad
3 Sharp Leaf LargeNature.png(+LargeWind.png) Física 50 7 No VeryHigh

  • Cursiva indica una técnica que obtiene STAB cuando la usa Learnlist
  • (+ UnknownType.png) indica que la técnica tiene Sinergia con el tipo dentro de los paréntesis.

Notice that as long as the infobox, the temtem's type in the infobox, and the type of the Technique is defined, the Technique is italicized.

Example 2[editar]

{{Learnlist|header|level}}
{{Learnlist|lvl=3|name=Sharp Leaf|type=nature|class=physical|dmg=50|sta=7|priority=4|synergy_type=wind}}
{{Learnlist|footer}}

Técnicas que aprende Learnlist por Nivel
Lvl Nombre Tipo Categoría Daño Estamina Hold Prioridad
3 Sharp Leaf LargeNature.png(+LargeWind.png) Física 50 7 No VeryHigh

  • Cursiva indica una técnica que obtiene STAB cuando la usa Learnlist
  • (+ UnknownType.png) indica que la técnica tiene Sinergia con el tipo dentro de los paréntesis.

The secondary parameter in the header tag indicates that this is a Leveling Techniques table. The Table adjusts accordingly.

Example 3[editar]

{{Learnlist|header|course}}
{{Learnlist|no=3|name=Sharp Leaf|type=nature|class=physical|dmg=50|sta=7|priority=4|synergy_type=wind}}
{{Learnlist|footer}}

Técnicas que aprende Learnlist por Cursos
TC# Nombre Tipo Categoría Daño Estamina Hold Prioridad
3 Sharp Leaf LargeNature.png(+LargeWind.png) Física 50 7 No VeryHigh

  • Cursiva indica una técnica que obtiene STAB cuando la usa Learnlist
  • (+ UnknownType.png) indica que la técnica tiene Sinergia con el tipo dentro de los paréntesis.

The secondary parameter in the header tag indicates that this is a Courses Techniques table. The Table adjusts accordingly.

Example 4[editar]

{{Learnlist|header|egg}}
{{Learnlist|name=Sharp Leaf|type=nature|class=physical|dmg=50|sta=7|priority=4|synergy_type=wind}}
{{Learnlist|footer}}

Técnicas que aprende Learnlist por Crianza
Nombre Tipo Categoría Daño Estamina Hold Prioridad
Sharp Leaf LargeNature.png(+LargeWind.png) Física 50 7 No VeryHigh

  • Cursiva indica una técnica que obtiene STAB cuando la usa Learnlist
  • (+ UnknownType.png) indica que la técnica tiene Sinergia con el tipo dentro de los paréntesis.

The secondary parameter in the header tag indicates that this is a Breeding Techniques table. The Table adjusts accordingly.