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
  • 18:35, 12 May 2025 Mildew talk contribs protected Module:SubpageLinks [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 18:35, 12 May 2025 Mildew talk contribs created page Module:SubpageLinks (Created page with "local p = {} function p.fromDelimited(frame) local raw = frame.args[1] or "" local delimiter = frame.args.delimiter or "," local list = mw.text.split(raw, delimiter) local output = {} table.insert(output, '<ul style="margin-left: 1em;">') for _, item in ipairs(list) do item = mw.text.trim(item) if item ~= "" then local label local target = item -- If it has a /, treat it as "Name/Zone" → "Na...")