All public logs
From Tardis Wiki, the free Doctor Who reference
Combined display of all available logs of Tardis Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:13, 30 June 2023 Bongolium500 talk contribs created page Module:Non-WLH link (Created page with "local linkUtil = require("Module:LinkUtil") local p = {} function p.nonWLHLink(frame) local link = frame:getParent().args[1] local display = linkUtil.getLinkText(link) if linkUtil.getDisplayText(link) and linkUtil.getDisplayText(link) ~= "" then display = linkUtil.getDisplayText(link) end local ret = "<span class=\"non-wlh-link\">[https://tardis.fandom.com/wiki/" .. linkUtil.getLinkText(link) .. " " .. display .. "]</span>" return ret end return p")