Combined display of all available logs of FiguraMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:26, 28 September 2024 TheKillerBunny talk contribs created page Module:Distinguish (Created page with "function hatnoteDistinguish(frame) local args = frame.args local final = {} for k, v in ipairs(args) do if k == #args then table.insert(final, "or") end table.insert(final, "" .. v .. "") end -- stuff return table.concat(final, ", ") end return {["hatnote"] = hatnoteDistinguish}")