<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ANA</id>
	<title>Module:NA - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3ANA"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:NA&amp;action=history"/>
	<updated>2026-06-15T16:02:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:NA&amp;diff=33952&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;-- This module is detached from the NA template. -- It&#039;s purpose is to provide an identical feature for modules -- building tables with the Scribunto HTML library.  local p = {}  -- Create a new node with the content and style function p.createNode(text) 	return configure(mw.html.create(&#039;td&#039;), text) end  -- Add the content and style to an existing node function p.styleNode(htmlNode, text) 	configure(htmlNode, text) end  function configure(node, text) 	return node 		:wiki...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:NA&amp;diff=33952&amp;oldid=prev"/>
		<updated>2024-10-15T15:19:06Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;-- This module is detached from the NA template. -- It&amp;#039;s purpose is to provide an identical feature for modules -- building tables with the Scribunto HTML library.  local p = {}  -- Create a new node with the content and style function p.createNode(text) 	return configure(mw.html.create(&amp;#039;td&amp;#039;), text) end  -- Add the content and style to an existing node function p.styleNode(htmlNode, text) 	configure(htmlNode, text) end  function configure(node, text) 	return node 		:wiki...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- This module is detached from the NA template.&lt;br /&gt;
-- It&amp;#039;s purpose is to provide an identical feature for modules&lt;br /&gt;
-- building tables with the Scribunto HTML library.&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
&lt;br /&gt;
-- Create a new node with the content and style&lt;br /&gt;
function p.createNode(text)&lt;br /&gt;
	return configure(mw.html.create(&amp;#039;td&amp;#039;), text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Add the content and style to an existing node&lt;br /&gt;
function p.styleNode(htmlNode, text)&lt;br /&gt;
	configure(htmlNode, text)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function configure(node, text)&lt;br /&gt;
	return node&lt;br /&gt;
		:wikitext(text)&lt;br /&gt;
		:attr(&amp;#039;class&amp;#039;, &amp;#039;table-na nohighlight&amp;#039;)&lt;br /&gt;
		:attr(&amp;#039;style&amp;#039;, &amp;#039;text-align:center;&amp;#039;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>