Talk:Taming Necklace Summoning Levels: Difference between revisions

From SotA Wiki
Jump to navigation Jump to search
Judlit (talk | contribs)
mNo edit summary
Judlit (talk | contribs)
m Judlit moved page Talk:Summonable Pets to Talk:Taming Necklace Summoning Levels: More descriptive
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
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.  
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).
A separate approach is also being considered, (cf. page Tamed Creature Summoning Levels).


***
***


The table can be created with one single, simple query:  
The table can be created with one single, simple query:  
 
<nowiki>
#ask: [[Category:Taming Necklaces]]
{{#ask: [[Category:Taming Necklaces]]
|mainlabel=-
|mainlabel=-
|?Has creature name=Pet
|?Has pagename=Taming Necklace
|?Has creature name=Tamed Creature
|?Requires skill level=Level
|?Requires skill level=Level
|sort=Requires skill level
|sort=Requires skill level,Has creature name
|limit=100
}}
</nowiki>
(This table would have three columns: the taming necklace, the creature's page, and summoning 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.
Note that alphabetization works strangely, unless one specifies a limit large enough to show the entire table. The table shows 50 rows by default? If one manually sorts that table by Tamed Creature, it shows those same 50 rows, alphabetized. Even if Tamed Creatures listed on subsequent pages, (click "Further results..."), should come first, alphabetically.

Latest revision as of 18:21, 29 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. page Tamed Creature Summoning Levels).

The table can be created with one single, simple query: {{#ask: [[Category:Taming Necklaces]] |mainlabel=- |?Has pagename=Taming Necklace |?Has creature name=Tamed Creature |?Requires skill level=Level |sort=Requires skill level,Has creature name |limit=100 }} (This table would have three columns: the taming necklace, the creature's page, and summoning level).

Note that alphabetization works strangely, unless one specifies a limit large enough to show the entire table. The table shows 50 rows by default? If one manually sorts that table by Tamed Creature, it shows those same 50 rows, alphabetized. Even if Tamed Creatures listed on subsequent pages, (click "Further results..."), should come first, alphabetically.