<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.outofore.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AOOOFAQ</id>
	<title>Module:OOOFAQ - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.outofore.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AOOOFAQ"/>
	<link rel="alternate" type="text/html" href="https://wiki.outofore.com/index.php?title=Module:OOOFAQ&amp;action=history"/>
	<updated>2026-04-24T02:21:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.outofore.com/index.php?title=Module:OOOFAQ&amp;diff=1005&amp;oldid=prev</id>
		<title>Tattecko: Created page with &quot;local p = {}  function p.render(frame)     local args = frame:getParent().args     local html = mw.html.create(&#039;div&#039;)         :addClass(&#039;ooo-faq&#039;)      local index = 1      while args[&#039;question&#039; .. index] do         local question = args[&#039;question&#039; .. index]         local answer = args[&#039;answer&#039; .. index] or &#039;&#039;          local item = html:tag(&#039;div&#039;)             :addClass(&#039;mw-collapsible mw-collapsed ooo-faq__item&#039;)          item:tag(&#039;div&#039;)             :addClass(&#039;ooo-faq__q...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.outofore.com/index.php?title=Module:OOOFAQ&amp;diff=1005&amp;oldid=prev"/>
		<updated>2026-03-03T21:42:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  function p.render(frame)     local args = frame:getParent().args     local html = mw.html.create(&amp;#039;div&amp;#039;)         :addClass(&amp;#039;ooo-faq&amp;#039;)      local index = 1      while args[&amp;#039;question&amp;#039; .. index] do         local question = args[&amp;#039;question&amp;#039; .. index]         local answer = args[&amp;#039;answer&amp;#039; .. index] or &amp;#039;&amp;#039;          local item = html:tag(&amp;#039;div&amp;#039;)             :addClass(&amp;#039;mw-collapsible mw-collapsed ooo-faq__item&amp;#039;)          item:tag(&amp;#039;div&amp;#039;)             :addClass(&amp;#039;ooo-faq__q...&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.render(frame)&lt;br /&gt;
    local args = frame:getParent().args&lt;br /&gt;
    local html = mw.html.create(&amp;#039;div&amp;#039;)&lt;br /&gt;
        :addClass(&amp;#039;ooo-faq&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
    local index = 1&lt;br /&gt;
&lt;br /&gt;
    while args[&amp;#039;question&amp;#039; .. index] do&lt;br /&gt;
        local question = args[&amp;#039;question&amp;#039; .. index]&lt;br /&gt;
        local answer = args[&amp;#039;answer&amp;#039; .. index] or &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
        local item = html:tag(&amp;#039;div&amp;#039;)&lt;br /&gt;
            :addClass(&amp;#039;mw-collapsible mw-collapsed ooo-faq__item&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
        item:tag(&amp;#039;div&amp;#039;)&lt;br /&gt;
            :addClass(&amp;#039;ooo-faq__question&amp;#039;)&lt;br /&gt;
            :wikitext(question)&lt;br /&gt;
&lt;br /&gt;
        item:tag(&amp;#039;div&amp;#039;)&lt;br /&gt;
            :addClass(&amp;#039;mw-collapsible-content ooo-faq__answer&amp;#039;)&lt;br /&gt;
            :wikitext(answer)&lt;br /&gt;
&lt;br /&gt;
        index = index + 1&lt;br /&gt;
    end&lt;br /&gt;
&lt;br /&gt;
    return tostring(html)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Tattecko</name></author>
	</entry>
</feed>