Talk:Taming Necklace Summoning Levels: Difference between revisions

From SotA Wiki
Jump to navigation Jump to search
Judlit (talk | contribs)
No edit summary
Judlit (talk | contribs)
mNo edit summary
Line 9: Line 9:
The table can be created with one single, simple query:  
The table can be created with one single, simple query:  


{{#ask: [[Category:Taming Necklaces]]
#ask: [[Category:Taming Necklaces]]
|mainlabel=-
|mainlabel=-
|?Has creature name=Pet
|?Has creature name=Pet
|?Requires skill level=Level
|?Requires skill level=Level
|sort=Requires skill level
|sort=Requires skill level
}}


Unfortunately, this shows the first 50 rows, (by default?). If one manually sorts the table by Pet, (rather than by Level, as presented), it alphabetizes only those 50 first rows. (One can click on Further Information to see another alphabetized list of the next 50 rows, etc.). So, let's go back to the more complicated, but more functional, code.
(inside double braces). The resulting table shows the first 50 rows, (by default?), . If one manually sorts the table by Pet, (rather than by Level, as presented), it alphabetizes only those 50 first rows. (One can click on Further Information to see another alphabetized list of the next 50 rows, etc.). So, let's go back to the more complicated, but more functional, code.

Revision as of 15:14, 9 May 2023

Provides a table of required summoning levels for creatures which can be tamed.

The names and summoning levels for these creatures are provided in separate pages, each (ostensibly) describing the taming necklace for the given pet. Template Taming Necklace (Pet) is suggested for creating said pages.

A separate approach is also being considered, (cf. Tamed Creature Summoning Levels).

The table can be created with one single, simple query:

  1. ask:

|mainlabel=- |?Has creature name=Pet |?Requires skill level=Level |sort=Requires skill level

(inside double braces). The resulting table shows the first 50 rows, (by default?), . If one manually sorts the table by Pet, (rather than by Level, as presented), it alphabetizes only those 50 first rows. (One can click on Further Information to see another alphabetized list of the next 50 rows, etc.). So, let's go back to the more complicated, but more functional, code.