Talk:Tamed Pet Summoning Levels: Difference between revisions

From SotA Wiki
Jump to navigation Jump to search
Judlit (talk | contribs)
mNo edit summary
Judlit (talk | contribs)
mNo edit summary
Line 1: Line 1:
I created this page because I like having a table of known summoning levels. It helps me choose which pet to tame next. And why not?  
I created this page because I like having a table of known summoning levels. It helps me choose which pet to tame next. And why not?  


I've been having trouble getting information out of template Infobox Item. We need PAGENAME and skilllvl. Strangely, "|?Has pagename" retrieves the first, but I haven't found any way of accessing the second. (Other than for artifacts?).  
I have finally learned how to define parameters "silently", (see template Summonable or Taming Necklace(Pet) for examples: they are invisible if I type them here). These parameters can then be tabulated via an #ask: clause. So, the only question is where to add these definitions.  


I won't mess around with template Infobox Item. That means adding the information explicitly, somewhere. (1) To the page of each creature which can be tamed, (template Summonable). (2) To some other page, (template Taming Necklace(Pet) ).  
(1) to the page of each creature which can be tamed, (via template Summonable).  
 
(2) on a separate page for each creature which can be tamed, (via template Taming Necklace(Pet) ).  


I included an #ask: clause for each approach, (test of concept: only one page currently exists using either approach).  
I included an #ask: clause for each approach, (test of concept: only one page currently exists using either approach).  


I think it's going well. The only remaining problem, (besides supplying said parameters to all those pages), is that MediaWiki wants the label of the first column to be a Property. (The label of the second column, now that I'm using "Requires skill level", is already a property. We are able to use it here because template Infobox Creatures doesn't).
I think it's going well. The only remaining problem, (besides supplying said parameters for all creatures which can be tamed), is that MediaWiki wants the label of the first column to be a Property. (The label of the second column, now that I'm using "Requires skill level", is already a property. We are able to use it here because templates Infobox Creatures and Infobox Item don't).

Revision as of 14:14, 6 May 2023

I created this page because I like having a table of known summoning levels. It helps me choose which pet to tame next. And why not?

I have finally learned how to define parameters "silently", (see template Summonable or Taming Necklace(Pet) for examples: they are invisible if I type them here). These parameters can then be tabulated via an #ask: clause. So, the only question is where to add these definitions.

(1) to the page of each creature which can be tamed, (via template Summonable).

(2) on a separate page for each creature which can be tamed, (via template Taming Necklace(Pet) ).

I included an #ask: clause for each approach, (test of concept: only one page currently exists using either approach).

I think it's going well. The only remaining problem, (besides supplying said parameters for all creatures which can be tamed), is that MediaWiki wants the label of the first column to be a Property. (The label of the second column, now that I'm using "Requires skill level", is already a property. We are able to use it here because templates Infobox Creatures and Infobox Item don't).