Toggle 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
  • 20:34, 2 March 2024 Bongolium500 talk contribs created page Module:File license (Created page with "local p = {} --p stands for package local h = {} --h stands for helper function p.makeLicense(frame) local args = frame:getParent().args local image = args["image"] or "" local imageSize = 80 local typeOfFile = "" or "image" local source = "" local license = args["license"] or "" local copyrightHolder = "" local typeOfFileArticle = "a" local vowels = {["a"] = true, ["e"] = true, ["i"] = true, ["o"] = true, ["u"] = true} if vowels[string.sub(typeOfFile, 1,...")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.