Main public logs
From Little Tail Wiki
Jump to navigationJump to search
Combined display of all available logs of Little Tail Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:34, 23 February 2025 Meguumin talk contribs created page Module:Ref (Created page with "local p = {} function ContainsOr(base, options) local found = false for _, option in ipairs(options) do if base == option then found = true break end end return found end function CreateLink(url, title) return "[" .. url .. " " .. title .. "]" end function p.main(frame) local parent_args = frame:getParent().args local final_content = "" -- Variables from parent template. -- Ref tag parameters. local name = parent_args["name"]...")