Module:Ref: Revision history

From Little Tail Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 February 2025

  • curprev 18:3418:34, 23 February 2025 Meguumin talk contribs 3,058 bytes +3,058 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"]..."