Wiktionary talk:Templates with current language parameter

Latest comment: 1 year ago by Erutuon in topic To find deleted templates

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

Return to the project page "Templates with current language parameter".