Template:Learnlist

From Official Temtem Wiki
Jump to navigation Jump to search

This template defines the table "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

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

Parameters

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

Learnlist

General Details
No. #49
Types
Evolves from Kaku
Technical Details
Gender Ratio ?
Catch Rate ?
Exp Yield Modifier ?
Traits ?
Radar Cost ?
Luma Drops (Luma) ?
Luma Drops (Umbra) ?
TV Yield
HP STA SPD ATK DEF SPATK SPDEF
Physical Details
Height
?
Weight
?
Catching Details
Locations ?

Example 1

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

??? Name Type Class Damage STA Cost Hold Priority
??? Sharp Leaf Physical 57 7 0 2_Normal

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

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

Level Name Type Class Damage STA Cost Hold Priority
3 Sharp Leaf Physical 57 7 0 2_Normal

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

Example 3

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

TC Name Type Class Damage STA Cost Hold Priority
TC003 Sharp Leaf Physical 57 7 0 2_Normal

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

Example 4

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

Parent Name Type Class Damage STA Cost Hold Priority
Sharp Leaf Physical 57 7 0 2_Normal

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