Talk:Taming Necklace Summoning Levels: Difference between revisions
Created page with "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 (oste..." |
No edit summary |
||
| Line 4: | Line 4: | ||
A separate approach is also being considered, (cf. Tamed Creature Summoning Levels). | A separate approach is also being considered, (cf. Tamed Creature Summoning Levels). | ||
*** | |||
The table can be created with one single, simple query: | |||
{{#ask: [[Category:Taming Necklaces]] | |||
|mainlabel=- | |||
|?Has creature name=Pet | |||
|?Requires skill level=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. | |||
Revision as of 12:55, 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:
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.