<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alsresume.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ACitation_mode</id>
	<title>Module:Citation mode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alsresume.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ACitation_mode"/>
	<link rel="alternate" type="text/html" href="https://wiki.alsresume.com/index.php?title=Module:Citation_mode&amp;action=history"/>
	<updated>2026-07-26T04:52:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.0</generator>
	<entry>
		<id>https://wiki.alsresume.com/index.php?title=Module:Citation_mode&amp;diff=10617&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.alsresume.com/index.php?title=Module:Citation_mode&amp;diff=10617&amp;oldid=prev"/>
		<updated>2025-04-04T20:12:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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 13:12, 4 April 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>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.alsresume.com/index.php?title=Module:Citation_mode&amp;diff=10616&amp;oldid=prev</id>
		<title>wikipedia&gt;Hike395: simplify (per Trappist suggestion)</title>
		<link rel="alternate" type="text/html" href="https://wiki.alsresume.com/index.php?title=Module:Citation_mode&amp;diff=10616&amp;oldid=prev"/>
		<updated>2024-12-25T17:10:38Z</updated>

		<summary type="html">&lt;p&gt;simplify (per Trappist suggestion)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;require (&amp;#039;strict&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
-- determine whether we&amp;#039;re being called from a sandbox&lt;br /&gt;
local isSandbox = mw.getCurrentFrame():getTitle():find(&amp;#039;sandbox&amp;#039;, 1, true)&lt;br /&gt;
local sandbox = isSandbox and &amp;#039;/sandbox&amp;#039; or &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
local cfg = mw.loadData (&amp;#039;Module:Citation/CS1/Configuration&amp;#039; .. sandbox)&lt;br /&gt;
&lt;br /&gt;
-- if cs1 config is set, return false, otherwise use supplied mode&lt;br /&gt;
-- this prevents putting articles into &amp;quot;overriden mode&amp;quot; tracking category&lt;br /&gt;
function p._main(mode)&lt;br /&gt;
	return not cfg.global_cs1_config_t[&amp;#039;Mode&amp;#039;] and mode&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
    return p._main(frame.args[1]) or &amp;quot;&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Hike395</name></author>
	</entry>
</feed>