Jump to content

Main public logs

Combined display of all available logs of Drifters Almanac. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:27, 27 March 2026 Mildew talk contribs created page Module:SortedItemLinks (Created page with "local p = {} -- Return a sorted <ul> of wiki links from a comma-delimited list of item pages function p.fromDelimited(frame) local raw = frame.args[1] or "" local delimiter = frame.args.delimiter or "," local items = mw.text.split(raw, delimiter) local entries = {} for _, entry in ipairs(items) do local pageName = mw.text.trim(entry) if pageName ~= "" then table.insert(entries, pageName) end end -- Sort...")