Category talk:Pages with script errors: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
Created page with "It looks like a lot of these script errors are caused by the IDs for the Dark Vision and Night Vision mutations being swapped. For example, on the baboon page, the mutations parameter in the character template is <nowiki>{{creature mutation|{{MutationID to name|DarkVision}}|3|12}}</nowiki>, which generates this error: {{creature mutation|{{MutationID to name|DarkVision}}|3|12}} If I replace "DarkVision" with "NightVision" it generates correctly. I didn't save..."
 
No edit summary
Line 1: Line 1:
It looks like a lot of these script errors are caused by the IDs for the [[Dark Vision]] and [[Night Vision]] mutations being swapped. For example, on the [[baboon]] page, the mutations parameter in the character template is <nowiki>{{creature mutation|{{MutationID to name|DarkVision}}|3|12}}</nowiki>, which generates this error: {{creature mutation|{{MutationID to name|DarkVision}}|3|12}} If I replace "DarkVision" with "NightVision" it generates correctly. I didn't save this change, though, because it seems better to solve the underlying issue by correcting the IDs on the mutation pages, but I realized that some editors had manually fixed this issue on various individual creature pages as can be seen by the list of over 100 creatures on the Dark Vision page, and if I updated the 2 mutation pages, it would cause these 100+ creature pages to now be in error. So, essentially, what I am hoping for is that someone can use a bot to handle these changes. --[[User:Casaphescence|Casaphescence]] ([[User talk:Casaphescence|talk]]) 22:53, 18 September 2024 (UTC)
It looks like a lot of these script errors are caused by the IDs for the [[Dark Vision]] and [[Night Vision]] mutations being swapped. For example, on the [[baboon]] page, the mutations parameter in the character template is <nowiki>{{creature mutation|{{MutationID to name|DarkVision}}|3|12}}</nowiki>, which generates this error: {{creature mutation|{{MutationID to name|DarkVision}}|3|12}} If I replace "DarkVision" with "NightVision" it generates correctly. I didn't save this change, though, because it seems better to solve the underlying issue by correcting the IDs on the mutation pages, but I realized that some editors had manually fixed this issue on various individual creature pages as can be seen by the list of over 100 creatures on the Dark Vision page, and if I updated the 2 mutation pages, it would cause these 100+ creature pages to now be in error. So, essentially, what I am hoping for is that someone can use a bot to handle these changes. --[[User:Casaphescence|Casaphescence]] ([[User talk:Casaphescence|talk]]) 22:53, 18 September 2024 (UTC)
The data is correct, the creatures do have the <code>DarkVision</code> mutation, which is the "Night Vision" mutation.
[[User:Librarianmage|Librarianmage]] ([[User talk:Librarianmage|talk]]) 00:08, 19 September 2024 (UTC)

Revision as of 00:08, 19 September 2024

It looks like a lot of these script errors are caused by the IDs for the Dark Vision and Night Vision mutations being swapped. For example, on the baboon page, the mutations parameter in the character template is {{creature mutation|{{MutationID to name|DarkVision}}|3|12}}, which generates this error:

Night Vision (3)

If I replace "DarkVision" with "NightVision" it generates correctly. I didn't save this change, though, because it seems better to solve the underlying issue by correcting the IDs on the mutation pages, but I realized that some editors had manually fixed this issue on various individual creature pages as can be seen by the list of over 100 creatures on the Dark Vision page, and if I updated the 2 mutation pages, it would cause these 100+ creature pages to now be in error. So, essentially, what I am hoping for is that someone can use a bot to handle these changes. --Casaphescence (talk) 22:53, 18 September 2024 (UTC)

The data is correct, the creatures do have the DarkVision mutation, which is the "Night Vision" mutation. Librarianmage (talk) 00:08, 19 September 2024 (UTC)