<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mindpowe.red/wiki/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://mindpowe.red/wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3AHatnote_inline"/>
	<link rel="alternate" type="text/html" href="https://mindpowe.red/wiki/index.php?title=Module:Hatnote_inline&amp;action=history"/>
	<updated>2026-04-06T02:58:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://mindpowe.red/wiki/index.php?title=Module:Hatnote_inline&amp;diff=1256&amp;oldid=prev</id>
		<title>WikiSysop: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://mindpowe.red/wiki/index.php?title=Module:Hatnote_inline&amp;diff=1256&amp;oldid=prev"/>
		<updated>2020-08-25T19:08:15Z</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 class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 19:08, 25 August 2020&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>WikiSysop</name></author>
		
	</entry>
	<entry>
		<id>https://mindpowe.red/wiki/index.php?title=Module:Hatnote_inline&amp;diff=1255&amp;oldid=prev</id>
		<title>en&gt;JJMC89: Changed protection level for &quot;Module:Hatnote inline&quot;: Highly visible module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://mindpowe.red/wiki/index.php?title=Module:Hatnote_inline&amp;diff=1255&amp;oldid=prev"/>
		<updated>2019-03-02T04:20:35Z</updated>

		<summary type="html">&lt;p&gt;Changed protection level for &amp;quot;&lt;a href=&quot;/wiki/index.php/Module:Hatnote_inline&quot; title=&quot;Module:Hatnote inline&quot;&gt;Module:Hatnote inline&lt;/a&gt;&amp;quot;: &lt;a href=&quot;/wiki/index.php?title=WP:High-risk_templates&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:High-risk templates (page does not exist)&quot;&gt;Highly visible module&lt;/a&gt; ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))&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('Module:Hatnote')&lt;br /&gt;
local mArguments = require('Module:Arguments')&lt;br /&gt;
local yesno = require('Module:Yesno')&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;lt;div'] = '&amp;lt;span',&lt;br /&gt;
			['&amp;lt;/div&amp;gt;$'] = '&amp;lt;/span&amp;gt;'&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>en&gt;JJMC89</name></author>
		
	</entry>
</feed>