<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://drifters-almanac.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AQuestLinks</id>
	<title>Module:QuestLinks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://drifters-almanac.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AQuestLinks"/>
	<link rel="alternate" type="text/html" href="https://drifters-almanac.com/index.php?title=Module:QuestLinks&amp;action=history"/>
	<updated>2026-05-21T13:10:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://drifters-almanac.com/index.php?title=Module:QuestLinks&amp;diff=1962&amp;oldid=prev</id>
		<title>Mildew: Protected &quot;Module:QuestLinks&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://drifters-almanac.com/index.php?title=Module:QuestLinks&amp;diff=1962&amp;oldid=prev"/>
		<updated>2025-05-13T02:07:29Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/Module:QuestLinks&quot; title=&quot;Module:QuestLinks&quot;&gt;Module:QuestLinks&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:07, 12 May 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mildew</name></author>
	</entry>
	<entry>
		<id>https://drifters-almanac.com/index.php?title=Module:QuestLinks&amp;diff=1961&amp;oldid=prev</id>
		<title>Mildew: Created page with &quot;local p = {}  function p.fromDelimited(frame)     local raw = frame.args[1] or &quot;&quot;     local delimiter = frame.args.delimiter or &quot;,&quot;     local list = mw.text.split(raw, delimiter)     local output = {}      table.insert(output, &#039;&lt;ul style=&quot;margin-left: 1em;&quot;&gt;&#039;)     for _, item in ipairs(list) do         item = mw.text.trim(item)         if item ~= &quot;&quot; then             -- Extract display name from subpage             local _, quest = string.match(item, &quot;^(.-)/(.+)$&quot;)...&quot;</title>
		<link rel="alternate" type="text/html" href="https://drifters-almanac.com/index.php?title=Module:QuestLinks&amp;diff=1961&amp;oldid=prev"/>
		<updated>2025-05-13T02:07:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.fromDelimited(frame)     local raw = frame.args[1] or &amp;quot;&amp;quot;     local delimiter = frame.args.delimiter or &amp;quot;,&amp;quot;     local list = mw.text.split(raw, delimiter)     local output = {}      table.insert(output, &amp;#039;&amp;lt;ul style=&amp;quot;margin-left: 1em;&amp;quot;&amp;gt;&amp;#039;)     for _, item in ipairs(list) do         item = mw.text.trim(item)         if item ~= &amp;quot;&amp;quot; then             -- Extract display name from subpage             local _, quest = string.match(item, &amp;quot;^(.-)/(.+)$&amp;quot;)...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.fromDelimited(frame)&lt;br /&gt;
    local raw = frame.args[1] or &amp;quot;&amp;quot;&lt;br /&gt;
    local delimiter = frame.args.delimiter or &amp;quot;,&amp;quot;&lt;br /&gt;
    local list = mw.text.split(raw, delimiter)&lt;br /&gt;
    local output = {}&lt;br /&gt;
&lt;br /&gt;
    table.insert(output, &amp;#039;&amp;lt;ul style=&amp;quot;margin-left: 1em;&amp;quot;&amp;gt;&amp;#039;)&lt;br /&gt;
    for _, item in ipairs(list) do&lt;br /&gt;
        item = mw.text.trim(item)&lt;br /&gt;
        if item ~= &amp;quot;&amp;quot; then&lt;br /&gt;
            -- Extract display name from subpage&lt;br /&gt;
            local _, quest = string.match(item, &amp;quot;^(.-)/(.+)$&amp;quot;)&lt;br /&gt;
            local label = quest or item  -- fallback if not a subpage&lt;br /&gt;
            table.insert(output, string.format(&amp;#039;&amp;lt;li&amp;gt;[[%s|%s]]&amp;lt;/li&amp;gt;&amp;#039;, item, label))&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    table.insert(output, &amp;#039;&amp;lt;/ul&amp;gt;&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    return table.concat(output, &amp;quot;\n&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Mildew</name></author>
	</entry>
</feed>