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).
- 23:26, 1 September 2022 Chubby Potato talk contribs created page Module:Anchor (Created page with "-- This module implements {{anchor}}. Both the module and template are taken from Wikipedia. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(......")