<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AWikiProjectBanner%2FNote</id>
	<title>Module:WikiProjectBanner/Note - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AWikiProjectBanner%2FNote"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:WikiProjectBanner/Note&amp;action=history"/>
	<updated>2026-05-07T16:52:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:WikiProjectBanner/Note&amp;diff=147662&amp;oldid=prev</id>
		<title>imported&gt;Mr. Stradivarius: move most of the code to Note.new</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:WikiProjectBanner/Note&amp;diff=147662&amp;oldid=prev"/>
		<updated>2014-08-16T03:12:05Z</updated>

		<summary type="html">&lt;p&gt;move most of the code to Note.new&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-------------------------------------------------------------------------------&lt;br /&gt;
--                               Note class                                  --&lt;br /&gt;
-- This module contains the Note class used in Module:WikiProjectBanner. It  --&lt;br /&gt;
-- is used to generate the requests and notices rows.                        --&lt;br /&gt;
-------------------------------------------------------------------------------&lt;br /&gt;
 &lt;br /&gt;
local Row = require(&amp;#039;Module:WikiProjectBanner/Row&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local Note = setmetatable({}, Row)&lt;br /&gt;
Note.__index = Note&lt;br /&gt;
&lt;br /&gt;
function Note.new(args, bannerData, cfg, rowCfg)&lt;br /&gt;
	local obj = Row.new(args, bannerData, cfg, rowCfg)&lt;br /&gt;
	setmetatable(obj, Note)&lt;br /&gt;
&lt;br /&gt;
	-- Text&lt;br /&gt;
	if rowCfg.image then&lt;br /&gt;
		obj:setIcon(string.format(&lt;br /&gt;
				&amp;#039;[[File:%s|x25px|center|alt=Note icon]]&amp;#039;,&lt;br /&gt;
				rowCfg.image&lt;br /&gt;
		))&lt;br /&gt;
	end&lt;br /&gt;
	obj:setText(rowCfg.text)&lt;br /&gt;
&lt;br /&gt;
	-- Categories&lt;br /&gt;
	obj:addCategory(rowCfg.category)&lt;br /&gt;
&lt;br /&gt;
	return obj&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return Note&lt;/div&gt;</summary>
		<author><name>imported&gt;Mr. Stradivarius</name></author>
	</entry>
</feed>