Main public logs
Appearance
Combined display of all available logs of WikiGence. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:39, 27 October 2025 Wikigence talk contribs created page Wiki/Module:Footnote (Created page with "local p = {} local function makeRef(args) local content = args[1] or '' local name = args.name local group = args.group local ref = args.ref local tag = 'ref' local out = '<' .. tag if name and name ~= '' then out = out .. ' name="' .. name .. '"' end if group and group ~= '' then out = out .. ' group="' .. group .. '"' end out = out .. '>' if ref and ref ~= '' then out = out .. ref elseif content and content ~= '' then out = out .. content end...")