Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

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).

Logs
  • 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")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.