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
  • 20:19, 13 May 2025 Mildew talk contribs created page Module:PrettyQuestLink (Created page with "local p = {} function p.pretty(frame) local raw = frame.args[1] or "" raw = mw.text.trim(raw) -- Extract subpage name if in format "Quest/Some Quest" local _, quest = string.match(raw, "^(.-)/(.+)$") local label = quest or raw -- fallback to full name if not a subpage return string.format("%s", raw, label) end return p")