Wiktionary talk:Templates with current language parameter

From Wiktionary, the free dictionary
Jump to navigation Jump to search

To find deleted templates[edit]

To make a list of redlinked templates in the list that can probably be removed, open the page and run this JavaScript in the browser console (opened with Ctrl + Shift + J in Chromium browsers like Chrome and Edge and Brave, Ctrl + Shift + H in Firefox):

console.log(Array.from(document.querySelectorAll("code a.new")).map(e => "[[T:" + e.textContent + "]]").join(", "))

Eru·tuon 19:34, 7 March 2023 (UTC)[reply]