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
  • 21:59, 12 May 2025 Mildew talk contribs protected Module:SmartMobLinks [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:59, 12 May 2025 Mildew talk contribs created page Module:SmartMobLinks (Created page with "local p = {} function p.linkOrForm(frame) local raw = frame.args[1] or "" local delimiter = frame.args.delimiter or "," local items = mw.text.split(raw, delimiter) local output = {} table.insert(output, '<ul style="margin-left: 1em;">') for _, fullPath in ipairs(items) do fullPath = mw.text.trim(fullPath) if fullPath ~= "" then local prefix, rest = string.match(fullPath, "^(.-)/(.+)$") local label = full...")