You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn(`[MediaWiki Scraping - getWikiDataFunctionPage()] redirect for function page "${pageName}" on wiki "${wiki.wikiName}" (${document.location.href}) has no href attribute!`);
83
+
appendToStepSummarySection(`
84
+
### Function Page w/ Invalid Redirect (No href attribute)
console.warn(`[MediaWiki Scraping - getWikiDataFunctionPage()] redirect for function page "${pageName}" on wiki "${wiki.wikiName}" (${document.location.href}) redirects to a page that does not fit the expected function page name format!`,{redirectedFunctionName, redirectedScriptName, redirectedUrl, match});
99
+
appendToStepSummarySection(`
100
+
### Function Page w/ Invalid Redirect (Invalid Page Name Format)
console.warn(`[MediaWiki Scraping - getWikiDataFunctionPage()] redirect for function page "${pageName}" on wiki "${wiki.wikiName}" (${document.location.href}) redirects to a function that does not exist in the index! Redirected URL is ${redirectHref}, and the function should be ${redirectedScriptName}.${redirectedFunctionName}`,{redirectedFunctionName, redirectedScriptName, redirectedUrl, match});
113
+
appendToStepSummarySection(`
114
+
### Function Page w/ Invalid Redirect (Function Not Found in Index)
0 commit comments