Template:Learnlist

Da Official Temtem Wiki.
Jump to navigation Jump to search

Questo template definisce la tabella "Learnsets". View table.

Template-info.png Documentation

This template provides a uniform design for technique learnsets on Temtem pages. It gets data from Special:CargoTables/Techniques, and declares and stores to Special:CargoTables/Learnsets

Usage[modifica]

No techniques added
{{Learnlist|header}}
{{Learnlist|footer}}
With techniques, all parameters
{{Learnlist|header|table_type}}
{{Learnlist|lvl=#|no=#|name=Technique name}}
{{Learnlist|footer}}

Parameters[modifica]

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 (only used if the header is set to Level)
no
Training Course number of a course learned by the Temtem (only used if the header is set to Course)
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 (STAB). The rest of the move's information will be pulled from Special:CargoTables/Techniques using this name.

Examples[modifica]

Learnlist

Dettagli Generali
Num. #49
Tipi unknownwind
Evolve da Kaku
Dettagli Tecnici
Rapporto Genere ?
Tasso Cattura ?
Tratti ?
Ricompensa FreeTem! ?
TV Ceduti
HP STA SPD ATK DEF SPATK SPDEF
Dettagli Fisici
Peso
?
Altezza
?
Dettagli Cattura
Luogo ?

Example 1[modifica]

{{Learnlist|header}}
{{Learnlist|lvl=3|name=Sharp Leaf}}
{{Learnlist|footer}}

??? Nome Type Classe Danno Costo STA Tenuta Priorità
??? Sharp Leaf  ?  ?  ?  ?  ?  ?

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[modifica]

{{Learnlist|header|level}}
{{Learnlist|lvl=3|name=Sharp Leaf}}
{{Learnlist|footer}}

Livello Nome Type Classe Danno Costo STA Tenuta Priorità
3 Sharp Leaf  ?  ?  ?  ?  ?  ?

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

Example 3[modifica]

{{Learnlist|header|course}}
{{Learnlist|no=3|name=Sharp Leaf}}
{{Learnlist|footer}}

CT Nome Type Classe Danno Costo STA Tenuta Priorità
TC003 Sharp Leaf  ?  ?  ?  ?  ?  ?

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

Example 4[modifica]

{{Learnlist|header|egg}}
{{Learnlist|no=3|name=Sharp Leaf}}
{{Learnlist|footer}}

Genitore Nome Type Classe Danno Costo STA Tenuta Priorità
Sharp Leaf  ?  ?  ?  ?  ?  ?

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