<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3AHatnote_inline</id>
		<title>Module:Hatnote inline - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Module%3AHatnote_inline"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Hatnote_inline&amp;action=history"/>
		<updated>2026-04-12T11:54:03Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://wiki.agency/index.php?title=Module:Hatnote_inline&amp;diff=370&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Hatnote_inline&amp;diff=370&amp;oldid=prev"/>
				<updated>2018-10-24T22:20:07Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:20, 24 October 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&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.agency/index.php?title=Module:Hatnote_inline&amp;diff=369&amp;oldid=prev</id>
		<title>Nihiltres: Cut module down to a wrapper on Module:Hatnote</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Module:Hatnote_inline&amp;diff=369&amp;oldid=prev"/>
				<updated>2016-06-28T17:26:06Z</updated>
		
		<summary type="html">&lt;p&gt;Cut module down to a wrapper on &lt;a href=&quot;/Module:Hatnote&quot; title=&quot;Module:Hatnote&quot;&gt;Module:Hatnote&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--------------------------------------------------------------------------------&lt;br /&gt;
--                              Module:Hatnote-inline                         --&lt;br /&gt;
--                                                                            --&lt;br /&gt;
-- This module produces hatnote-style links and links to related articles,    --&lt;br /&gt;
-- but inside a &amp;lt;span&amp;gt;, instead of the &amp;lt;div&amp;gt; used by Module:Hatnote.  It      --&lt;br /&gt;
-- implements the {{hatnote-inline}} meta-template.                           --&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
local mHatnote = require(&amp;#039;Module:Hatnote&amp;#039;)&lt;br /&gt;
local mArguments = require(&amp;#039;Module:Arguments&amp;#039;)&lt;br /&gt;
local yesno = require(&amp;#039;Module:Yesno&amp;#039;)&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.hatnoteInline (frame)&lt;br /&gt;
	local args = mArguments.getArgs(frame)&lt;br /&gt;
	local hatnote = mHatnote.hatnote(frame)&lt;br /&gt;
	if args.inline == nil or yesno(args.inline, true) then&lt;br /&gt;
		local subs = {&lt;br /&gt;
			[&amp;#039;^&amp;lt;div&amp;#039;] = &amp;#039;&amp;lt;span&amp;#039;,&lt;br /&gt;
			[&amp;#039;&amp;lt;/div&amp;gt;$&amp;#039;] = &amp;#039;&amp;lt;/span&amp;gt;&amp;#039;&lt;br /&gt;
		}&lt;br /&gt;
		for k, v in pairs(subs) do hatnote = string.gsub(hatnote, k, v) end&lt;br /&gt;
	end&lt;br /&gt;
	return hatnote&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
p.hatnote = p.hatnoteInline --alias&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Nihiltres</name></author>	</entry>

	</feed>