<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
	<id>https://www.insurerbrain.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ARawText</id>
	<title>Module:RawText - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.insurerbrain.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ARawText"/>
	<link rel="alternate" type="text/html" href="https://www.insurerbrain.com/w/index.php?title=Module:RawText&amp;action=history"/>
	<updated>2026-04-22T12:47:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://www.insurerbrain.com/w/index.php?title=Module:RawText&amp;diff=22222&amp;oldid=prev</id>
		<title>Wikilah admin: Created page with &quot;local p = {}  function p.get(frame)     -- Get the page name from the template parameter     local pageName = frame.args[1] or frame:getParent().args[1]          if not pageName or pageName == &quot;&quot; then         return &quot;Error: No page name provided.&quot;     end      -- Create a title object for the page     local title = mw.title.new(pageName)          if not title then         return &quot;Error: Invalid page title.&quot;     end      -- Fetch the raw unparsed wikitext     local conten...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.insurerbrain.com/w/index.php?title=Module:RawText&amp;diff=22222&amp;oldid=prev"/>
		<updated>2026-03-28T14:48:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.get(frame)     -- Get the page name from the template parameter     local pageName = frame.args[1] or frame:getParent().args[1]          if not pageName or pageName == &amp;quot;&amp;quot; then         return &amp;quot;Error: No page name provided.&amp;quot;     end      -- Create a title object for the page     local title = mw.title.new(pageName)          if not title then         return &amp;quot;Error: Invalid page title.&amp;quot;     end      -- Fetch the raw unparsed wikitext     local conten...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.get(frame)&lt;br /&gt;
    -- Get the page name from the template parameter&lt;br /&gt;
    local pageName = frame.args[1] or frame:getParent().args[1]&lt;br /&gt;
    &lt;br /&gt;
    if not pageName or pageName == &amp;quot;&amp;quot; then&lt;br /&gt;
        return &amp;quot;Error: No page name provided.&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Create a title object for the page&lt;br /&gt;
    local title = mw.title.new(pageName)&lt;br /&gt;
    &lt;br /&gt;
    if not title then&lt;br /&gt;
        return &amp;quot;Error: Invalid page title.&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    -- Fetch the raw unparsed wikitext&lt;br /&gt;
    local content = title:getContent()&lt;br /&gt;
    &lt;br /&gt;
    if not content then&lt;br /&gt;
        return &amp;quot;Error: Page does not exist or is empty.&amp;quot;&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return content&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Wikilah admin</name></author>
	</entry>
</feed>