Content deleted Content added
→getWebsite error: Reply |
|||
Line 53:
:@[[User:MSGJ|MSGJ]] <s>Which infobox? This may be a template-level issue.</s> Nevermind I'm dumb, I missed your example because it's literally blank :) Taking a glance... -- [[User:Ferret|ferret]] ([[User_talk:Ferret|talk]]) 14:20, 3 October 2022 (UTC)
:@[[User:MSGJ|MSGJ]] The culprit is the line {{tq|if not qid then return nil end}}. If the page has no qid, the function ends early. I think this should probably be something like {{tq|if not qid and not url then return nil end}}. That should allow it to continue if a locally defined url is set. -- [[User:Ferret|ferret]] ([[User_talk:Ferret|talk]]) 14:29, 3 October 2022 (UTC)
|