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

Logs
  • 18:52, 15 July 2023 Bongolium500 talk contribs created page Module:Source medium (Created page with "local textUtil = require('Module:TextUtil') local p = {} function p.getMedium(frame) local pageName = frame:getParent().args[1] local dab = textUtil.split(textUtil.split(string.gsub(pageName, "%)", ""), "(", true)[2], " ", true) if dab[#dab] == "story" then return dab[#dab-1] elseif dab[#dab] == "webcast" or dab[#dab] == "feature" or dab[#dab] == "script" or dab[#dab] == "illustration" or dab[#dab] == "poem" then return dab[#dab] elseif dab[#dab] == "novel" or...")